EmilHvitfeldt / paletteer

🎨🎨🎨 Collection of most color palettes in a single R package
https://emilhvitfeldt.github.io/paletteer/
Other
914 stars 45 forks source link

error #154

Closed liamxg closed 4 months ago

liamxg commented 4 months ago

Dear @kant,

please see below:

image
EmilHvitfeldt commented 4 months ago

Hello @liamxg 👋

Could you try to restart the R Session and try again?

liamxg commented 4 months ago

Dear @EmilHvitfeldt,

Thanks. When I restart the R Session, it still not work:

image
EmilHvitfeldt commented 4 months ago

very good! you are getting an error because you need to use the following format paletteer_d("NineteenEightyR::sonny")

liamxg commented 4 months ago
image
liamxg commented 4 months ago

Please see above screenshot, thanks.

EmilHvitfeldt commented 4 months ago

you forgot to call library(paletteer) before paletteer_d("NineteenEightyR::sonny"), alternatively you could namespace it with paletteer::paletteer_d("NineteenEightyR::sonny")

liamxg commented 4 months ago
image
liamxg commented 4 months ago

Cool!

Thanks @EmilHvitfeldt, you made my day!