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.
hrbrmstr 1175fd2825 attrib 9 years ago
R initial commit 9 years ago
man initial commit 9 years ago
tests initial commit 9 years ago
.Rbuildignore initial commit 9 years ago
.gitignore Initial commit 9 years ago
.travis.yml initial commit 9 years ago
CONDUCT.md initial commit 9 years ago
DESCRIPTION initial commit 9 years ago
LICENSE Initial commit 9 years ago
NAMESPACE initial commit 9 years ago
README.Rmd attrib 9 years ago
README.md attrib 9 years ago
berate.Rproj initial commit 9 years ago

README.md

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.

(emoji idea by @richierocks)

News

  • Version 0.0.0.9999 released

Installation

devtools::install_github("hrbrmstr/berate")

Usage

library(berate)

# current verison
packageVersion("berate")
#> [1] '0.0.0.9000'

Test Results

library(berate)
library(testthat)

date()
#> [1] "Thu Oct 29 09:25:13 2015"

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. By participating in this project you agree to abide by its terms.