-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
43 lines (31 loc) · 1.79 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
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# kowr
<!-- badges: start -->
[![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)
<!-- badges: end -->
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()`