https://github.com/kwb-r/kwb.misc
Miscellaneous Functions (Not Yet Intended For Distribution)
https://github.com/kwb-r/kwb.misc
r r-package rstats
Last synced: 8 months ago
JSON representation
Miscellaneous Functions (Not Yet Intended For Distribution)
- Host: GitHub
- URL: https://github.com/kwb-r/kwb.misc
- Owner: KWB-R
- License: mit
- Created: 2018-12-12T14:25:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T17:56:08.000Z (over 3 years ago)
- Last Synced: 2025-02-17T21:46:07.086Z (11 months ago)
- Topics: r, r-package, rstats
- Language: R
- Homepage: https://kwb-r.github.io/kwb.misc/
- Size: 542 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/KWB-R/kwb.misc/actions?query=workflow%3AR-CMD-check)
[](https://github.com/KWB-R/kwb.misc/actions?query=workflow%3Apkgdown)
[](https://codecov.io/github/KWB-R/kwb.misc)
[](https://www.tidyverse.org/lifecycle/#experimental)
[]()
[](https://kwb-r.r-universe.dev/)
# kwb.misc
Miscellaneous functions for data analysis with R at KWB, not
yet intended for distribution. So far, functions of the following
lib-files have been imported: hsLibMiaCsoData.R,
hsLibDataAvailability.R, hsLibTimeshift.R, hsLibDataSource.R,
hsLibImpSenData.R, hsLibRainDist.R, hsLibCalib.R.
## 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.misc' from GitHub
remotes::install_github("KWB-R/kwb.misc")
```
## Documentation
Release: [https://kwb-r.github.io/kwb.misc](https://kwb-r.github.io/kwb.misc)
Development: [https://kwb-r.github.io/kwb.misc/dev](https://kwb-r.github.io/kwb.misc/dev)