-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 924 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
Package: sparck
Title: Support Package for Analysis, Research, Collaboration and Knowledge
Version: 1.0.0
Authors@R: c(
person("Mathieu", "Depetris", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8080-0531")),
person("UMR MARBEC", "MARine Biodiversity Exploitation & Conservation", role = "cph")
)
Maintainer: Mathieu Depetris <[email protected]>
Description: A R package to provide support the work of the UMR MARBEC and his partners through the
functions for manipulations, analysis and global knowledge.
License: GPL (>= 3)
URL: https://github.com/umr-marbec/sparck,
https://umr-marbec.github.io/sparck/
BugReports: https://github.com/umr-marbec/sparck/issues
Imports:
magrittr,
stringr (>= 1.5.1),
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2