poissonconsulting / subfoldr2

An R package to facilitate saving and loading objects, data, plots, numbers and strings
https://poissonconsulting.github.io/subfoldr2/
Other
2 stars 0 forks source link

Can't install subfoldr2 without access to private Poisson repos #80

Closed sebdalgarno closed 2 years ago

sebdalgarno commented 2 years ago

When installing with remotes::install_github, it first tries to install readwriteaws which is private. readwriteaws is under Suggests and Remotes - I'm not sure why remotes is checking it.

Default value of dependencies arg in install_github is NA - which checks for "Depends", "Imports" and "LinkingTo" not "Suggests"

This could be a bug in remotes

Workaround is to install previous version prior to readwriteaws install_github("poissonconsulting/[subfoldr2@v0.0.0.9045](mailto:subfoldr2@v0.0.0.9045)")

Potentially could make readwriteaws public

joethorley commented 2 years ago

readwriteaws is now public