Displaying 1 result from an estimated 1 matches for "cookie_path".
Did you mean:
cookie_hash
2013 May 08
1
Dependencies of Imports not attached?
Encountered an error in scripting, which can be reproduced using Rscript as
follows:
$ Rscript -e "library(httr); handle('http://cran.r-project.org')"
Error in getCurlHandle(cookiefile = cookie_path, .defaults = list()) :
could not find function "getClass"
Calls: handle -> getCurlHandle
or by starting R without the methods package attached:
$ R_DEFAULT_PACKAGES=base R
[snip]
> library(httr)
> handle('http://cran.fhcrc.org/')
Error in getCurlHandle(cookiefile = co...