-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 971 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
Package: SNAPSOC
Type: Package
Title: A Tropical Grassland Soil Carbon Model
Version: 0.1.0
Authors@R: c(
person("Stephen", "Wood", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9551-8165")),
person("Joshua", "Wafula", ,"[email protected]",role = "aut")
)
Maintainer: Stephen Wood <[email protected]>
Description: Implementation of a statistical soil carbon model developed for tropical grasslands systems that predicts steady-state soil carbon
based on grazing intensity, plant chemistry, soil texture, rainfall, and fire.
License: MIT + file LICENSE
URL: https://github.com/swood-ecology/SNAPSOC
BugReports: https://github.com/swood-ecology/SNAPSOC/issues
Encoding: UTF-8
LazyData: true
Imports:
decisionSupport,
dplyr,
tibble
Suggests:
readr,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Config/testthat/edition: 3
VignetteBuilder: knitr