Dear all,
I am developing an R package. Since the last update of RStudio and R I get the following error message when choosing "Install and Restart"
** testing if installed package keeps a record of temporary installation path
ERROR: hard-coded installation path: please report to the package maintainer and use ‘--no-staged-install’
- removing ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library/act’
- restoring previous ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library/act’
Exited with status 1.
I have tried to use the ‘--no-staged-install’ option but then the library does not work anymore as desired.
Can anyone help me to identify what I need to change in my code to use the normal installation?
All the best,
Oliver