-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.48 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
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: trip
Type: Package
Title: Tracking Data
Authors@R: c(person("Michael D.","Sumner", role = c("aut", "cre"),
email = "[email protected]"),
person("Sebastian", "Luque", role = "ctb"),
person("Anthony", "Fischbach", role = "ctb"),
person("Tomislav", "Hengl", role = "ctb"))
Version: 1.10.0.9010
Depends:
R (>= 3.3.0)
Imports:
geodist,
MASS,
methods,
raster,
reproj,
sp,
spatstat.geom,
spatstat.explore,
glue,
viridis,
traipse (>= 0.2.0),
crsmeta,
dplyr,
rlang
Suggests:
adehabitatLT,
knitr,
testthat,
covr,
rmarkdown,
lubridate,
maps,
spelling,
lattice
Description: Access and manipulate spatial tracking data, with straightforward
coercion from and to other formats. Filter for speed and create time spent
maps from tracking data. There are coercion methods to convert between 'trip'
and 'ltraj' from 'adehabitatLT', and between 'trip' and 'psp' and 'ppp' from
'spatstat'. Trip objects can be created from raw or grouped data frames, and
from types in the 'sp', sf', 'amt', 'trackeR', 'mousetrap', and other packages,
Sumner, MD (2011) <https://figshare.utas.edu.au/articles/thesis/The_tag_location_problem/23209538>.
URL: https://github.com/Trackage/trip
BugReports: https://github.com/Trackage/trip/issues
NeedsCompilation: no
ByteCompile: yes
License: GPL-3
LazyData: yes
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.1