-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·35 lines (35 loc) · 1007 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
Package: cavityuse
Type: Package
Title: Detecting Cavity Use From Geolocator Data
Version: 0.5.0
Authors@R: c(person("Steffi", "LaZerte", email = "[email protected]", role = c("aut","cre"), comment = "https://orcid.org/0000-0002-7690-8360"))
Description:
Calculate patterns of cavity use from geolocator light data. Patterns of
light and dark are used to identify daytime usage, while patterns of
sunrise/sunset are used to identify nighttime usage.
License: GPL-3 + file LICENSE
Encoding: UTF-8
Language: en-CA
LazyData: true
URL: http://github.com/steffilazerte/cavityuse
BugReports: http://github.com/steffilazerte/cavityuse/issues
Depends:
R (>= 3.2)
Imports:
broom (>= 0.4.3),
dplyr (>= 1.0.0),
ggplot2 (>= 2.2.1),
glue (>= 1.6.2),
lubridate (>= 1.5.6),
lutz (>= 0.3.1),
maptools (>= 0.9.3),
purrr (>= 0.2.5),
rlang (>= 0.4.11),
stringr (>= 1.3.1),
tidyr (>= 0.4.1)
Suggests:
testthat,
covr,
roxygen2,
sf
RoxygenNote: 7.2.0