generated from EcologyR/templateRpackage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1018 Bytes
/
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
Package: Bloomers
Title: Identify Potential Bloomers In Microbial Communities
Version: 0.0.0.9000
Authors@R:
c(
person("Ona", "Deulofeu-Capo", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1653-6523")),
person("Irene", "Mendoza", , role = "aut", comment = c(ORCID = "0000-0002-3288-6366")),
person("Ignasi", "Bartomeus", , role = "aut", comment = c(ORCID = "0000-0001-7893-4389"))
)
Description: This package is created to identify bloomers in microbial communities from datasets with temporal or spatial scales. Bloomers are microorganisms that dominate the community in a localized environment for a short period of time.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/EcologyR/Bloomers
BugReports: https://github.com/EcologyR/Bloomers/issues
Depends:
R (>= 2.10)
LazyData: true
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Imports:
dplyr,
magrittr,
vegan