I am getting error messages while installing package "palmerpenguin"

install.packages("palmerpenguins")
Installing package into ‘/cloud/lib/x86_64-pc-linux-gnu-library/4.3’
(as ‘lib’ is unspecified)
trying URL 'http://rspm/default/__linux__/focal/latest/src/contrib/palmerpenguins_0.1.1.tar.gz'
Content type 'application/x-gzip' length 3001134 bytes (2.9 MB)
==================================================
downloaded 2.9 MB

  • installing binary package ‘palmerpenguins’ ...
  • DONE (palmerpenguins)

The downloaded source packages are in
‘/tmp/RtmpV5KQ1Y/downloaded_packages’

There are no error messages. This is exactly what you want to see.

Does palmerpenguins appear in the list of packages? If you run library(palmerpenguins) do you get a check mark next to the package name in the list of packages?

BTW, it could be helpful to include a tag for Posit Cloud.

I don't see any error in the message you posted. What happens if you run

library(palmerpenguins)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.