You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.0 KiB

9 years ago
<!-- README.md is generated from README.Rmd. Please edit that file -->
berate : Provide Insightful Motivation During Interactive Sessions
No user exposed functions. Just add `library(berate)` to your `.Rprofile` or any interactive session to receive "helpful" motivations to code or type better.
9 years ago
(emoji idea by @[richierocks](https://twitter.com/richierocks))
9 years ago
### News
- Version 0.0.0.9999 released
### Installation
``` r
devtools::install_github("hrbrmstr/berate")
```
### Usage
``` r
library(berate)
# current verison
packageVersion("berate")
#> [1] '0.0.0.9000'
```
### Test Results
``` r
library(berate)
library(testthat)
date()
9 years ago
#> [1] "Thu Oct 29 09:25:13 2015"
9 years ago
test_dir("tests/")
#> testthat results ========================================================================================================
#> OK: 0 SKIPPED: 0 FAILED: 0
```
### Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.