@@ -8,21 +8,18 @@ Description: A programmatic interface to many species occurrence data sources,
88 species occurrence data, and combining those data.
99Version: 1.2.4
1010License: MIT + file LICENSE
11- Authors@R:
12- c(person(given = "Hannah", family = "Owens",
13- role = c("aut", "cre"),
14- 15- comment = c(ORCID = "0000-0003-0071-1745")),
16- person(given = "Vijay", family = "Barve",
17- role = "aut",
18- comment = c(ORCID = "0000-0002-4852-2567")),
19- person(given = "Scott", family = "Chamberlain",
20- role = "aut",
21- comment = c(ORCID = "0000-0003-1444-9135")),
22- person(given = "Karthik", family = "Ram", role = "ctb"),
23- person(given = "Ted", family = "Hart", role = "ctb"),
24- person(given = "rOpenSci", role = "fnd",
25- comment = c(ROR = "https://ror.org/019jywm96")))
11+ Authors@R: c(
12+ person("Hannah", "Owens", , "
[email protected] ", role = c("aut", "cre"),
13+ comment = c(ORCID = "0000-0003-0071-1745")),
14+ person("Vijay", "Barve", role = "aut",
15+ comment = c(ORCID = "0000-0002-4852-2567")),
16+ person("Scott", "Chamberlain", role = "aut",
17+ comment = c(ORCID = "0000-0003-1444-9135")),
18+ person("Karthik", "Ram", role = "ctb"),
19+ person("Ted", "Hart", role = "ctb"),
20+ person("rOpenSci", role = "fnd",
21+ comment = c(ROR = "https://ror.org/019jywm96"))
22+ )
2623URL: https://github.com/ropensci/spocc (devel),
2724 https://docs.ropensci.org/spocc/ (user manual)
2825BugReports: https://github.com/ropensci/spocc/issues/
0 commit comments