The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
datatable::fread()
is now used in place of
vroom::vroom()
to import the snapshotMajor changes:
mx_api_content()
encounters an empty page. This error has
been changed to informative messaging about the expected (as per the
metadata) and actual (nrows()
of returned dataset) number
of retrievable records.mx_search()
allows users to
view the number of “hits” (records returned) for each individual element
of the search. An extra parameter called report
has been
added, which gives the user the option to switch this functionality on
or off. The default value for this parameter is set to FALSE. This
functionality was added by James O’Hare in response to Issue
#13.NOT
parameter rather than a single exclusion term.auto_caps
, in the
mx_search()
function to allow for automatic capitalisation
of the first character in each search term (e.g. with
auto_caps = TRUE
, “dementia” will be automatically
converted to “[Dd]ementia” which will find “dementia”
and also “Dementia”). This replaces the recommendation
that users capitalise the first character themselves using square
brackets. However, if user defined alternative are already in place for
the first character of the search term, then these are left
untouched.mx_caps()
, allows users to wrap
search terms to find all possible combinations of upper- and lower-case
letters in that term. For example, mx_caps("ncov")
converts
the term to “[Nn][Cc][Oo][Vv]” which will find “NCOV”, “Ncov”, “nCOV”,
“nCoV”, etc.Major changes:
Version created for submission to JOSS and CRAN, and onboarded to rOpenSci following peer-review.
Major changes:
mx_snapshot()
now takes a commit
argument,
allowing you to specify exactly which snapshot of the database you would
like to use. Details on the commit keys needed are here.
In addition, the process of taking the snapshot is now managed by GitHub
actions, meaning it should be a lot more robust/regular/vroom::vroom()
is used in place of
read.csv()
mx_search()
and
mx_api_content()
have been standardized to snake case and
now expect the same “YYYY-MM-DD” character format.mx_api_content()
provide useful information when downloading from the API.Minor changes:
mx_crosscheck()
no longer uses web-scraping when
providing the number ofmx_raw()
).#nocov
.Major changes:
fields
argument, “subject” has become “category”, and “link” has become “doi”),
but will result in better long-term stability of the package.mx_api_content()
and
mx_api_doi()
, have been added to allow users to interact
with the medRxiv API endpoints directly. A new vignette documenting
these functions has been added.mx_search()
has been cleaned to make it
more useful to future end-users. Of note, some of the columns names have
changed, and the “pdf_name” and “extraction_date” variables are no
longer returned.NEWS.md
file to track changes to the
package.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.