You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to learn how to use the package. And I followed the instructions on this github. However, I encountered an error when ran my own code shown as following:
And the error information is:
Error in handle_setopt(handle, ..., noprogress = TRUE) :
Invalid or unsupported value when setting curl option 'timeout'
In addition: Warning message:
In handle_setopt(handle, ..., noprogress = TRUE) :
NAs introduced by coercion to integer range
Would you please suggest how to get this fixed?
Thank you.
Li
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to learn how to use the package. And I followed the instructions on this github. However, I encountered an error when ran my own code shown as following:
data1 <- faers(2005, "q4", dir = system.file("extdata", package = "faers"), compress_dir = tempdir())
And the error information is:
Error in handle_setopt(handle, ..., noprogress = TRUE) :
Invalid or unsupported value when setting curl option 'timeout'
In addition: Warning message:
In handle_setopt(handle, ..., noprogress = TRUE) :
NAs introduced by coercion to integer range
Would you please suggest how to get this fixed?
Thank you.
Li
The text was updated successfully, but these errors were encountered: