forked from Critical-Infrastructure-Systems-Lab/ldsr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.06 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: ldsr
Type: Package
Title: Linear Dynamical System Reconstruction
Version: 0.0.3
Authors@R: c(
person("Hung", "Nguyen", email = "ntthung@gmail.com", role = c("aut", "cre")),
person("Stefano", "Galelli", email = "stefano_galelli@sutd.edu.sg", role = "ctb")
)
Description: Streamflow (and climate) reconstruction using Linear Dynamical Systems.
The advantage of this method is the additional state trajectory which can reveal more information
about the catchment or climate system. For details of the method please refer to Nguyen and Galelli
(2018) <doi:10.1002/2017WR022114>.
License: GPL (>= 2.0)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Imports:
data.table,
dplR,
foreach,
MASS,
Rcpp,
stats
RoxygenNote: 7.1.0
Roxygen:
list(markdown = TRUE)
LinkingTo:
Rcpp,
RcppArmadillo
URL: https://github.com/ntthung/ldsr
BugReports: https://github.com/ntthung/ldsr/issues
Suggests:
GA,
knitr,
rmarkdown,
testthat,
ggplot2,
patchwork,
doFuture,
future
VignetteBuilder: knitr