language
and vernacular_title
to the article table.curl::curl()
to circumvent check NOTE.curl
to Imports, since it's used by utils::download.file()
.xml2::read_xml()
to avoid occasional error.abstract_pos
column to abstract table.pub_year
in journal table is empty, now extracts pub_year
from medline_date
.doParallel
in scripts for simplicity.xml2
dependency, since new version is now on CRAN.globalVariables()
in order to pass R CMD check without notes. doFuture
chunking for all dopar loops.future
.%dopar%
loops in other places now work with doFuture.%dopar%
loops in getPubmedFiles()
now work with doFuture.withr
on CRAN.getCitation()
now uses data.table::fread()
to write table in chunks, ~3.3x faster.dbAppendTable()
to dbWriteTable(..., append = TRUE)
for inexplicable speed increase.getCitation()
now uses vroom
for arkdb::unark()
.parseMesh()
now returns an additional table containing the IndexingMethod attribute.NA
in columns instead of a data.table with no rows.glue
under the hood.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.