metajam
metajam copied to clipboard
Bringing data and metadata togetheR
According to the chapter on testing in [R Packages 2e](https://r-pkgs.org/testing-basics.html), the `context` function is superseded in `testthat` version 3.0 and can be removed (context is provided by test file name...
Need to do some more extensive testing of ISO download helper function. Can also reach out to LTER BLE site IM about testing from their side / identification of edge-case...
Currently check_version turns a URL into a pid and also checks the version. We plan to organize it into two functions instead: 1. `get_pid` = returns a PID when given...
- function to generate citation of dataset - citation field in summary_metadata.csv
Make sure there is nothing of interest in this branch. If not delete and restart from main branch post CRAN acceptance of o.3 version
tested on few recent packages and got errors for attribute level metadata ``` Warning messages: 1: In download_d1_data(.x, path) : No data metadata could be found for urn:uuid:03d490e9-f3e6-4eec-84e3-0ee4c9c6c6f1 2: In...
Originally, we decided to stop the execution of the download function when the data set had already been downloaded. However, this design is not convenient when using R markdown, especially...
in `download_di_data` especially on Windows, the path can become too long for the OS to handle with EDI data due to the use of DOI as a name. Look into...
See: https://randr.rocks/post/pointblank-0-6/ Can the tabular metadata created by `metajam` from the EML work nicely with `pointblank`? And moreover, be used to create data description in R?
I am trying to download a data package (https://portal.edirepository.org/nis/mapbrowse?packageid=knb-lter-nwt.213.1) using download_d1_data() and I am getting an error message. **My code:** desired_path_to_data