nschiett / fishualize

The fishualize package provides color scales and silhouettes for plotting in R based on nature’s most stunning and colorful organisms: teleost fishes (with a few chondrichthyan cameos).
https://nschiett.github.io/fishualize/index.html
154 stars 9 forks source link

package ‘fishualize’ is not available (for R version 3.4.3) #5

Closed JavierEspinozaM closed 4 years ago

JavierEspinozaM commented 5 years ago

Hello everyone,

I have a problem to install Fishualize in RStudio. The message is:

Warning in install.packages : package ‘fishualize’ is not available (for R version 3.4.3)

Thaks!

nschiett commented 5 years ago

fishualize is currently not on CRAN. It will be relatively soon. Until then, here's how you can install the package: install.packages("devtools") library(devtools) devtools::install_github("nschiett/fishualize", force = TRUE) library(fishualize) Does that work for you?

nschiett commented 4 years ago

fishualize is on CRAN now. install.packages("fishualize") will work.

JavierEspinozaM commented 4 years ago

Hello @nschiett !

it's working! Thanks!