-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 2 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
Package: BlueCarbon
Title: Estimation of Organic Carbon Stocks and Sequestration Rates from
Soil Core Data
Version: 0.1.0
Authors@R:
c(person("Nerea", "Piñeiro-Juncal", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-3767-1812")),
person("Julen", "Astigarraga", role = "aut", comment = c(ORCID = "0000-0001-9520-3713")),
person("Valentina", "Costa", role = "aut", comment = c(ORCID = "0000-0002-1513-0284")),
person("Marcio", "Martins", role = "aut", comment = c(ORCID = "0000-0002-6969-2215")),
person("Francisco", "Rodriguez-Sanchez", role = "aut", comment = c(ORCID = "0000-0002-7981-1599"))
)
Description: Tools to estimate soil organic carbon stocks and sequestration rates
in blue carbon ecosystems. 'BlueCarbon' contains functions to estimate and correct
for core compaction, estimate sample thickness, estimate organic carbon content
from organic matter content, estimate organic carbon stocks and
sequestration rates, and visualize the error of carbon stock extrapolation.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/EcologyR/BlueCarbon,
https://ecologyr.github.io/BlueCarbon/
BugReports: https://github.com/EcologyR/BlueCarbon/issues
Depends: R (>= 4.1)
LazyData: true
Suggests: covr, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: dplyr, ggplot2, gridExtra, reshape
Config/Needs/website: rmarkdown
NeedsCompilation: no
Packaged: 2025-02-21 10:41:51 UTC; frs
Author: Nerea Piñeiro-Juncal [aut, cre, cph]
(<https://orcid.org/0000-0003-3767-1812>),
Julen Astigarraga [aut] (<https://orcid.org/0000-0001-9520-3713>),
Valentina Costa [aut] (<https://orcid.org/0000-0002-1513-0284>),
Marcio Martins [aut] (<https://orcid.org/0000-0002-6969-2215>),
Francisco Rodriguez-Sanchez [aut]
(<https://orcid.org/0000-0002-7981-1599>)
Maintainer: Nerea Piñeiro-Juncal <[email protected]>
Repository: CRAN
Date/Publication: 2025-02-21 20:00:02 UTC