-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.28 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: dafishr
Title: Download, Wrangle, and Analyse Vessel Monitoring System Data
Version: 1.0.1
Authors@R: c(
person("Fabio", "Favoretto", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6493-4254")),
person("Eduardo", "Leon Solorzano", , "[email protected]", role = "ctb")
)
Description: Allows to download, clean and analyse raw Vessel Monitoring System, VMS, data from
Mexican government. You can use the vms_download() function to
download raw data, or you can use the sample_dataset provided within
the package. You can follow the tutorial in the vignette available at
<https://cbmc-gcmp.github.io/dafishr/index.html>.
License: MIT + file LICENSE
URL: https://github.com/CBMC-GCMP/dafishr,
https://cbmc-gcmp.github.io/dafishr/
BugReports: https://github.com/CBMC-GCMP/dafishr/issues/
Depends:
R (>= 3.5.0)
Imports:
dplyr,
fst,
ggplot2,
lubridate,
magrittr,
mixtools,
readr,
readxl,
rlang,
sf,
stringr,
tibble,
tidyr,
tidyselect,
utils,
vroom
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2