b-rodrigues / rap4all

https://raps-with-r.dev/
Other
96 stars 31 forks source link

Renv not working in targets-minimal repo #43

Closed JT-39 closed 1 year ago

JT-39 commented 1 year ago

Hi Bruno,

I have cloned your repo - targets-minimal, activated renv using renv::activate() and then ran renv::restore(). The packages download but do not install. I get the following error message from trying to install the MASS package:

` Installing MASS ... FAILED Error: Error installing package 'MASS':

With a load more error output. I am wondering wether this is because I am using a newer version of R (R 4.3.1) and renv (renv 1.0.2). Or should this still work? (I am using a Mac)