-
Notifications
You must be signed in to change notification settings - Fork 57
/
DESCRIPTION
57 lines (57 loc) · 1.21 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
Package: strava
Title: Create Artistic Visualisations with your Strava Exercise Data
Version: 0.0.0.9001
Authors@R:
c(person(given = "Marcus",
family = "Volz",
email = "marcus.volz@outlook.com",
role = c("aut", "cre")),
person(given = c("Andrew", "B."),
family = "Collier",
role = c("ctb"),
email = "andrew@fathomdata.dev"),
person(given = "Megan",
family = "Beckett",
role = c("ctb"),
email = "megan@fathomdata.dev"),
person(given = "Bálint",
family = "Komjáti",
role = c("ctb"),
email = "bkomjati@gmail.com"))
Description: Creates artistic visualisations with Strava data.
Depends:
R (>= 3.4.3),
dplyr,
ggplot2,
gtools,
mapproj
Imports:
purrr,
sp,
XML,
stringr,
magrittr,
lubridate,
ggridges,
ggthemes,
ggTimeSeries (>= 1.0.1),
packcircles,
ggforce,
tidyr,
viridis,
rayshader,
geoviz,
magick,
raster,
terra
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
rmarkdown,
knitr,
testthat
VignetteBuilder: knitr
Remotes:
AtherEnergy/ggTimeSeries