-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fixes for non-ASCII name list fields in toBiblatex and toBibtex #111
Commits on Oct 7, 2024
-
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb77db6 - Browse repository at this point
Copy the full SHA cb77db6View commit details -
Avoid msg about page numbers in ReadPDFs for 1page PDFs
* Always use pdfinfo to determine number of pages in each PDF in ReadPDFs even when use.metadata is FALSE * This avoids a message from pdftotext about incorrect pages * Refactor test-readPDF.R to make it clearer when tests are skipped if poppler is not installed Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6b70fc - Browse repository at this point
Copy the full SHA d6b70fcView commit details -
Fix pkg documentation for latest roxygen2
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d33c38 - Browse repository at this point
Copy the full SHA 2d33c38View commit details -
Fixes for non-ASCII name list fields in toBiblatex and toBibtex
* Add latexify() from dplR instead of tools::encoded_text_to_latex to improve conversion of non-ASCII characters to valid latex * Fixes #102, #105, #106 Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 876ccea - Browse repository at this point
Copy the full SHA 876cceaView commit details -
Update documentation for latexify author
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bed4cf - Browse repository at this point
Copy the full SHA 2bed4cfView commit details -
Update GA config for merge queue
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e96a908 - Browse repository at this point
Copy the full SHA e96a908View commit details
Commits on Oct 8, 2024
-
Add sleep to reduce test flakiness
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82d96c7 - Browse repository at this point
Copy the full SHA 82d96c7View commit details -
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25d0bf8 - Browse repository at this point
Copy the full SHA 25d0bf8View commit details -
Add more retries for flakey test
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45842ed - Browse repository at this point
Copy the full SHA 45842edView commit details -
Add sleep to each try_again for Pubmed/entrez tests
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7328319 - Browse repository at this point
Copy the full SHA 7328319View commit details -
More retries and sleep time for flaky test
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a75458 - Browse repository at this point
Copy the full SHA 4a75458View commit details
Commits on Oct 10, 2024
-
Check if test order matters for flakiness
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32742f6 - Browse repository at this point
Copy the full SHA 32742f6View commit details
Commits on Oct 14, 2024
-
Revert change to unit test order
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 992dea9 - Browse repository at this point
Copy the full SHA 992dea9View commit details -
Add mock response if PubMed test returns 400 error
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a2aaf9 - Browse repository at this point
Copy the full SHA 5a2aaf9View commit details -
Fix path to data for test in last commit
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5dfb09 - Browse repository at this point
Copy the full SHA b5dfb09View commit details
Commits on Oct 15, 2024
-
Always use for one GetPubMedByID test
Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40ccd38 - Browse repository at this point
Copy the full SHA 40ccd38View commit details -
Use default value for rettype in ReadPubMed
* c.f. https://www.ncbi.nlm.nih.gov/books/NBK25499/table/chapter4.T._valid_values_of__retmode_and/ Signed-off-by: Mathew W. McLean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f76ae4 - Browse repository at this point
Copy the full SHA 6f76ae4View commit details