Skip to content
Prev 1696 / 3656 Next

r-cran-* packages with recent R alpha release

On 18 October 2011 at 11:56, Sebastian P. Luque wrote:
| > I would reinstall bitops into /usr/local/lib/R/site-library/ rather
| > than downgrading R, but either way is fine.
| 
| Good idea installing to the local library, making sure it is before the
| system-wide one in the library tree!

That is the default:

R> .libPaths()
[1] "/usr/local/lib/R/site-library" "/usr/lib/R/site-library"       "/usr/lib/R/library"           
R> 


Dirk