-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.28 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
Type: Package
Package: hydranalytic
Title: A Collection of Some Analytic Hydrological Equations
Version: 0.1.0
Date: 2021-04-09
Authors@R:
c(person(given = "Toon",
family = "Van Daele",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Research Institute for Nature and Forest",
role = c("cph", "fnd"),
email = "[email protected]"))
Description: A collection of common analytic solutions for standard
hydrologic problems. These equations are very useful for a quick
analysis without the need for a complex numerical modelling. Tool with
these equations exists for free in the form of webinterfaces, Excel
sheets, python or other software. I couldn't find an R package yet, so
I decided to put the R code I use in an R package on github. The code
is not thouroughly checked and the code is certainly not free of
errors. Feel free to contribute and further extend the list of
equations.
License: GPL-3 | file LICENSE
URL: https://github.com/ToonVanDaele/hydranalytic
BugReports: https://github.com/ToonVanDaele/hydranalytic/issues
Imports:
stats
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Suggests: knitr, rmarkdown