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

Add R version 3.3.2 to checks for download_no_libcurl. #35

Merged
merged 2 commits into from
Dec 6, 2016

Conversation

jacob-ogre
Copy link
Contributor

For me (on OSX, R 3.3.2), this fixes the install / download problem referenced in #22.

Thank you for webshot!

@@ -165,7 +165,8 @@ available_port <- function(port) {
# 403 for HEAD requests. See
# https://stat.ethz.ch/pipermail/r-devel/2016-June/072852.html
download <- function(url, destfile, mode = "w") {
if (getRversion() == "3.3.0" || getRversion() == "3.3.1") {
if (getRversion() == "3.3.0" || getRversion() == "3.3.1" ||
Copy link
Owner

Choose a reason for hiding this comment

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

Do you mind changing it to just getRversion() >= "3.3.0"? I have a feeling that the issue isn't going to be fixed in R any time soon.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure thing!

@wch wch merged commit 07d9c68 into wch:master Dec 6, 2016
@wch
Copy link
Owner

wch commented Dec 6, 2016

Thanks!

@dhuebner
Copy link

@wch When do you plan to release a new version? Currently webshot::install_phantomjs() fails in R 3.3.2 with 403

@wch
Copy link
Owner

wch commented Dec 14, 2016

@dhuebner it will probably be a few weeks before a new release. But until then you can install the development version using devtools.

@dhuebner
Copy link

a few weeks before a new release
@wch You mean the webshot 0.3.3 release? When is it planed?

@wch
Copy link
Owner

wch commented Dec 14, 2016

It will be a few more weeks.

@dhuebner
Copy link

@wch What about an approximate date? :) January? February?

@wch
Copy link
Owner

wch commented Dec 14, 2016

I'm hoping by mid-January... although if my schedule magically clears up before then, I'll try to get it out sooner.

@dhuebner
Copy link

Thanks, Winston.

@wch
Copy link
Owner

wch commented Dec 27, 2016

@dhuebner I just released a new version to CRAN.

@dhuebner
Copy link

@wch Very cool thanks!

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.

None yet

3 participants