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

@jacob-ogre jacob-ogre commented Dec 6, 2016

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

Thank you for webshot!

R/utils.R Outdated
@@ -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" ||

This comment has been minimized.

@wch

wch Dec 6, 2016
Owner

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.

This comment has been minimized.

@jacob-ogre

jacob-ogre Dec 6, 2016
Author Contributor

Sure thing!

@wch wch merged commit 07d9c68 into wch:master Dec 6, 2016
1 of 2 checks passed
1 of 2 checks passed
continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
@wch
Copy link
Owner

@wch wch commented Dec 6, 2016

Thanks!

@dhuebner
Copy link

@dhuebner dhuebner commented Dec 14, 2016

@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 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

@dhuebner dhuebner commented Dec 14, 2016

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 wch commented Dec 14, 2016

It will be a few more weeks.

@dhuebner
Copy link

@dhuebner dhuebner commented Dec 14, 2016

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

@wch
Copy link
Owner

@wch 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

@dhuebner dhuebner commented Dec 15, 2016

Thanks, Winston.

@wch
Copy link
Owner

@wch wch commented Dec 27, 2016

@dhuebner I just released a new version to CRAN.

@dhuebner
Copy link

@dhuebner dhuebner commented Feb 17, 2017

@wch Very cool thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.