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

names_c() fails due to http vs https #48

Open
joranE opened this issue Jun 9, 2016 · 0 comments
Open

names_c() fails due to http vs https #48

joranE opened this issue Jun 9, 2016 · 0 comments

Comments

@joranE
Copy link

joranE commented Jun 9, 2016

Ran show_c_source(.Internal(mean(x)) just now and it failed in names_c() at the line:

lines <- readLines("http://svn.r-project.org/R/trunk/src/main/names.c")

with an error (cannot open the connection). Change the URL to https seemed to fix it.

Forgot to add that I'm on OS X 10.10.3, R 3.3.0 and pryr 0.1.2.

jonocarroll added a commit to jonocarroll/pryr that referenced this issue May 20, 2017
Lots of newer NOTEs in check. Tests pass.
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

1 participant