-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 954 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
Package: repfishr
Version: 0.1.20250225
Date: 2025-02-25
Title: Fisheries data reporting flows
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")))
Maintainer: Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Depends: R (>= 4.0)
Imports:
R6,
methods,
tibble,
magrittr,
jsonlite,
yaml,
readr,
mime,
vrule,
writexl,
openxlsx
Remotes:
fdiwg/vrule
Suggests: parallel, testthat
Description: R framework to facilitate fisheries data reporting flows, with first intention to help countries to validate,
format and send data to relevant organizations including regional fisheries management organizations or bodies handling data collection reference frameworks, and FAO.
URL: https://github.com/fdiwg/repfishr
BugReports: https://github.com/fdiwg/repfishr/issues
LazyLoad: yes
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(r6 = TRUE)