dreamRs / esquisse

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

Unable to install ESQUISSE on Mac OS 13 #214

Closed BiotechV closed 8 months ago

BiotechV commented 2 years ago

Hi everyone,

I have to come back to R for my internship, and having a lot of tricks to do. I wanted to install SKETCH. However when I try:

install.packages("esquisse")

I get error messages and a failure to install. Precision, I am on MAC OS 10.13.6 and my Rstudio n° 1.2.5001

I hope someone can help me Thanks in advance BiotechV


_> install.packages("esquisse") also installing the dependencies ‘datamods’, ‘shiny’, ‘shinyWidgets’

There are binary versions available but the source versions are later: binary source needs_compilation datamods 1.2.0 1.3.2 FALSE shiny 1.6.0 1.7.1 FALSE shinyWidgets 0.6.2 0.7.0 FALSE esquisse 1.1.0 1.1.1 FALSE

installing the source packages ‘datamods’, ‘shiny’, ‘shinyWidgets’, ‘esquisse’

essai de l'URL 'https://cran.rstudio.com/src/contrib/datamods_1.3.2.tar.gz' Content type 'application/x-gzip' length 710197 bytes (693 KB)

downloaded 693 KB

essai de l'URL 'https://cran.rstudio.com/src/contrib/shiny_1.7.1.tar.gz' Content type 'application/x-gzip' length 2963486 bytes (2.8 MB)

downloaded 2.8 MB

essai de l'URL 'https://cran.rstudio.com/src/contrib/shinyWidgets_0.7.0.tar.gz' Content type 'application/x-gzip' length 751613 bytes (733 KB)

downloaded 733 KB

essai de l'URL 'https://cran.rstudio.com/src/contrib/esquisse_1.1.1.tar.gz' Content type 'application/x-gzip' length 2438381 bytes (2.3 MB)

downloaded 2.3 MB

The downloaded source packages are in ‘/private/var/folders/j3/0225yzqj52s37dvyghjk4dgh0000gn/T/RtmppXxItL/downloadedpackages’

pvictor commented 2 years ago

This seems to be a problem related to an insufficient version number of Rcpp. Try to restart R, install Rcpp, then install esquisse.