forked from fawda123/rStrava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 910 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
38
39
40
41
42
43
44
45
Package: rStrava
Type: Package
Title: Access the Strava API
Version: 0.16
Date: 2018-06-08
Description: Functions to access data from Strava's v3 API.
LazyData: TRUE
BugReports: https://github.com/fawda123/rStrava/issues
License: CC0
Imports:
bitops,
dplyr,
geosphere,
ggmap,
ggplot2,
ggrepel,
httr,
magrittr,
plyr,
RCurl,
rgbif,
tidyr,
XML,
purrr,
tibble
Depends:
R (>= 3.1.1)
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"
)
)
RoxygenNote: 6.0.1