项目作者: KWB-R

项目描述 :
Calculation of groundwater mounding beneath an infiltration basin
高级语言: R
项目地址: git://github.com/KWB-R/kwb.hantush.git
创建时间: 2015-04-21T08:47:14Z
项目社区:https://github.com/KWB-R/kwb.hantush

开源协议:MIT License

下载


Appveyor build status
Build Status
codecov
lifecycle
Dependencies
CRAN_Status_Badge


kwb.hantush

An R package for calculating groundwater mounding beneath an infiltration basin
based on the Hantush equation, 1967

Impact factor: Research software impact

Cite as: DOI

Installation

For details on how to install KWB-R packages checkout our installation tutorial.

  1. ### Optionally: specify GitHub Personal Access Token (GITHUB_PAT)
  2. ### See here why this might be important for you:
  3. ### https://kwb-r.github.io/kwb.pkgbuild/articles/install.html#set-your-github_pat
  4. # Sys.setenv(GITHUB_PAT = "mysecret_access_token")
  5. # Install package "remotes" from CRAN
  6. if (! require("remotes")) {
  7. install.packages("remotes", repos = "https://cloud.r-project.org")
  8. }
  9. # Install KWB package 'kwb.hantush' from GitHub
  10. remotes::install_github("kwb-r/kwb.hantush")

Documentation

Latest release: https://kwb-r.github.io/kwb.hantush

Development version: https://kwb-r.github.io/kwb.hantush/dev