Devin Pastoor
Devin Pastoor
* tech/project lead - Devin P * Developers - John Carlo, DavidL ## development scope pkgr will be developed under a high risk validation strategy going forward, namely, we are...
- [ ] library - [ ] libpaths so will not break if specified run from alternative directories, overriding the default of starting from the directory where the pkgr configuration...
I'm not really sure why this presents. I can confirm that devtools does exist ``` WARN[0000] outdated package found new_version=0.3.0 old_version=0.2.2 pkg=RcppRoll WARN[0000] outdated package found new_version=2.0.2 old_version=1.13.5 pkg=devtools WARN[0000]...
commit is a little old but nice an isolated so grabbing it in should work great.
* [ ] non-default R version * [ ] older R versions * [ ] upgrading existing (partial) package set(s) @Dreznel what other things should be on this wishlist
getting remote metadata is an expensive operation, so for UX, want to cache edge cases: - repository has updated but the cache still is valid, so must be forceably invalidated
per #45 comment (copied below): One thing to note, is if a package is set to install from source, it will re-compile from source no matter if a binary version...
``` Customizations: Packages: - data.table: Env: - R_MAKEVARS_USER: "~/.R/Makevars_data.table" Repos: - r_validated: Type: source ``` ``` 0:11 (binary:source) packages available in for r_validated from https://metrumresearchgroup.github.io/r_validated 13338:13528 (binary:source) packages available in...
helpful for using in CI contexts, where otherwise would need something like devtools for `install_deps()` In particular, being able to leverage the richer caching functionality will be valuable on platforms...
Similar to #7, if the installation was to happen in a specific directory, that interactively the user would have expected a particular .Rprofile to have been sourced, this would currently...