suppdata
suppdata copied to clipboard
Grabbing SUPPlementary DATA in R
Hi, While running `suppdata::suppdata(x = "10.6084/m9.figshare.19697279.v1", si = 1)`, I receive an error: ``` Error in download.file(url, destination, quiet = TRUE) : cannot open URL '' In addition: Warning message:...
Related to #37 This might help to get started: - https://gitlab.com/dvolgyes/zenodo_get - https://github.com/jupyter/repo2docker/blob/master/repo2docker/contentproviders/zenodo.py
The package's checks on CRAN failed because their test server was misconfigured (see https://cran.r-project.org/web/checks/check_results_suppdata.html for the log) and so CRAN have done a review. They are concerned that the package...
Hi, While using MADtraits::MADtraits to download datasets, I ran into a suppdata::suppdata error: ``` > unzip(suppdata::suppdata("10.1002/ece3.1456", 1)) Warning message: In unzip(suppdata::suppdata("10.1002/ece3.1456", 1)) : zip file is corrupt ``` - I...
just noticed a new cran version. nice work. though can you keep your news file up to date? it's pretty essential to let users know what's changed
As suppdata can very well develop to a download tool for any data repository: https://www.openicpsr.org/openicpsr/ > Share your behavioral health and social science research data in three easy steps: (Note...
The vignette is currently an `Rnw` file, which is fine, but also prevents it to be rendered nicely, e.g. as part of a `pkgdown`-Website (if we ever want one). The...
- Elsevier - PNAS (...doesn't seem to have SIs other than PDFs, but check) - Nature - Frontiers in ... - Cell (TREE et al.) - ESA journals - not...
Some publishers have a well defined API or structured metadata, so one could also list the available SI files for a DOI, making the discovery of the `si` number a...
This is probably out of scope, but given DataCite DOIs are applied to PhD theses and Masters theses, one could argue that the package could be extended to cover DataCite...