-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
65 lines (65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: movedesign
Title: Study design of movement ecology studies
Version: 0.3.0
Authors@R:
person("Inês", "Silva", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-4850-6193"))
Description: A Shiny app to assist researchers in designing movement
ecology studies.
License: GPL (>= 3)
URL: https://github.com/ecoisilva/movedesign,
https://ecoisilva.github.io/movedesign/
BugReports: https://github.com/ecoisilva/movedesign/issues
Depends:
R (>= 3.5.0)
Imports:
bayestestR,
bsplus,
config (>= 0.3.1),
crayon,
ctmm (>= 0.6.1),
data.table,
dplyr,
ellipse,
fontawesome,
gdtools,
ggiraph,
ggplot2,
ggpubr,
ggtext,
golem (>= 0.3.2),
grDevices,
parallel,
parsedate,
plyr,
pracma,
reactable,
rintrojs,
rlang,
scales,
shiny (>= 1.7.1),
shinyalert,
shinybusy,
shinycssloaders,
shinydashboard,
shinydashboardPlus,
shinyFeedback,
shinyjs,
shinyWidgets,
stats,
stringr,
terra,
tidyr,
utils,
viridis
Suggests:
knitr,
rmarkdown,
shinytest2
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2