-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 1.53 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
Package: fuse
Title: Framework for Understanding Structural Errors
Version: 3.2
Authors@R: c(person(given = "Claudia",
family = "Vitolo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4252-1176")),
person("Peter", "Wells", role = "ctr"),
person("Martin", "Dobias", role = "ctr"),
person("Wouter", "Buytaert", role = "ths"),
person("Maëlle", "Salmon", role = c("ctb"), comment = "Maëlle Salmon reviewed the package and paper for the Journal of Open Source Software, see review here: https://github.com/openjournals/joss-reviews/issues/52"))
Maintainer: Claudia Vitolo <[email protected]>
URL: https://cvitolo.github.io/fuse, https://github.com/cvitolo/fuse
BugReports: https://github.com/cvitolo/fuse/issues
Description: Implementation of the framework for hydrological modelling FUSE,
based on the Fortran version described in Clark et al. (2008). The package
consists of two modules: Soil Moisture Accounting module (\code{fuse.sim}) and
Gamma routing module (\code{routgamma.sim}). It also contains default parameter
ranges (see \code{fuse.ranges} and \code{routgamma.ranges}) and three data
objects: fuse_hydrological_timeseries, parameters and modlist.
Depends: R (>= 3.0.0)
Imports: dplyr, zoo, tgp, stats, utils
LinkingTo: BH, Rcpp
Suggests: qualV, testthat, knitr, pkgdown,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
License: GPL-3
RoxygenNote: 6.1.0