-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.06 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.06 KB
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
Package: rStrava
Type: Package
Title: Access the 'Strava' API
Version: 1.3.4
Date: 2026-01-05
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.3.3
Encoding: UTF-8