An open API service indexing awesome lists of open source software.

https://github.com/krlmlr/kimisc

Kirill's miscellaneous functions
https://github.com/krlmlr/kimisc

Last synced: 5 days ago
JSON representation

Kirill's miscellaneous functions

Awesome Lists containing this project

README

        

# kimisc

[![Lifecycle:
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/krlmlr/kimisc/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/krlmlr/kimisc/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/krlmlr/kimisc/graph/badge.svg)](https://app.codecov.io/gh/krlmlr/kimisc)
[![CRAN
status](https://www.r-pkg.org/badges/version/kimisc)](https://CRAN.R-project.org/package=kimisc)

A collection of useful functions not found anywhere else.

## Installation

You can install the development version of kimisc from
[GitHub](https://github.com/) with:

``` r
# install.packages("pak")
pak::pak("krlmlr/kimisc")
```