-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.25 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
Package: PITcleanr
Title: Cleans up PIT tag capture histories
Version: 3.0.4
Authors@R: person("Kevin", "See", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Kevin See <[email protected]>
Description: This package takes a complete PIT tag history file and cleans it, compresses it and makes it ready for summaries or analyses.
Depends:
R (>= 4.0.2),
License: CC BY 4.0
Imports:
dplyr (>= 1.1.2),
httr (>= 1.4.6),
lubridate (>= 1.9.2),
magrittr (>= 1.5),
forcats (>= 1.0.0),
stringr (>= 1.5.0),
purrr (>= 1.0.1),
readr (>= 2.1.2),
tidyr (>= 1.3.0),
tibble (>= 3.2.1),
janitor (>= 2.1.0),
sf (>= 1.0.8),
writexl (>= 1.4.2),
progress (>= 1.2.2),
ggraph (>= 2.1.0),
nhdplusTools (>= 1.0.0),
nngeo (>= 0.4.6),
here (>= 1.0.1),
readxl (>= 1.4.0),
tidygraph (>= 1.2.3),
XML (>= 3.99.0.9),
xml2 (>= 1.3.3),
ggplot2,
measurements
URL: https://github.com/KevinSee/PITcleanr,
https://kevinsee.github.io/PITcleanr/index.html,
https://kevinsee.github.io/PITcleanr/
BugReports: https://github.com/KevinSee/PITcleanr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
ggrepel,
kableExtra,
knitr,
rmarkdown
VignetteBuilder: knitr