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.
|
8 years ago | |
---|---|---|
R | 8 years ago | |
man | 8 years ago | |
tests | 8 years ago | |
.Rbuildignore | 8 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 8 years ago | |
CONDUCT.md | 8 years ago | |
DESCRIPTION | 8 years ago | |
LICENSE | 8 years ago | |
NAMESPACE | 8 years ago | |
README.Rmd | 8 years ago | |
README.md | 8 years ago | |
berate.Rproj | 8 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.