https://github.com/kwb-r/ibathwater
R Package for Predicting Water Quality at Flussbad
https://github.com/kwb-r/ibathwater
bayesian-statistics prediction project-ibathwater r r-package rstats surface-water water-quality
Last synced: about 1 year ago
JSON representation
R Package for Predicting Water Quality at Flussbad
- Host: GitHub
- URL: https://github.com/kwb-r/ibathwater
- Owner: KWB-R
- License: other
- Created: 2021-04-21T11:26:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T06:03:17.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T21:46:05.505Z (over 1 year ago)
- Topics: bayesian-statistics, prediction, project-ibathwater, r, r-package, rstats, surface-water, water-quality
- Language: R
- Homepage: https://kwb-r.github.io/ibathwater
- Size: 64.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/KWB-R/ibathwater/actions?query=workflow%3AR-CMD-check)
[](https://github.com/KWB-R/ibathwater/actions?query=workflow%3Apkgdown)
[](https://codecov.io/github/KWB-R/ibathwater)
[](https://www.tidyverse.org/lifecycle/#experimental)
[]()
# ibathwater
R Package for Predicting Water Quality at Flussbad.
## 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 'ibathwater' from GitHub
remotes::install_github("KWB-R/ibathwater")
```
## Documentation
Release: [https://kwb-r.github.io/ibathwater](https://kwb-r.github.io/ibathwater)
Development: [https://kwb-r.github.io/ibathwater/dev](https://kwb-r.github.io/ibathwater/dev)