-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·41 lines (41 loc) · 960 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
36
37
38
39
40
41
Package: feedr
Type: Package
Title: Transforming Raw RFID Data
Version: 0.11.0
Authors@R: person("Steffi", "LaZerte", email = "[email protected]", role = c("aut","cre"))
URL: https://github.com/animalnexus/feedr
Description: Load, clean, transform, and visualize raw RFID data for looking at a variety of
biological questions.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.2.2)
Imports:
dplyr (>= 1.0.0),
ggplot2 (>= 3.3.3),
htmltools (>= 0.5.1.1),
leaflet (>= 2.0.4.1),
lubridate (>= 1.7.10),
magrittr (>= 2.0.1),
maptools (>= 1.1.1),
rlang (>= 0.4.12),
purrr (>= 0.3.4),
scales (>= 1.1.1),
stringr (>= 1.4.0),
tibble (>= 3.1.2),
tidyr (>= 1.1.3)
Suggests:
activity,
aniDom,
asnipe,
Dominance,
knitr,
Perc,
png,
rmarkdown,
sp,
testthat (>= 3.0.0)
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Config/testthat/edition: 3