https://github.com/coatless/breakr
Package that aims to emphasize debugging techniques.
https://github.com/coatless/breakr
Last synced: 3 months ago
JSON representation
Package that aims to emphasize debugging techniques.
- Host: GitHub
- URL: https://github.com/coatless/breakr
- Owner: coatless
- Created: 2017-10-31T14:27:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T15:28:15.000Z (over 8 years ago)
- Last Synced: 2025-12-13T09:54:46.006Z (6 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# breakr
The goal of `breakr` is to break _R_ in unnatural ways that can be debugged using
debugging tools.
## Installation
You can install breakr from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("coatless/breakr")
```
## Inspiration
The package is inspired in part by:
- [`evil.R`](https://github.com/romainfrancois/evil.R) by [Romain Francois](https://github.com/romainfrancois)
- [`jammr`](https://github.com/Ironholds/jammr) by [Oliver Keyes](https://github.com/Ironholds)
- [`rpwnd`](https://github.com/hrbrmstr/rpwnd) by [Bob Rudis](https://github.com/hrbrmstr)
Special thanks go out to [Brodie Gaslam](https://twitter.com/BrodieGaslam) and
[Barry Rowlingson](https://twitter.com/geospacedman).