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

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.

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).