You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, I created a handful functions to download packages from CRAN, repo, .... Those functions basically called install.packages after downloading the files. Given that we are already using a DESCRIPTION file and remotes, it'd be better to callinstall_deps() and use pkg.yaml as little as possible (only when packages are archived, and we avoid using those packages).
The text was updated successfully, but these errors were encountered:
Just need to remove all pkg.yaml files from workshop. Looks like a work around for archived package is to use METACRAN's GitHub https://github.com/cran
For some reason, I created a handful functions to download packages from CRAN, repo, .... Those functions basically called
install.packages
after downloading the files. Given that we are already using aDESCRIPTION
file andremotes
, it'd be better to callinstall_deps()
and usepkg.yaml
as little as possible (only when packages are archived, and we avoid using those packages).The text was updated successfully, but these errors were encountered: