We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ran show_c_source(.Internal(mean(x)) just now and it failed in names_c() at the line:
show_c_source(.Internal(mean(x))
names_c()
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.
The text was updated successfully, but these errors were encountered:
Use HTTPS for SVN lookup. Closes hadley#48 (hopefully).
9b69758
Lots of newer NOTEs in check. Tests pass.
No branches or pull requests
Ran
show_c_source(.Internal(mean(x))
just now and it failed innames_c()
at the line: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.
The text was updated successfully, but these errors were encountered: