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

Install binary packages from zip files directly on windows #1192

Merged
merged 2 commits into from
Jun 2, 2016

Conversation

jimhester
Copy link
Member

No description provided.

@@ -27,6 +27,11 @@ install_remote <- function(remote, ..., force = FALSE, quiet = FALSE) {
return(invisible(FALSE))
}

if (is_windows && inherits(remote, "cran_remote")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be a little safer to condition on cran binary packages

@hadley
Copy link
Member

hadley commented May 25, 2016

Also needs a bullet in NEWS

@jimhester jimhester added this to the 1.11.2 milestone May 31, 2016
@hadley hadley merged commit 8ff8775 into r-lib:master Jun 2, 2016
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

Successfully merging this pull request may close these issues.

2 participants