-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
49 lines (49 loc) · 1.04 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: rStrava
Type: Package
Title: Access the 'Strava' API
Version: 1.3.2
Date: 2024-10-23
Description: Functions to access data from the 'Strava v3 API' <https://developers.strava.com/>.
BugReports: https://github.com/fawda123/rStrava/issues
License: CC0
Imports:
dplyr,
geosphere,
ggplot2,
ggspatial,
googleway,
httr,
jsonlite,
magrittr,
maptiles,
rvest,
tidyr,
tidyterra,
XML,
xml2,
purrr,
tibble
Depends:
R (>= 3.5.0)
Authors@R: c(
person(given = "Marcus W.", family = "Beck",
role = c("cre"),
email = "mbafs2012@gmail.com"),
person(given = "Pedro", family = "Villarroel",
role = c("aut"),
email = "pedrodvf@gmail.com"
),
person(given = "Daniel", family = "Padfield",
role = c("aut"),
email = "dp323@exeter.ac.uk"
),
person(given = "Lorenzo", family = "Gaborini",
role = c("aut"),
email = "lorenzo.gaborini@unil.ch"
),
person(given = "Niklas", family = "von Maltzahn",
role = c("aut"),
email = "niklasv@gmail.com"
)
)
RoxygenNote: 7.2.3