-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
europepmc::epmc_search: Error in pb_tick #36
Comments
Thanks for alerting me. Would you mind sharing your file drug_list.csv with me? It would help me to better understand the issue. |
Yes, sure. Github does not allow to attach *.csv files, therefore I save the csv to txt, so please convert it back to csv. Lately, it constantly crashes at j = 13. |
…turned to avoid calling pb_tick on a completed progress bar in a loop #36
Thanks again for reporting the issue, which should be fixed now in the dev version. You can install the dev version from GitHub using remotes::install_github("ropensci/europepmc") In case you do not want to install the dev-version, you can set |
Hi,
Last few days I was using an epmc_search function to retrieve data from the EuropePMC database and sometimes I get the following error (of cause number of records are different, depending on the search):
Here is the code I use:
Sometimes it works just fine, sometimes it constantly returns the abovementioned error message. As I don't change the code between runs, I can't catch what can cause the issue.
The text was updated successfully, but these errors were encountered: