insightsengineering / insightsengineering/r.pkg.template
[Feature Request]: `devtools::install_dev_deps()` into `pak::local_install_dev_deps()`
- Dominant language
- Shell
- Stars
- 43
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
### Feature description
For TLGCatalog, the whole workflow took 32 mins out of which 15 min is consumed on package installation. Let's try to optimize it. `pak` is supposed to be much faster than `remotes` used in `devtools`.
manual: https://pak.r-lib.org/reference/local_install_dev_deps.html
As an extra: `pak` supports [caching](https://pak.r-lib.org/reference/cache.html) which could also speed up the overall installation (something not available currently).
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct.
### Contribution Guidelines
- [X] I agree to follow this project's Contribution Guidelines.
Contributor guide
Assessment
This issue has not been assessed yet.