-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding repo from ropensci #592
Comments
You need to add it to the
After doing this you'll likely need to call |
Thanks for this, Kevin. I tried adding the repo which now shows me this when I type
However, when I call |
Are you working on macOS? The CRAN binary repository is currently broken and that is affecting Packrat as well. |
No, I use a Windows 10 machine. Just wondering how exactly this is affecting me adding this repo and creating a new snapshot. |
The problem is that the installed package does not indicate it is from a package repository:
You can install the development version of Packrat if you need to work around this issue:
And note that you'll still need to set the |
Thanks @kevinushey, I'll try this. |
I am trying to take a snapshot of my project that includes the following package
install.packages("rnaturalearthhires", repos = "http://packages.ropensci.org", type = "source")
Unfortunately, when I run
packrat:status()
, I get the following errorDo you know how I could add this repo so I can add this package to my snapshot?
The text was updated successfully, but these errors were encountered: