Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T12:49:54.000Z (8 months ago)
- Last Synced: 2024-06-04T23:56:48.037Z (5 months ago)
- Topics: r, r-package, rstats
- Language: R
- Homepage: https://kwb-r.github.io/kwb.utils
- Size: 21.6 MB
- Stars: 7
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - KWB-R/kwb.utils - R Package with General Utility Functions (R)
README
[![R-CMD-check](https://github.com/KWB-R/kwb.utils/workflows/R-CMD-check/badge.svg)](https://github.com/KWB-R/kwb.utils/actions?query=workflow%3AR-CMD-check)
[![pkgdown](https://github.com/KWB-R/kwb.utils/workflows/pkgdown/badge.svg)](https://github.com/KWB-R/kwb.utils/actions?query=workflow%3Apkgdown)
[![codecov](https://codecov.io/github/KWB-R/kwb.utils/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.utils)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/kwb.utils)](http://cran.r-project.org/package=kwb.utils)
[![R-Universe_Status_Badge](https://kwb-r.r-universe.dev/badges/kwb.utils)](https://kwb-r.r-universe.dev/)**Cite as:** [![DOI](https://zenodo.org/badge/23293/KWB-R/kwb.utils.svg)](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)