I'm a newbie to RStudio - taking a Google Analytics cert in Coursera. I'm trying to install the palmerpenguins in RStudio but getting this error - Warning in install.packages :
package ‘palmerpenguins0.1.1.tgz’ is not available for this version of R
Will someone help me figure out what version to use? I went to - see the ideas at R Installation and Administration - which is where I found the 1.1.tgz version. Any advice is appreciated! Thank you!
install.packages("palmerpenquins")
Installing package into ‘/cloud/lib/x86_64-pc-linux-gnu-library/4.3’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘palmerpenquins’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
library("palmerpenquins")
Error in library("palmerpenquins") :
there is no package called ‘palmerpenquins’
install.packages("palmerpenguins0.1.1.tgz")
Installing package into ‘/cloud/lib/x86_64-pc-linux-gnu-library/4.3’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘palmerpenguins0.1.1.tgz’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
Making 'packages.html' ... done
Session restored from your saved work on 2024-Feb-17 19:09:59 UTC (36 minutes ago)