anthonynorth / rscodeio

An RStudio theme inspired by Visual Studio Code.
Other
409 stars 66 forks source link

Installation error on mac #12

Closed scottcohn97 closed 5 years ago

scottcohn97 commented 5 years ago

Unable to install on Mac. Error message below:

Screen Shot 2019-07-08 at 11 07 16 PM
MilesMcBain commented 5 years ago

This is an interesting one. R's been unable to find pillar, but this is only a suggested dependency of fs (a dependency of rscodeio).

Could your R library be in an inconsistent state? Does it persist if you restart your R/RStudio session?

scottcohn97 commented 5 years ago

Yes -- it does persist. Below are the messages I see when I try to install, including when I try to separately install Pillar. When trying to install Pillar, I get an error telling me the installation had a non-zero exit status.

Screen Shot 2019-07-08 at 11 41 54 PM Screen Shot 2019-07-08 at 11 42 09 PM Screen Shot 2019-07-08 at 11 42 20 PM
MilesMcBain commented 5 years ago

Yeah it seems like a problem with the dependencies rather than rscodeio. Try install CRAN only (2), and (n) to install newer versions that require compilation.

scottcohn97 commented 5 years ago

The pillar issue remains. :(

Screen Shot 2019-07-09 at 10 37 28 AM
rabdill commented 5 years ago

For what it's worth, I installed on Mac without running into this issue. Using R 3.6.0, RStudio 1.2.1335, and OSX 10.14.3.

scottcohn97 commented 5 years ago

@rabdill Thank you for this. I updated my version of R and it worked.