https://github.com/kwb-r/kwb.utils
R Package with General Utility Functions
https://github.com/kwb-r/kwb.utils
r r-package rstats
Last synced: 9 months ago
JSON representation
R Package with General Utility Functions
- Host: GitHub
- URL: https://github.com/kwb-r/kwb.utils
- Owner: KWB-R
- License: mit
- Created: 2016-06-06T13:52:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T12:49:54.000Z (over 1 year ago)
- Last Synced: 2025-03-24T23:41:24.569Z (9 months ago)
- Topics: r, r-package, rstats
- Language: R
- Homepage: https://kwb-r.github.io/kwb.utils
- Size: 21.6 MB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/KWB-R/kwb.utils/actions?query=workflow%3AR-CMD-check)
[](https://github.com/KWB-R/kwb.utils/actions?query=workflow%3Apkgdown)
[](https://codecov.io/github/KWB-R/kwb.utils)
[](https://www.tidyverse.org/lifecycle/#stable)
[](http://cran.r-project.org/package=kwb.utils)
[](https://kwb-r.r-universe.dev/)
**Cite as:** [](https://zenodo.org/badge/latestdoi/23293/KWB-R/kwb.utils)
## 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 = "my_secret_access_token")
# Install package "remotes" from CRAN
if (! require("remotes")) {
install.packages("remotes", repos = "https://cloud.r-project.org")
}
# Install KWB package 'kwb.utils' from GitHub
remotes::install_github("kwb-r/kwb.utils")
```
## Documentation
Release: [https://kwb-r.github.io/kwb.utils](https://kwb-r.github.io/kwb.utils)
Development: [https://kwb-r.github.io/kwb.utils/dev](https://kwb-r.github.io/kwb.utils/dev)