-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 2.19 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
Package: RadEro
Type: Package
Title: Cs-137 Conversion Model
Version: 1.0.5
Date: 2024-11-18
Authors@R: c(
person(given = "Arturo", family = "Catala", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Borja", family = "Latorre", role = c("aut", "ctb", "cph")),
person(given = "Leticia", family = "Gaspar", role = "aut"),
person(given = "Ana", family = "Navas", role = "aut"),
person(given = "Dave", family = "Gamble", role = "ctb", comment = "Author of the cJSON.h library"))
Description: A straightforward model to estimate soil migration rates across various soil contexts.
Based on the compartmental, vertically-resolved, physically-based mass balance model of Soto and Navas (2004)
<doi:10.1016/j.jaridenv.2004.02.003> and Soto and Navas (2008) <doi:10.1016/j.radmeas.2008.02.024>.
'RadEro' provides a user-friendly interface in R, utilizing input data such as 137Cs inventories and parameters directly derived
from soil samples (e.g., fine fraction density, effective volume) to accurately capture the 137Cs distribution within the soil profile.
The model simulates annual 137Cs fallout, radioactive decay, and vertical diffusion, with the diffusion coefficient calculated
from 137Cs reference inventory profiles. Additionally, it allows users to input custom parameters as calibration coefficients.
The RadEro user manual and protocol, including detailed instructions on how to format input data and configuration files, can be found at the following link: <https://github.com/eead-csic-eesa/RadEro>.
License: GPL (>= 2)
Depends: R (>= 4.3.0)
Imports: Rcpp (>= 1.0.11), dplyr (>= 1.1.4), roxygen2 (>= 7.2.3),
usethis (>= 2.2.2), jsonlite (>= 1.8.7), data.table (>=
1.14.8), devtools (>= 2.4.5), ggplot2 (>= 3.4.4), patchwork (>=
1.1.3), utils (>= 4.3.1), stats (>= 4.3.1)
LinkingTo: Rcpp
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2024-11-18 16:01:34 UTC; artur
RoxygenNote: 7.3.1
Author: Arturo Catala [aut, cre],
Borja Latorre [aut, ctb, cph],
Leticia Gaspar [aut],
Ana Navas [aut],
Dave Gamble [ctb] (Author of the cJSON.h library)
Maintainer: Arturo Catala <[email protected]>
Repository: CRAN
Date/Publication: 2024-11-18 23:50:25 UTC