Irene Steves
Irene Steves
The roxygen2 tag `@inheritParams` is used to grab & reuse documentation written elsewhere. http://r-pkgs.had.co.nz/man.html A similar type of tag would be a great feature to have in Plumber! This comes...
Hi there! I just came across this as I was trying to figure out why `mutate_geocode` wasn't working for me: https://developers.google.com/maps/documentation/geocoding/usage-and-billing >All Google Maps Platform API requests must include an...
Connect to GitHub ======================================================== 1. `usethis::use_git()` 2. `usethis::use_github()` #TODO: how to deal with errors If `use_github` gets an authentication error, then switch to terminal and use git directly: `git push...
The function `EML::set_methods` adds an `` tag to text that is **bold**, but `eml_validate` rejects it with this error message: `Element 'emphasis', attribute 'Role': The attribute 'Role' is not allowed.`
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
Currently, because of the way the data URL for dryad is constructed, it doesn't work with our function. `check_version` ends up looking for nonsensical results because it keeps chunking the...
I made a change to the description of a data file, and then submitted changes. It took a long time to process (> 2 minutes), so I thought it had...
[originally filed in metacatui but moved here] According to the eml-entity tree (https://github.com/NCEAS/eml/blob/master/eml-entity.png), it's possible to add a methods section to an otherEntity. I tried it on the following package...