Changelog
Source:NEWS.md
pmparser 1.0.22
- Fixed quoting of indexing method for mesh_list.
- Deduplicated pub_type, at least within an XML file.
pmparser 1.0.21
CRAN release: 2025-01-14
- Updated test standards based on Jan 2025 update to PubMed XML files.
pmparser 1.0.19
CRAN release: 2023-12-18
- Updated test standards based on the annual update to PubMed XML files.
pmparser 1.0.15
CRAN release: 2022-12-13
- Changed ftp URLs to https.
- Updated test standards based on new PubMed XML files.
pmparser 1.0.11
CRAN release: 2022-11-08
- Updated test standards based on PubMed’s updated README.txt.
pmparser 1.0.9
- Clarified error message when downloading PubMed files.
- Skip testing of file downloads on CRAN.
pmparser 1.0.8
- Increased timeout for downloading citation file.
- Reordered steps to check citation table even if other tables are up-to-date.
- Update to match lab style standard.
pmparser 1.0.7
- Explicitly added
curlto Imports, since it’s used byutils::download.file(). - Set “HUGE” option for
xml2::read_xml()to avoid occasional error.
pmparser 1.0.5
- Added
abstract_poscolumn to abstract table. - If
pub_yearin journal table is empty, now extractspub_yearfrommedline_date.
pmparser 1.0.4
CRAN release: 2022-02-17
- Updated test standards for latest PubMed XML files.
- Returned to
doParallelin scripts for simplicity.
pmparser 1.0.1
- Revised code to not need
globalVariables()in order to pass R CMD check without notes.
pmparser 0.0.0.9031
-
%dopar%loops ingetPubmedFiles()now work with doFuture. - Use updated version of
withron CRAN.
pmparser 0.0.0.9029
-
getCitation()now usesdata.table::fread()to write table in chunks, ~3.3x faster. - Switched from
dbAppendTable()todbWriteTable(..., append = TRUE)for inexplicable speed increase.
pmparser 0.0.0.9028
-
getCitation()now usesvroomforarkdb::unark(). - Moved DBI driver packages to Suggests to reduce dependencies.
pmparser 0.0.0.9026
-
parseMesh()now returns an additional table containing the IndexingMethod attribute.