-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 907 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
Package: palmsplusr
Type: Package
Title: Process PALMS output data
Version: 0.1.0
Authors@R: c(as.person("Tom Stewart <[email protected]> [aut, cre]"),
as.person("Bernhard Snizek <[email protected]> [aut, ctb]"),
as.person("Jasper Schipperijn <[email protected]> [ctb]"))
Maintainer: Tom Stewart <[email protected]>
URL: http://thets.github.io/palmsplusr/
BugReports: https://github.com/TheTS/palmsplusr/issues
Description: This package makes it easier to analyse physical activity
and travel data obtained from the Personal Activity Location Measurement
System (PALMS).
License: LGPL-3 | file LICENSE
Encoding: UTF-8
LazyData: false
Depends:
R (>= 3.2.4),
dplyr (>= 0.7.1),
sf (>= 0.5)
Imports:
rlang,
purrr,
readr,
tidyr,
geosphere,
data.table
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2
VignetteBuilder: knitr
RoxygenNote: 7.1.2