-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.77 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
Package: activAnalyzer
Title: A Shiny App to Analyze Accelerometer-Measured Daily Physical Behavior Data
Version: 1.0.4
Authors@R: person('Pierre-Yves', 'de Müllenheim', email = 'pydemull@uco.fr', role = c('cre', 'aut'), comment = c(ORCID = "0000-0001-9157-7371"))
Description: This app has been developed to analyze daily physical behavior data recorded
at the hip in adults using an ActiGraph accelerometer. Once analysis is completed,
the app allows to export results to .csv files and to generate a report of
the measurement. All the configured inputs relevant for interpreting the
results are recorded in the report.
License: GPL (>= 3)
Imports:
dbplyr (>= 2.1.1),
dplyr (>= 1.0.7),
flextable (>= 0.6.10),
forcats (>= 0.5.1),
ggplot2 (>= 3.3.5),
golem (>= 0.3.1),
hms (>= 1.1.1),
lubridate (>= 1.8.0),
magrittr,
modelr (>= 0.1.8),
patchwork (>= 1.1.1),
PhysicalActivity,
reactable (>= 0.2.3),
rmarkdown (>= 2.11),
RSQLite,
shiny (>= 1.6.0),
shinycssloaders (>= 1.0.0),
shinydashboard (>= 0.7.2),
shinydashboardPlus (>= 2.0.3),
shinyFeedback (>= 0.4.0),
shinyjs (>= 2.0.0),
stringr (>= 1.4.0),
tidyr (>= 1.1.4),
zoo
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://pydemull.github.io/activAnalyzer, https://github.com/pydemull/activAnalyzer
BugReports: https://github.com/pydemull/activAnalyzer/issues
Suggests:
shinytest,
covr,
knitr,
spelling,
testthat (>= 3.0.0),
processx,
globals,
config,
tidyselect,
DBI,
assertthat,
htmltools,
officer,
pkgload,
scales,
tibble,
rlang,
tinytex
Language: en-US
Depends: R (>= 3.4.0)
Config/testthat/edition: 3
VignetteBuilder: knitr