-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update function and argument names to snake-case (#15)
* add testthat for unit testing * add testthat for unit testing * update function names to tidyverse style guide: public functions in snake case. Private functions prefixed by . * update function name and documentation conform to tidyverse snake case style guide * remove old function name man files * initial commit snake case function naming * snake case function naming initial commit * remove old function name man files * initial commit snake case function names * set_DOI to set_doi * set_DOI to set_doi * write.readMe to write_readme * arguments to snake case * arguments to snake case * arguments to snake case * set_DOI to set_doi * delete man file for old read me function name * write_readme initial commit * Version to 0.0.1.1 - all function and argument names changed to snake case.
- Loading branch information
Showing
53 changed files
with
1,444 additions
and
811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: EMLeditor | ||
Title: View and Edit EML | ||
Version: 0.0.1.0 | ||
Version: 0.0.1.1 | ||
Authors@R: | ||
person("Robert", "Baker", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-7591-5035")) | ||
|
@@ -25,3 +25,6 @@ Imports: | |
ISOcodes, | ||
crayon, | ||
dplyr | ||
Suggests: | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,29 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(get.CUI) | ||
export(get.DOI) | ||
export(get.DRRdoi) | ||
export(get.DSRefID) | ||
export(get.abstract) | ||
export(get.authorList) | ||
export(get.beginDate) | ||
export(get.citation) | ||
export(get.endDate) | ||
export(get.fileInfo) | ||
export(get.lit) | ||
export(get.parkUnits) | ||
export(get.producingUnits) | ||
export(get.title) | ||
export(get.unitPolygon) | ||
export(new.DOI) | ||
export(set.CUI) | ||
export(set.DOI) | ||
export(set.DRRdoi) | ||
export(set.NPSpublisher) | ||
export(set.abstract) | ||
export(set.forByNPS) | ||
export(set.language) | ||
export(set.lit) | ||
export(set.parkUnits) | ||
export(set.producingUnits) | ||
export(set.protocol) | ||
export(set.title) | ||
export(set.version) | ||
export(write.readMe) | ||
export(get_abstract) | ||
export(get_author_list) | ||
export(get_begin_date) | ||
export(get_citation) | ||
export(get_cui) | ||
export(get_doi) | ||
export(get_drr_doi) | ||
export(get_ds_id) | ||
export(get_end_date) | ||
export(get_file_info) | ||
export(get_lit) | ||
export(get_park_units) | ||
export(get_producing_units) | ||
export(get_title) | ||
export(new_doi) | ||
export(set_abstract) | ||
export(set_cui) | ||
export(set_doi) | ||
export(set_drr_doi) | ||
export(set_language) | ||
export(set_lit) | ||
export(set_park_units) | ||
export(set_producing_units) | ||
export(set_protocol) | ||
export(set_title) | ||
export(write_readme) | ||
importFrom(magrittr,"%>%") |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.