Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kwb-r/kwb.hantush

Calculation of groundwater mounding beneath an infiltration basin
https://github.com/kwb-r/kwb.hantush

groundwater-modelling groundwater-mounding infiltration-basin modelling project-demeau r r-package rstats shiny-app

Last synced: 13 days ago
JSON representation

Calculation of groundwater mounding beneath an infiltration basin

Awesome Lists containing this project

README

        

[![Appveyor build status](https://ci.appveyor.com/api/projects/status/se4kj23k9pp16wut/branch/master?svg=true)](https://ci.appveyor.com/project/KWB-R/kwb-hantush/branch/master)
[![Build Status](https://travis-ci.org/KWB-R/kwb.hantush.svg?branch=master)](https://travis-ci.org/KWB-R/kwb.hantush)
[![codecov](https://codecov.io/github/KWB-R/kwb.hantush/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.hantush)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![Dependencies](https://tinyverse.netlify.com/badge/kwb.hantush)](https://cran.r-project.org/package=kwb.hantush)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/kwb.hantush)](http://cran.r-project.org/package=kwb.hantush)
[![](http://cranlogs.r-pkg.org/badges/grand-total/kwb.hantush)](http://cran.rstudio.com/web/packages/kwb.hantush/index.html)
[![](http://cranlogs.r-pkg.org/badges/kwb.hantush)](http://cran.rstudio.com/web/packages/kwb.hantush/index.html)
[![](http://cranlogs.r-pkg.org/badges/last-week/kwb.hantush)](http://cran.rstudio.com/web/packages/kwb.hantush/index.html)

kwb.hantush

An R package for calculating groundwater mounding beneath an infiltration basin
based on the [Hantush equation, 1967](https://doi.org/10.1029/WR003i001p00227)

Impact factor: [![Research software impact](http://depsy.org/api/package/cran/kwb.hantush/badge.svg)](http://depsy.org/package/r/kwb.hantush)

**Cite as:** [![DOI](https://zenodo.org/badge/23293/KWB-R/kwb.hantush.svg)](https://zenodo.org/badge/latestdoi/23293/KWB-R/kwb.hantush)

## Installation

For details on how to install KWB-R packages checkout our [installation tutorial](https://kwb-r.github.io/kwb.pkgbuild/articles/install.html).

```r
### Optionally: specify GitHub Personal Access Token (GITHUB_PAT)
### See here why this might be important for you:
### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat

# Sys.setenv(GITHUB_PAT = "mysecret_access_token")

# Install package "remotes" from CRAN
if (! require("remotes")) {
install.packages("remotes", repos = "https://cloud.r-project.org")
}

# Install KWB package 'kwb.hantush' from GitHub

remotes::install_github("kwb-r/kwb.hantush")
```

## Documentation

Latest release: [https://kwb-r.github.io/kwb.hantush](https://kwb-r.github.io/kwb.hantush)

Development version: [https://kwb-r.github.io/kwb.hantush/dev](https://kwb-r.github.io/kwb.hantush/dev)