-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
20 lines (20 loc) · 1.23 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: pumpingtest
Type: Package
Title: R Package for the analysis and evaluation of pumping tests
Version: 0.1.0
Authors@R: person("Oscar", "Garcia-Cabrejo", role = c("aut", "cre"), email = "[email protected]")
Maintainer: Oscar Garcia-Cabrejo <[email protected]>
Description: This package includes functions for the analysis and evaluation of aquifer tests (pumping tests, slug tests and constant head tests) in different types of aquifers (confined, leaky, unconfined and fractured). The estimation of the hydraulic parameters (Transmisvity and Storage coefficient) is obtained using a combination of nonlinear least-squares, optimization and bayesian methods and the numerical inversion of the Laplace transform via Stehfest algorithm.
Depends:
R(>= 3.0.0)
License: GPL
Imports: Rcpp (>= 1.0.0), dplyr, ggplot2, stringi, stringr, KernSmooth, locpol, lokern, lpridge, pracma, Matrix, matrixcalc, stats, mvtnorm, DEoptim, GA, GenSA, copulaedas, gridExtra, methods,minpack.lm, pso, shiny, rhandsontable, shinyalert, grid, GGally, DT
LinkingTo: Rcpp
RoxygenNote: 6.1.1
Suggests: testthat,
knitcitations,
knitr
VignetteBuilder: knitr
BugReports: https://github.com/khaors/pumpingtest/issues
URL: https://github.com/khaors/pumpingtest
Encoding: UTF-8