-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.03 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
Package: fecR2.0
Title: Fishing Effort Calculator in R
Version: 0.2.0
Authors:
Christoph Konrad [aut,cre],
Finlay Scott [aut, cre],
Nuno Prista [aut],
Thomas Reilly [aut]
Authors@R: c(
person(given = "Christoph", family = "Konrad", email = "christoph.konrad@ec.europa.eu", role = c("aut", "cre")),
person(given = "Finlay", family = "Scott", email = "finlay.scott@ec.europa.eu", role = c("aut")),
person(given = "Nuno", family = "Prista", email = "nuno.prista@slu.se", role = c("aut")),
person(given = "Thomas", family = "Reilly", email = "Thomas.Reilly@gov.scot", role = c("aut")))
Maintainer: Christoph Konrad <christoph.konrad@ec.europa.eu>
Description: Calculates fishing effort following the DG MARE Ad-Hoc Workshops on Transversal Variables in Zagreb (2015) and Nicosia (2016). Updated in 2020 by CK.
Depends: R (>= 3.6), data.table
Suggests: knitr, testthat
Imports: data.table, plyr, lubridate, methods
License: EUPL
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0