dreamRs / esquisse

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

Issue #96

Closed johnnyfarrell closed 4 years ago

johnnyfarrell commented 4 years ago

Hello, {esquisse} is now on CRAN and binaries have been build, you can install with :

install.packages("esquisse")

# with all dependencies
install.packages("esquisse", dependencies = c("Imports", "Suggests"))

If you have new installation problems with this command, please open a new issue.

Victor

Originally posted by @pvictor in https://github.com/dreamRs/esquisse/issues/9#issuecomment-426545469

johnnyfarrell commented 4 years ago

Hi I still have the same issue as esquire will not load for me on my machine

pvictor commented 4 years ago

Hello, Can you try to install from GitHub in a fresh R session (no other sessions openned) ?

remotes::install_github("dreamRs/esquisse")

and tell me the results

Victor

johnnyfarrell commented 4 years ago

Hi Victor,

I have attached a file to show the error I am receiving.

Thanks

Screenshot 2020-01-16 at 14 54 31
pvictor commented 4 years ago

Thanks for trying, your're on MacOS right ? Have you installed X11 ?

johnnyfarrell commented 4 years ago

Yes I am on MacOs Mojave. No I don't have X11 installed?

pvictor commented 4 years ago

Thx, can you install X11 and retry (in a fresh R session like before) ? This is linked to this : https://github.com/r-lib/systemfonts/issues/17

johnnyfarrell commented 4 years ago

Thx, can you install X11 and retry (in a fresh R session like before) ? This is linked to this : r-lib/systemfonts#17

That's worked perfectly. I got it working after installing the X11. Thank you

pvictor commented 4 years ago

Great!