-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.27 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
Package: activatr
Type: Package
Title: Utilities for Parsing and Plotting Activities
Version: 0.2.1
Authors@R: person("Daniel", "Schafer", email = "[email protected]", role = c("aut", "cph", "cre"))
Description: This contains helpful functions for parsing, managing, plotting, and
visualizing activities, most often from GPX (GPS Exchange Format) files
recorded by GPS devices. It allows easy parsing of the source files into
standard R data formats, along with functions to compute derived data for
the activity, and to plot the activity in a variety of ways.
License: MIT + file LICENSE
URL: https://github.com/dschafer/activatr,
https://dschafer.github.io/activatr/
BugReports: https://github.com/dschafer/activatr/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
Imports:
dplyr (>= 1.0.0),
geosphere (>= 1.5),
ggmap (>= 3.0.0),
glue (>= 1.4.0),
httr (>= 1.4.0),
lubridate (>= 1.7.0),
rlang (>= 0.4.0),
tibble (>= 3.0.0),
slider (>= 0.3.0),
xml2 (>= 1.3.2)
RoxygenNote: 7.2.3
Suggests:
covr (>= 3.5.0),
ggplot2 (>= 3.4.0),
knitr (>= 1.30),
mockery (>= 0.4.2),
rmarkdown (>= 2.6),
roxygen2 (>= 7.1.0),
sf (>= 1.0),
testthat (>= 3.0.0)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)