-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
40 lines (40 loc) · 1.25 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
35
36
37
38
39
40
Package: BacDiveR
Title: Programmatic Interface For The Bacterial Diversity
Metadatabase by DSMZ
Version: 0.9.1
Authors@R:
person(given = "Katrin",
family = "Leinweber",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5135-5758"))
Description: 'BacDive' focuses on providing organism-linked
information covering the multifarious aspects of bacterial
biodiversity: taxonomic classification, morphology, physiology,
cultivation, origin natural habitat and more, both for bacterial and
archaeal strains (see Söhngen et al. (2014)
<doi:10.1093/nar/gkt1058>). BacDiveR helps you investigate this data
offline, and semi-automatically in R.
License: MIT + file LICENSE
URL: https://github.com/TIBHannover/BacDiveR
BugReports: https://github.com/TIBHannover/BacDiveR/issues
Imports:
httr (>= 1.4.0),
jsonlite (>= 1.6),
utils (>= 3.5.0)
Suggests:
ggplot2 (>= 3.2.0),
knitr (>= 1.23),
magrittr (>= 1.5),
purrr (>= 0.3.2),
rmarkdown (>= 1.13),
spelling (>= 2.1),
testthat (>= 2.1.1)
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1