-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
80 lines (80 loc) · 2.78 KB
/
DESCRIPTION
File metadata and controls
80 lines (80 loc) · 2.78 KB
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
Package: codama
Title: Common prOcesses for Data quAlity Monitoring
Version: 1.4.8
Authors@R:
c(person(given = "Oceane",
family = "Bouhineau",
email = "oceane.bouhineau@ird.fr",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7418-2925")),
person(given = "Mathieu",
family = "Depetris",
email = "mathieu.depetris@ird.fr",
role = c("aut"),
comment = c(ORCID = "0000-0001-8080-0531")),
person(given = "Theotime",
family = "Fily",
email = "theotime.fily@ird.fr",
role = c("aut"),
comment = c(ORCID = "0000-0001-7277-1769")),
person(given = "Julien",
family = "Lebranchu",
email = "julien.lebranchu@ird.fr",
role = c("aut"),
comment = c(ORCID = "0000-0002-7759-0534")),
person(given = "Clara",
family = "Lerebourg",
email = "clara.lerebourg@ird.fr",
role = c("aut"),
comment = c(ORCID = "0000-0003-0589-8932")),
person(given = "Esther",
family = "Mollier",
email = "esther.mollier@ird.fr",
role = c("aut"),
comment = c(ORCID = "0000-0001-8921-079X")),
person(given = "Chloé",
family = "Tellier",
email = "chloe.tellier@ird.fr",
role = c("aut"),
comment = c(ORCID = "0009-0007-5988-3310")),
person(given = "Philippe",
family = "Sabarros",
email = "philippe.sabarros@ird.fr",
role = c("aut"),
comment = c(ORCID = "0000-0001-6135-9015")),
person(given = "IRD - Ob7",
family = "Observatory of Exploited Tropical Pelagic Ecosystems",
email = "ob7@ird.fr",
role = c("cph", "fnd"),
comment = c(ORCID = "0000-0002-4642-3418")))
Description: This package aims is to provide a series of standardised and generic controls processes for data quality assessment and monitoring.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "doctest::dt_roclet"), packages = "doctest")
RoxygenNote: 7.3.2
URL: https://github.com/OB7-IRD/codama
BugReports: https://github.com/OB7-IRD/codama/issues
Imports:
DBI (>= 1.1.3),
dplyr (>= 1.0.7),
magrittr,
lubridate (>= 1.9.2),
openxlsx (>= 4.2.5.2),
RPostgreSQL (>= 0.7.5),
ggplot2 (>= 3.4.4),
reshape (>= 0.8.9),
sf (>= 1.0.19),
stats,
terra (>= 1.8.21),
units (>= 0.8.5),
utils (>= 4.2.2),
purrr (>= 1.0.2),
stringr (>= 1.5.2)
Remotes:
OB7-IRD/furdeb
Suggests:
doctest (>= 0.3.0),
testthat (>= 3.0.0),
furdeb (>= 0.0.0.9000)
Config/testthat/edition: 3