-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 898 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
Package: LTMFNpackage
Type: Package
Title: LTMFTN Data Helper
Version: 0.1.0
Authors@R: person("Natalie", "Dupont", email = "[email protected]",
role = c("aut", "cre"))
Description: This pacakge contains useful helper functions for formatting and analyzing data for the LTMFTN fish telemetry project.
These include packages to format data into standardized and user-friendly formats, as well as helper and wrapper functions to analyze small-scale movement data using the YAPS pacakge.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
data.table,
dplyr,
lubridate,
sf,
stringr,
readxl,
openxlsx,
purrr,
tibble,
gt,
mapview
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
yaps
Config/testthat/edition: 3
Depends:
R (>= 2.10)
VignetteBuilder: knitr