|
1 | 1 | Package: traits |
2 | 2 | Title: Species Trait Data from Around the Web |
3 | | -Description: Species trait data from many different sources, including |
4 | | - sequence data from 'NCBI' (<https://www.ncbi.nlm.nih.gov/>), |
5 | | - plant trait data from 'BETYdb', data from 'EOL' 'Traitbank', |
6 | | - 'Birdlife' International, and more. |
7 | | -Version: 0.5.1 |
| 3 | +Version: 0.5.2 |
8 | 4 | Authors@R: c( |
9 | | - person("David", "LeBauer", role = c("aut", "cre"), |
10 | | - email = 'dlebauer@gmail.com', |
11 | | - comment = c(ORCID = "0000-0001-7228-053X")), |
12 | | - person("Scott", "Chamberlain", role = c("aut"), |
13 | | - email = "myrmecocystus@gmail.com", |
14 | | - comment = c(ORCID = "0000-0003-1444-9135")), |
| 5 | + person("David", "LeBauer", , "dlebauer@gmail.com", role = c("aut", "cre"), |
| 6 | + comment = c(ORCID = "0000-0001-7228-053X")), |
| 7 | + person("Scott", "Chamberlain", , "myrmecocystus@gmail.com", role = "aut", |
| 8 | + comment = c(ORCID = "0000-0003-1444-9135")), |
15 | 9 | person("Zachary", "Foster", role = "aut"), |
16 | 10 | person("Ignasi", "Bartomeus", role = "aut"), |
17 | 11 | person("Chris", "Black", role = "aut"), |
18 | 12 | person("David", "Harris", role = "aut"), |
19 | 13 | person("Rupert", "Collins", role = "ctb") |
20 | 14 | ) |
| 15 | +Description: Species trait data from many sources, including sequence data |
| 16 | + from 'NCBI' (<https://www.ncbi.nlm.nih.gov/>), plant traits from |
| 17 | + 'BETYdb', and data from 'EOL Traitbank' and 'Birdlife International'. |
21 | 18 | License: MIT + file LICENSE |
22 | 19 | URL: https://docs.ropensci.org/traits/, https://github.com/ropensci/traits |
23 | 20 | BugReports: https://github.com/ropensci/traits/issues |
24 | | -LazyData: true |
25 | | -Encoding: UTF-8 |
26 | | -VignetteBuilder: knitr |
27 | | -Roxygen: list(markdown = TRUE) |
28 | 21 | Depends: |
29 | 22 | R (>= 2.10) |
30 | 23 | Imports: |
31 | | - jsonlite (>= 0.9.19), |
32 | | - httr (>= 1.1.0), |
33 | 24 | crul (>= 0.6.0), |
34 | | - tibble (>= 1.3.4), |
35 | 25 | data.table (>= 1.9.6), |
| 26 | + hoardr, |
| 27 | + httr (>= 1.1.0), |
| 28 | + jsonlite (>= 0.9.19), |
36 | 29 | readr (>= 1.1.1), |
| 30 | + rvest (>= 0.3.1), |
37 | 31 | taxize (>= 0.7.4), |
38 | | - xml2 (>= 0.1.2), |
39 | | - rvest (>= 0.3.1), |
40 | | - hoardr |
| 32 | + tibble (>= 1.3.4), |
| 33 | + xml2 (>= 0.1.2) |
41 | 34 | Suggests: |
| 35 | + dplyr, |
42 | 36 | knitr, |
| 37 | + plyr, |
43 | 38 | rmarkdown, |
44 | | - testthat, |
45 | | - dplyr, |
46 | | - plyr |
47 | | -RoxygenNote: 7.1.1 |
| 39 | + testthat |
| 40 | +VignetteBuilder: |
| 41 | + knitr |
| 42 | +Date/Publication: 2025-04-10 |
| 43 | +Encoding: UTF-8 |
| 44 | +LazyData: true |
| 45 | +Roxygen: list(markdown = TRUE) |
| 46 | +RoxygenNote: 7.3.2 |
48 | 47 | X-schema.org-applicationCategory: Biodiversity |
49 | | -X-schema.org-keywords: traits, API, web-services, species, taxonomy |
50 | | -X-schema.org-isPartOf: https://ropensci.org |
| 48 | +X-schema.org-isPartOf: https://ropensci.org, |
| 49 | + https://doi.org/10.5281/zenodo.11224037 |
| 50 | +X-schema.org-keywords: traits, API, web-services, species, taxonomy, |
| 51 | + biodiversity, ecology, environmental-data, species-traits |
0 commit comments