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

contrib.url() always uses system R version #12

Closed
andrie opened this issue Sep 25, 2014 · 1 comment
Closed

contrib.url() always uses system R version #12

andrie opened this issue Sep 25, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@andrie
Copy link
Owner

andrie commented Sep 25, 2014

This means that the user can't specify the R version to use. Need to create a version of contrib.url() that includes user-specified R.version

@andrie
Copy link
Owner Author

andrie commented Mar 26, 2015

This caused a major problem when starting to build using R-devel (i.e. R-3.2.0). The reason was that contrib.url() would point to R-3.2 but the packages are not available on CRAN for the matching version.

The fix was:

  • Create a new function contribUrl(), a slightly modified version of contrib.url.
  • Add Rversion aguments to all functions, including pkgDep(), pkgAvail() and makeRepo()

andrie added a commit that referenced this issue Mar 26, 2015
@andrie andrie closed this as completed Mar 26, 2015
@andrie andrie added this to the Version 0.2.2 milestone Mar 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant