Skip to content
Prev 3515 / 3656 Next

Why Rprofile.site is not built with manual installation of R devel in linux?

Thanks all for your answers.

First of all, I wrote to R-help and not R-devel, because I wanted to get help and not discussing anything relative to R development, and also because this issue could be due to my fault (as it was indeed), and not to the R devel branch...

Thanks particularly to Martin, because one of his comments enlighten the issue with my tests.


You must have forgotten to tell us a bit more about your setup.
I never get the above error,
and I do *not* have an  Rprofile.site  either in my  <build-R>/etc/

Have you by chance set an R_LIBS_SITE or similar environment
variable ?
Does
        env | grep '^R_'

give a hint?

Indeed, I had a ~/.Rprofile file sourcing the Rprofile.site file of Debian stable installation, so changing its name made the issue to vanish.

Iago