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.demeau

Example application and higher level functions for using R package "kwb.vs2dh"
https://github.com/kwb-r/kwb.demeau

groundwater-modelling modelling project-demeau r r-package rstats usgs vs2dh vs2dt

Last synced: about 2 months ago
JSON representation

Example application and higher level functions for using R package "kwb.vs2dh"

Awesome Lists containing this project

README

        

[![Appveyor build Status](https://ci.appveyor.com/api/projects/status/github/KWB-R/kwb.demeau?branch=master&svg=true)](https://ci.appveyor.com/project/KWB-R/kwb-demeau/branch/master)
[![Travis build Status](https://travis-ci.org/KWB-R/kwb.demeau.svg?branch=master)](https://travis-ci.org/KWB-R/kwb.demeau)
[![codecov](https://codecov.io/github/KWB-R/kwb.demeau/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.demeau)
[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/kwb.demeau)]()

# kwb.demeau

Heat tracer study for SVH site using USGS VS2DH model.

## 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.demeau' from GitHub"

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

## Documentation

Release: [https://kwb-r.github.io/kwb.demeau](https://kwb-r.github.io/kwb.demeau)

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