Displaying 3 results from an estimated 3 matches for "repo_and_packag".
Did you mean:
  repo_and_package
  
2025 May 15
1
customizing library locations for R in ubuntu
...cker/r2u:24.04.
r2u can of course still be combined with user-local and/or system-local
library paths specific to local development, or non-CRAN packages, or ... 
Turning the helper package bspm off as in
? bspm::disable(); install.packages(pkgname
or? 
? bspm::disable(); remotes::install_github(repo_and_package)
makes it works as it usually does (without system integration).? So a 'best
of both worlds' approach is available.
Cheers, Dirk
[1] See https://eddelbuettel.github.io/r2u for more
-- 
dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2025 May 15
1
customizing library locations for R in ubuntu
...cker/r2u:24.04.
r2u can of course still be combined with user-local and/or system-local
library paths specific to local development, or non-CRAN packages, or ... 
Turning the helper package bspm off as in
? bspm::disable(); install.packages(pkgname
or? 
? bspm::disable(); remotes::install_github(repo_and_package)
makes it works as it usually does (without system integration).? So a 'best
of both worlds' approach is available.
Cheers, Dirk
[1] See https://eddelbuettel.github.io/r2u for more
-- 
dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2025 May 09
2
customizing library locations for R in ubuntu
? Thu, 8 May 2025 19:39:40 +0000 (UTC)
ravi via R-help <r-help at r-project.org> ?????:
> In windows, I add the following line:
> .libPaths(c(?C:/Rownlib?,?C:/R/R-4.5.0/library?))
> ? ????in the file C:/R/R-4.5.0/etc/Rprofile.site
> 
> I have my own list of packages in the Rownlib folder and the packages
> that come with the R installation for the latest version in the