-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: rgnparser
Title: Parse Scientific Names
Description: Parse scientific names using 'gnparser'
(<https://github.com/gnames/gnparser>), written in Go. 'gnparser'
parses scientific names into their component parts; it utilizes
a Parsing Expression Grammar specifically for scientific names.
Version: 0.3.0
Authors@R: c(
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Joel H.", "Nitta", role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4719-7472")),
person("Alban", "Sagouis", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3827-1063"))
)
License: MIT + file LICENSE
URL: https://docs.ropensci.org/rgnparser/, https://github.com/ropensci/rgnparser
BugReports: https://github.com/ropensci/rgnparser/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
SystemRequirements: gnparser (<https://github.com/gnames/gnparser>)
Imports:
sys,
tibble,
jsonlite,
readr,
lifecycle
Suggests:
testthat
RoxygenNote: 7.2.3