Skip to content
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

Installing for the first time requires lots of updates #4

Open
RobLBaker opened this issue Oct 11, 2022 · 2 comments
Open

Installing for the first time requires lots of updates #4

RobLBaker opened this issue Oct 11, 2022 · 2 comments

Comments

@RobLBaker
Copy link
Member

The first time you install NPSdataverse there at LOTS of packages that need to be updated and the iterative updating process can be tedious, time consuming, and confusing. Is there a way to reduce the packages that need to be updated. For instance, add minimum package version requirements to imports?

@SCPNlwp
Copy link

SCPNlwp commented Jun 5, 2023

Install also results in an error. "Downloading GitHub repo nationalparkservice/NPSdataverse@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL 'https://api.github.com/repos/nationalparkservice/NPSdataverse/tarball/HEAD'"

From what I can see it is a Windows issues, and running the line of code below before the install works:
options(download.file.method = "wininet")

@RobLBaker
Copy link
Member Author

Yes, this is a known windows issue (or maybe Windows + NPS?). Unfortunately, there isn't much that can be done about it from the NPSdataverse side of things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants