-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
73 lines (73 loc) · 1.76 KB
/
DESCRIPTION
File metadata and controls
73 lines (73 loc) · 1.76 KB
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
66
67
68
69
70
71
72
73
Package: movedesign
Title: Study Design Toolbox for Movement Ecology Studies
Version: 0.3.3
Authors@R:
person("Inês", "Silva", , "i.simoes-silva@hzdr.de", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0003-4850-6193"))
Maintainer: Inês Silva <i.simoes-silva@hzdr.de>
Description: Toolbox and 'shiny' application to help researchers design
movement ecology studies, focusing on two key objectives: estimating
home range areas, and estimating fine-scale movement behavior,
specifically speed and distance traveled. It provides interactive
simulations and methodological guidance to support study planning and
decision-making. The application is described in Silva et al. (2023)
<doi:10.1111/2041-210X.14153>.
License: GPL (>= 3)
URL: https://ecoisilva.github.io/movedesign/,
https://ecoisilva.r-universe.dev/movedesign
BugReports: https://github.com/ecoisilva/movedesign/issues
Depends:
R (>= 4.1.0)
Imports:
bayestestR,
bsplus,
config (>= 0.3.1),
crayon,
ctmm (>= 0.6.1),
data.table,
dplyr,
fontawesome,
gdtools,
gfonts,
ggiraph,
ggplot2,
ggtext,
golem (>= 0.3.2),
grDevices,
lubridate,
parallel,
parsedate,
patchwork,
quarto,
reactable,
rintrojs,
rlang,
scales,
shiny (>= 1.7.1),
shinyalert,
shinybusy,
shinydashboard,
shinydashboardPlus,
shinyFeedback,
shinyjs,
shinyWidgets,
stats,
stringr,
terra,
tidyr,
tools,
utils,
viridis
Suggests:
knitr,
rmarkdown,
shinytest2
VignetteBuilder:
knitr,
quarto
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("rd", "collate", "namespace"))
RoxygenNote: 7.3.3