79124529

Date: 2024-10-25 06:53:11
Score: 0.5
Natty:
Report link

When using withr::with_libpaths a lot of related packages also get installed in the specified folder. If you just want to install the package in a specific folder use this command:

devtools::install(args = c('--library=path/to/directory'))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
Posted by: Robert