-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 920 Bytes
/
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
Package: cyclingtools
Title: Tools for Manipulating Cycling Data
Version: 0.0.0.9000
Authors@R:
person(given = "Felipe",
family = "Mattioni Maturana",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4221-6104"))
Description: A set of tools for analyzing data related to cycling.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RdMacros: mathjaxr
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
magrittr (>= 1.5),
mathjaxr (>= 1.0.1),
broom (>= 0.7.0),
dplyr (>= 1.0.0),
forcats (>= 0.5.0),
ggplot2 (>= 3.3.2),
glue (>= 1.4.1),
janitor (>= 2.0.1),
minpack.lm (>= 1.2.1),
purrr (>= 0.3.4),
rlang (>= 0.4.7),
tibble (>= 3.0.1),
tidyr (>= 1.1.0)
Depends:
R (>= 2.10)