Changelog
Source:NEWS.md
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
curl
to 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_pos
column to abstract table. - If
pub_year
in journal table is empty, now extractspub_year
frommedline_date
.
pmparser 1.0.4
CRAN release: 2022-02-17
- Updated test standards for latest PubMed XML files.
- Returned to
doParallel
in 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
withr
on 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 usesvroom
forarkdb::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.