-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
30 lines (23 loc) · 1.33 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
output:
md_document:
variant: gfm
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# KEmisc <img src='man/figures/logo.png' align="right" height="138" />
<!-- badges: start -->
[![codecov](https://codecov.io/gh/konradzdeb/KEmisc/branch/master/graph/badge.svg)](https://codecov.io/gh/konradzdeb/KEmisc) [![Build status](https://ci.appveyor.com/api/projects/status/dfhwb7tplpk46mbw?svg=true)](https://ci.appveyor.com/project/konradedgar/kemisc) [![R build status](https://github.com/konradzdeb/KEmisc/workflows/R-CMD-check/badge.svg)](https://github.com/konradzdeb/KEmisc/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/KEmisc)](https://cran.r-project.org/package=KEmisc) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<!-- badges: end -->
KEmisc provides a disorganised collection of small convenience and utility functions. I use this package as a storage for random and weird functions that I want to have at hand. It's rather unlikely that anyone will find this package useful and that it will ever appear on CRAN.
## Installation
```{r pkg_install, eval=FALSE, echo=TRUE}
devtools::install_github('konradzdeb/KEmisc')
```