https://github.com/koderkow/kowr
https://github.com/koderkow/kowr
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koderkow/kowr
- Owner: KoderKow
- License: other
- Created: 2019-06-16T03:20:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T00:59:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T14:28:27.247Z (over 1 year ago)
- Language: R
- Homepage: https://koderkow.github.io/kowr
- Size: 697 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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
[](https://github.com/ellerbrock/open-source-badges/)
[](https://www.r-project.org/)
[](https://github.com/KoderKow/kowr/actions)
[](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()`