-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
44 lines (44 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
41
42
43
44
Package: Dynameta
Title: A dynamic platform for ecological meta-analyses in R Shiny
Version: 0.0.0.9000
Authors@R: person("Grace", "Skinner", email = "[email protected]",
role = c("aut", "cre"))
Description: A living-review (continually updateable) R Shiny platform for
interactive ecological meta-analyses, oriented around testing the
effect of anthropogenic threats on biodiversity. This platform is
written as an R package and highly generalisable, such that it can be
applied in the context of any meta-analytic PICO question concerning
the effect of any IUCN threat on any taxonomic group, biodiversity
metric, or geographic region. Analyse sample data included in the
package or your own data.
License: MIT + file LICENSE
URL: https://github.com/gls21/Dynameta
BugReports: https://github.com/gls21/Dynameta/issues
Depends:
R (>= 2.10)
Imports:
bslib,
dplyr,
DT,
leaflet,
mapview,
metafor,
readr,
shiny,
shinycssloaders,
shinydisconnect,
shinyjs,
shinyWidgets,
tidyr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
shinytest2,
testthat (>= 3.0.0),
tibble
VignetteBuilder: knitr
Config/testthat/edition: 3