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

https://github.com/koderkow/kowr


https://github.com/koderkow/kowr

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# kowr

[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![made-with-R](https://img.shields.io/badge/Made%20with-R-1f425f.svg)](https://www.r-project.org/)
[![R-CMD-check](https://github.com/KoderKow/kowr/workflows/R-CMD-check/badge.svg)](https://github.com/KoderKow/kowr/actions)
[![Codecov test coverage](https://codecov.io/gh/KoderKow/kowr/branch/master/graph/badge.svg)](https://codecov.io/gh/KoderKow/kowr?branch=master)

This is my package that houses functions I find myself frequently using. I am also using this package to learn about building flexible and robust packages!

The name `kowr` is my nickname, Kow, with my favorite letter, R! This combination makes the package sound like cower, however, I like to think this package does not derive fear :)

To learn how to set up the add-in `Back to Forward Slash` please reference the vignette.

## Installation

Download from GitHub:

``` r
devtools::install_github("KoderKow/kowr")
```

## Thanks To

- Hadley's [R Packages](http://r-pkgs.had.co.nz/) book
- The `c("[clipr](https://github.com/mdlincoln/clipr)", "[datapasta](https://github.com/MilesMcBain/datapasta)", "[reprex](https://github.com/tidyverse/reprex)") packages for testing methods involving clipboards
- Big thanks to the user [jdblischak](https://community.rstudio.com/t/internal-testing-using-clipr-and-testthat-in-terms-of-code-coverage/32872) on RStudio Community for helping the structure of testing `back_to_forward()`