-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.14 KB
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
Package: traipse
Title: Shared Tools for Tracking Data
Version: 0.4.0
Authors@R:
c(
person(given = "Michael",
family = "Sumner",
email = "mdsumner@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2471-7511"))
)
Description: A collection of commonly used tools for animal movement and other tracking
data. Variously distance, angle, bearing, distance-to, bearing-to and speed are
provided for geographic data that can be used directly or within 'tidyverse'
syntax. Distances and bearings are calculated using modern geodesic methods as
provided by Charles F. F. Karney (2013) <doi:10.1007/s00190-012-0578-z>
via the 'geographiclib' package.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends: R (>= 2.10)
Imports:
magrittr,
geodist,
geographiclib,
stats
URL: https://github.com/AustralianAntarcticDivision/traipse
BugReports: https://github.com/AustralianAntarcticDivision/traipse/issues
Suggests:
covr,
testthat (>= 2.1.0),
dplyr,
tibble,
tidyr,
spelling
Language: en-US