[Rd] Dependencies of Imports not attached?

2013-05-07 Thread Peter Meilstrup
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

Re: [Rd] Dependencies of Imports not attached?

2013-05-08 Thread Simon Urbanek
On May 7, 2013, at 11:35 PM, Peter Meilstrup wrote: > 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

Re: [Rd] Dependencies of Imports not attached?

2013-05-08 Thread Martin Morgan
On 05/08/2013 10:25 AM, Simon Urbanek wrote: On May 7, 2013, at 11:35 PM, Peter Meilstrup wrote: 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_p

Re: [Rd] Dependencies of Imports not attached?

2013-05-08 Thread Simon Urbanek
On May 8, 2013, at 1:52 PM, Martin Morgan wrote: > On 05/08/2013 10:25 AM, Simon Urbanek wrote: >> >> On May 7, 2013, at 11:35 PM, Peter Meilstrup wrote: >> >>> Encountered an error in scripting, which can be reproduced using Rscript as >>> follows: >>> >>> $ Rscript -e "library(httr); handle('