-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.15 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
50
51
52
53
54
55
56
Package: famexploreR
Title: Exploration of Threathened Flora field data
Version: 1.0.0
Authors@R: c(
person("Antonio Jesús", "Pérez-Luque", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-1747-0469")),
person("Juan", "Lorite", , "lorite@ugr", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0003-4617-8069"))
)
Description: A shiny app that explores data from Threathened Flora. It
uses customized forms to explore the data and generate several plots,
tables.
License: MIT + file LICENSE
URL: https://ajpelu.github.io/famexploreR/
Depends:
R (>= 4.0)
Imports:
dplyr,
forcats,
ggdist,
gghalves,
ggtern,
ggplot2,
glue,
lubridate,
purrr,
readODS,
readxl,
rlang,
sf,
shiny,
stats,
stringr,
tibble,
tidyr,
vegan,
bookdown,
bslib,
bsicons,
mapSpain,
leaflet,
formattable,
kableExtra,
flextable,
readr,
plotly,
rintrojs
Suggests:
bookdown,
knitr,
rmarkdown
Config/Needs/website: rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2