-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.43 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
Package: athletic
Title: Analyse Health Data for Athletes and Sports Support Staff
Version: 0.0.0.9018
Authors@R: c(
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Monash University", role = "cph")
)
Description: Tools for undertaking analysis of sports datasets for use in
computational health economic models developed with the ready4
framework (https://ready4-dev.github.io/ready4/). This development
version of the athletic package has been made available as part of the
process of testing and documenting the package. If you have any
questions, please contact the authors (matthew.hamilton2@monash.edu).
License: GPL-3
URL: https://muheg.github.io/athletic/, https://github.com/MUHEG/athletic,
https://ready4-dev.github.io/ready4/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
knitrBootstrap,
pkgload,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
dplyr,
lifecycle,
lubridate,
magrittr,
methods,
purrr,
readxl,
ready4show,
ready4use (>= 0.0.0.9248),
rlang,
serious (>= 0.0.0.9006),
stats,
stringr,
tibble,
tidyr,
tidyselect,
truncnorm,
tsibble,
youthvars (>= 0.0.0.9129)
Depends:
ready4
Remotes:
ready4-dev/ready4use,
ready4-dev/serious,
ready4-dev/youthvars