-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
stineb
committed
Mar 16, 2020
1 parent
e1cf22d
commit 2bc34fd
Showing
27 changed files
with
156 additions
and
11,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,12 @@ | ||
Package: rsofun | ||
Title: A package for handling the SOFUN model framework for simulating processes | ||
in terrestrial ecosystems | ||
Version: 0.0.0.9000 | ||
Authors@R: c(person("Benjamin", "Stocker", email = "[email protected]", role = c("aut", "cre")), | ||
person("Joan", "Maspons", email = "[email protected]", role = c("aut"))) | ||
Description: This package provides functions for all the routine steps in | ||
running the SOFUN model, including setup of the model environment, preparation | ||
of input files, calibrating model parameters, running the model, reading outputs | ||
into R, and evaluating outputs (benchmarking). | ||
Title: Implements the SOFUN modelling framework for simulating terrestrial processes, including model | ||
calibration and benchmarking. | ||
Version: 0.3.0 | ||
Authors@R: c(person("Benjamin", "Stocker", email = "[email protected]", role = c("aut", "cre"))) | ||
Description: Implements the SOFUN modelling framework for simulating terrestrial processes, including model | ||
calibration and benchmarking. | ||
License: GPL-3 | ||
SystemRequirements: This package uses bash scripts to run NCO (http:// | ||
nco.sourceforge.net/) and CDO (https://code.mpimet.mpg.de/) commands. | ||
LazyData: true | ||
Imports: | ||
dplyr, | ||
ggplot2, | ||
lubridate, | ||
Metrics, | ||
mgcv, | ||
ncdf4, | ||
optimr, | ||
purrr, | ||
readr, | ||
rlang, | ||
stringr, | ||
tidyr, | ||
LSD, | ||
GenSA, | ||
Suggests: | ||
BayesianTools, | ||
caret, | ||
gplots, | ||
hydroGOF, | ||
maps, | ||
maptools, | ||
neuralnet, | ||
nnet, | ||
raster, | ||
sp, | ||
testthat, | ||
knitr, | ||
rmarkdown | ||
RoxygenNote: 7.0.2 | ||
Depends: dplyr, purrr, lubridate, tidyr, raster, lubridate, stringi, sp, gensa, stringr, rland, readr | ||
RoxygenNote: 7.1.0 | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.