-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1006 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
28
29
30
31
32
33
34
Type: Package
Package: effectclass
Title: Classification and Visualisation of Effects
Version: 0.1.5
Authors@R: c(
person("Thierry", "Onkelinx", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Research Institute for Nature and Forest (INBO)", , , "[email protected]", role = c("cph", "fnd"))
)
Description: Classify effects by comparing the confidence intervals with
thresholds.
License: GPL-3
URL: https://inbo.github.io/effectclass/
BugReports: https://github.com/inbo/effectclass/issues
Depends:
R (>= 4.1.0)
Imports:
assertthat,
ggplot2,
plotly
Suggests:
crosstalk,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Config/checklist/communities: inbo
Config/checklist/keywords: classification; effect size; uncertainty;
visualisation
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1