-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.26 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
Package: wildrtrax
Title: Environmental Sensor Data Management and Analytics to and from WildTrax
Version: 1.3.2
Authors@R:
c(person(given = "Alex",
family = "MacPhail",
role = c("aut", "cre"),
email = "agmacpha@ualberta.ca"),
person(given = "Marcus",
family = "Becker",
role = "aut",
email = "mabecker@ualberta.ca"),
person(given = "Elly",
family = "Knight",
role = "aut",
email = "ecknight@ualberta.ca"))
Maintainer: Alex MacPhail <agmacpha@ualberta.ca>
Description: This is an R package that enables environmental sensor users to create comprehensive work flows for managing and analyzing data.
Depends: R (>= 4.4.0)
License: MIT + file LICENSE
Imports:
dplyr (>= 1.0.0),
fs,
ggplot2,
httr2,
magick,
purrr,
QPAD,
readr,
rlang,
seewave,
sf,
suntools,
terra,
tibble,
tidyr (>= 1.0.2),
tuneR,
unmarked
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
usethis,
gridExtra
Remotes:
psolymos/QPAD
VignetteBuilder: knitr, rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://abbiodiversity.github.io/wildrtrax/