wch / webshot

Take screenshots of web pages from R
http://wch.github.io/webshot/
229 stars 37 forks source link

Add R version 3.3.2 to checks for download_no_libcurl. #35

Closed jacob-ogre closed 7 years ago

jacob-ogre commented 7 years ago

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

Thank you for webshot!

wch commented 7 years ago

Thanks!

dhuebner commented 7 years ago

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

wch commented 7 years ago

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

dhuebner commented 7 years ago

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

wch commented 7 years ago

It will be a few more weeks.

dhuebner commented 7 years ago

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

wch commented 7 years ago

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

dhuebner commented 7 years ago

Thanks, Winston.

wch commented 7 years ago

@dhuebner I just released a new version to CRAN.

dhuebner commented 7 years ago

@wch Very cool thanks!