-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.17 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: impactr
Title: Mechanical Loading Prediction Through Accelerometer Data
Version: 0.4.1
Authors@R:
person(given = "Lucas",
family = "Veras",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0562-5803"))
Description: Functions to read, process and analyse accelerometer
data related to mechanical loading variables. This package is
developed and tested for use with raw accelerometer data from
triaxial 'ActiGraph' <https://actigraphcorp.com> accelerometers.
License: MIT + file LICENSE
URL: https://lveras.com/impactr/
BugReports: https://github.com/verasls/impactr/issues/
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
glue,
lubridate,
lvmisc,
pillar,
pracma,
purrr,
Rcpp,
rlang (>= 0.4.6),
signal,
stringr,
tibble,
toOrdinal,
utils,
vroom
Suggests:
accdata,
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
LinkingTo:
Rcpp
VignetteBuilder: knitr
Language: en-GB
Depends:
R (>= 2.10)
Additional_repositories: https://lveras.com/drat/