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
If I am writing code that includes something like utils::getCRANmirrors(), automagic will write utils to the deps.yaml file and/or try to install it from CRAN, which will generate an error. It would be useful to scrub any "base R" packages from the list of suggested install packages, even if they are explicitly named in the code.
The text was updated successfully, but these errors were encountered:
If I am writing code that includes something like
utils::getCRANmirrors()
, automagic will write utils to thedeps.yaml
file and/or try to install it from CRAN, which will generate an error. It would be useful to scrub any "base R" packages from the list of suggested install packages, even if they are explicitly named in the code.The text was updated successfully, but these errors were encountered: