-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 971 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
Package: gpx3d
Title: 3D Plot A Route From A GPX File
Version: 0.0.0.9002
Authors@R:
person("Matt", "Dray", , "mwdray@gmail.com", role = c("aut", "cre"))
Description: Extract a data from a GPX file into a an sf-class dataframe, then
plot a 3D rendering of the route. Designed with workout-route data from the
Apple Health app in mind.
URL: https://github.com/matt-dray/gpx3d
BugReports: https://github.com/matt-dray/gpx3d/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
cryogenic,
devout,
devoutrgl,
ggplot2,
ggrgl,
grDevices,
sf,
snowcrash,
triangular,
xml2
Remotes:
coolbutuseless/devout,
coolbutuseless/devoutrgl,
coolbutuseless/triangular,
coolbutuseless/snowcrash,
coolbutuseless/cryogenic,
coolbutuseless/ggrgl
Suggests:
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3
Depends:
R (>= 2.10)