dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.76k stars 227 forks source link

esquisse not installing in R-studio #270

Open Shark-dev-star opened 3 weeks ago

Shark-dev-star commented 3 weeks ago

esquisse package is not installing in R studio.

it keeps bring this error (esquisse installed Warning in pacman::p_load(esquisse, fastmap) : Failed to install/load: esquisse)

pvictor commented 4 days ago

Hello, What if you try tyo install from CRAN with :

install.packages("esquisse")

?