Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/kwb-r/kwb.demeau
- Owner: KWB-R
- License: mit
- Created: 2018-06-14T12:38:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T12:22:11.000Z (over 5 years ago)
- Last Synced: 2024-01-27T07:07:02.088Z (11 months ago)
- Topics: groundwater-modelling, modelling, project-demeau, r, r-package, rstats, usgs, vs2dh, vs2dt
- Language: R
- Homepage: https://kwb-r.github.io/kwb.demeau
- Size: 10.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)