-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 789 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 789 Bytes
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
Package: runkeepR
Type: Package
Title: Extract, analyse, and plot Runkeeper(TM) data
Version: 0.0.1
Date: 2022-02-04
Authors@R: person("Jonathan", "Carroll",
email = "rpkg@jcarroll.com.au",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1404-5264"))
Maintainer: Jonathan Carroll <rpkg@jcarroll.com.au>
Description: Extract, analyse, and plot Runkeeper(TM) data.
Results can be plotted in either ggplot2 or leaflet. A shinydashboard is also presented
summarising metrics over time. Subsettable by activity type.
License: GPL-3
Imports:
magrittr,
dplyr,
XML,
ggmap,
lubridate,
ggplot2,
tidyr,
sp,
maptools,
shiny,
leaflet,
shinydashboard,
lazyeval
Suggests:
testthat,
covr
LazyData: true
RoxygenNote: 5.0.1