-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
49 lines (49 loc) · 1.34 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
45
46
47
48
49
Package: eviatlas
Title: EviAtlas a Shiny App for Visualising Datasets Produced by Systematic Maps
Version: 0.5
Authors@R:
c(person("Matt", "Grainger", , "matthewjamesgrainger@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8426-6495")),
person(given = "Neal", family = "Haddaway", role = c("aut"), email = "nealhaddaway@gmail.com",
comment = c(ORCID = "0000-0003-3902-2234")),
person(given = "Martin",family = "Westgate", role = c("aut"), email = "martinjwestgate@gmail.com",
comment = c(ORCID = "0000-0003-0854-2034")),
person(given = "Andrew", family = "Feierman", role = c("aut")))
Description: This package is a shiny app for visualising datasets produced by systematic mapping. You can access the app at: (<https://estech.shinyapps.io/eviatlas/>).
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
leaflet,
leaflet.providers,
htmltools,
htmlwidgets,
mapview,
leafem,
sf,
viridis,
shiny,
shinydashboard,
shinyWidgets,
shinyBS,
RColorBrewer,
webshot,
DT,
magrittr,
ggplot2,
dplyr,
stringr,
tidyr,
qpdf,
bit,
bit64,
hms,
progress,
readr,
tzdb,
vroom
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr