-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.54 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
Package: trajectories
Version: 0.2-9
Title: Classes and Methods for Trajectory Data
Authors@R: c(person("Edzer", "Pebesma", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0001-8049-7069")),
person("Benedikt", "Klus", role = "aut"),
person("Benedikt", "Graeler", role = "ctb"),
person("Nikolai", "Gorte", role = "ctb"),
person("Mehdi", "Moradi", role = "aut"))
Depends: R (>= 3.0.0)
Imports: stats, utils, graphics, methods, lattice, sp (>= 1.1-0), spacetime (>= 1.0-0), zoo
Suggests: OpenStreetMap, RCurl, rjson, adehabitatLT, xts,
knitr, rgl, forecast, MASS, spatstat (>= 2.0-1), spatstat.explore, spatstat.geom, taxidata, sf
Description: Classes and methods for trajectory data, with support for nesting individual Track objects in track sets (Tracks) and track sets for different entities in collections of Tracks. Methods include selection, generalization, aggregation, intersection, simulation, and plotting.
License: GPL (>= 2)
URL: https://github.com/edzer/trajectories
Additional_repositories: http://cran.uni-muenster.de/pebesma/
BugReports: https://github.com/edzer/trajectories/issues
VignetteBuilder: knitr
Collate: Class-Tracks.R Tracks-methods.R generalize.R stcube.R stplot.R
difftrack.R compare-methods.R rtracks.R Trackstat.R
RoxygenNote: 6.0.1
NeedsCompilation: no
Author: Edzer Pebesma [aut, cre] (<https://orcid.org/0000-0001-8049-7069>),
Benedikt Klus [aut],
Benedikt Graeler [ctb],
Nikolai Gorte [ctb],
Mehdi Moradi [aut]
Maintainer: Edzer Pebesma <[email protected]>