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

Can't access https://install-github.me/r-lib/crancache #33

Closed
kenahoo opened this issue Apr 24, 2019 · 2 comments
Closed

Can't access https://install-github.me/r-lib/crancache #33

kenahoo opened this issue Apr 24, 2019 · 2 comments

Comments

@kenahoo
Copy link

kenahoo commented Apr 24, 2019

The instructions in the README say to do source("https://install-github.me/r-lib/crancache"). I wanted to look at what's behind that URL before running its code, but Chrome says the HTTPS certificate isn't valid, so it refused to load it.

I can override Chrome - but my company's firewall says it contains "malicious code" (sometimes it's overzealous...).

I think the certificate error may actually be caused by my firewall itself, which is decidedly unhelpful of it.

In any case - I tried going to the same URL in my phone (which isn't inside the firewall), and saw that the code at that URL is pretty large. But is it basically just doing devtools::install_github('r-lib/crancache')? Is that another reasonable option, if I've already got devtools (or remotes) installed?

@gaborcsardi
Copy link
Member

I think the certificate error may actually be caused by my firewall itself

Indeed this is the case, the certificate is valid.

But is it basically just doing devtools::install_github('r-lib/crancache')? Is that another reasonable option, if I've already got devtools (or remotes) installed?

Sure, remotes::install_github() is fine.

@kenahoo
Copy link
Author

kenahoo commented Apr 29, 2019

Thanks.

@kenahoo kenahoo closed this as completed Apr 29, 2019
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