-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
94 lines (94 loc) · 1.79 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Package: peskas.timor.data.pipeline
Title: Functions to Implement the Timor Small Scale Fisheries
Data Pipeline
Version: 3.3.0
Authors@R:
c(person(given = "Lorenzo",
family = "Longobardi",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3126-7341")),
person(given = "Fernando",
family = "Cagua",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5867-3687")),
person(given = "Hamza",
family = "Altarturi",
role = c("aut"),
email = "[email protected]"),
person(given = "WorldFish",
role = "cph"))
Description: This package implements the data and modelling
pipelines underpining the Peskas system.
License: GPL-3
Imports:
config,
dplyr,
digest,
git2r,
glmmTMB,
googleAuthR,
googleCloudStorageR,
googledrive,
httr,
jsonlite,
logger,
magrittr,
purrr,
readr,
tidyr,
rlang (>= 0.1.2),
googlesheets4,
reticulate,
httr2
Suggests:
covr,
pkgdown,
remotes,
sessioninfo,
testthat,
RCurl,
roxygen2,
geosphere,
tidyselect,
textclean,
tinytest,
dataverse,
rmarkdown,
cowplot,
broom,
zoo,
ggplot2,
ggpubr,
lubridate,
readxl,
stringr,
tibble,
furrr,
future,
rfishbase,
taxize,
univOutl,
zip,
leaflet,
htmltools,
imputeTS,
Amelia,
mice,
blastula,
glue,
mime,
janitor,
reactable,
kableExtra,
ggchicklet,
treemapify,
ggforce,
apexcharter,
tidytext,
sf
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2