-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 855 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 855 Bytes
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: mbr
Type: Package
Title: Mass Balance Reconstruction
Version: 0.0.1.1
Author: Hung Nguyen
Maintainer: Hung Nguyen <ntthung@gmail.com>
Description: Mass-balance-adjusted Regression algorithm for streamflow reconstruction at sub-annual resolution (e.g., seasonal or monthly). The algorithm implements a penalty term to minimize the differences between the total sub-annual flows and the annual flow. The method is described in Nguyen et al (2020) <DOI:10.1002/essoar.10504791.1>.
License: GPL (>= 2.0)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Imports:
data.table,
dplR,
MASS,
Matrix,
Rfast,
stats
RoxygenNote: 7.1.1
Roxygen:
list(markdown = TRUE)
URL: https://github.com/ntthung/mbr
BugReports: https://github.com/ntthung/mbr/issues
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr