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

Drat doesn't know about mac.binary.el-capitan #64

Closed
alexbull opened this issue Jun 4, 2017 · 2 comments
Closed

Drat doesn't know about mac.binary.el-capitan #64

alexbull opened this issue Jun 4, 2017 · 2 comments

Comments

@alexbull
Copy link

@alexbull alexbull commented Jun 4, 2017

macOS R now looks in "bin/macosx/el-capitan/contrib", not "mavericks".

R> contrib.url(getOption('repos'), type=.Platform$pkgType)
[1] "https://cloud.r-project.org/bin/macosx/el-capitan/contrib/3.4"  

It seems this stems from the fact that on R 3.4, .Platform$pkgType returns "mac.binary.el-capitan", but getPathForPackage doesn't know about this. This is documented deep in the R documentation about package installation.

@eddelbuettel
Copy link
Owner

@eddelbuettel eddelbuettel commented Jun 4, 2017

Nice catch. Do you think you may be able to work on a pull request? I can't really test it for lack of a macOS box...

@eddelbuettel
Copy link
Owner

@eddelbuettel eddelbuettel commented Dec 16, 2017

This is now taken care of thanks to @nfultz

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.