-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
54 additions
and
53 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
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,4 +1,4 @@ | ||
Package: RTaxonWorks | ||
Package: rtaxonworks | ||
Type: Package | ||
Title: TaxonWorks Client | ||
Description: Client for TaxonWorks | ||
|
@@ -11,9 +11,9 @@ Authors@R: c(person("Geoff", "Ower", role = c("aut", "cre"), | |
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-9770-2345")), | ||
person(given = "Species File Group", role = "fnd", comment = "https://speciesfilegroup.org/")) | ||
License: MIT + file LICENSE | ||
URL: https://docs.ropensci.org/rtaxonworks/ (docs), https://github.com/SpeciesFileGroup/RTaxonWorks | ||
BugReports: https://github.com/SpeciesFileGroup/RTaxonWorks/issues | ||
License: NCSA | ||
URL: https://docs.ropensci.org/rtaxonworks/ (docs), https://github.com/SpeciesFileGroup/rtaxonworks | ||
BugReports: https://github.com/SpeciesFileGroup/rtaxonworks/issues | ||
Roxygen: list(markdown = TRUE) | ||
Encoding: UTF-8 | ||
Language: en-US | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
RTaxonWorks 0.0.1 | ||
rtaxonworks 0.0.1 | ||
========== | ||
|
||
### NEW FEATURES | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#' @title RTaxonWorks | ||
#' @title rtaxonworks | ||
#' @description TaxonWorks Client | ||
#' @note TW API docs: https://api.taxonworks.org/ | ||
#' @importFrom httr2 request req_perform resp_body_json | ||
#' @importFrom tibble tibble | ||
#' @importFrom jsonlite fromJSON | ||
#' @importFrom data.table setDF rbindlist | ||
#' @name RTaxonWorks-package | ||
#' @aliases RTaxonWorks | ||
#' @name rtaxonworks-package | ||
#' @aliases rtaxonworks | ||
#' @docType package | ||
#' @keywords package | ||
#' @author Geoff Ower |
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
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
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