ropensci / qualtRics

Download ⬇️ Qualtrics survey data directly into R!
https://docs.ropensci.org/qualtRics
Other
215 stars 70 forks source link

Question on "registerOptions" #39

Closed shiyaoliu closed 7 years ago

shiyaoliu commented 7 years ago

When I tried to initialize the registerOptions, it pops up "Error: assert_that: assertion must return a logical value"

Code: registerOptions(api_token="[token with length of 40]", root_url="mit.co1.qualtrics.com")

Thanks!

JasperHG90 commented 7 years ago

Hi Shiyaoliu,

Thanks for your message.

I cannot reproduce this error. Could you please do the following:

  1. Re-run your exact steps and post them here.
  2. In the R console, run 'sessionInfo()'. Copy-paste the results in this thread.

Thanks,

J.

shiyaoliu commented 7 years ago

Hi Jasper,

After I post the issue here, I upgraded all packages installed on my R. The error seemed to disappear.

Thank you very much.