hrbrmstr/berate
语言: R
git: https://github.com/hrbrmstr/berate
在交互式R会话期间提供富有洞察力的动机
Provide Insightful Motivation During Interactive R Sessions
README.md (中文)
谴责:在互动会议期间提供富有洞察力的动机
没有用户公开的功能。只需将库(berate)添加到.Rprofile或任何交互式会话中,即可获得“有用”的动机来更好地编码或打字。
(@richierocks的表情符号想法)
新闻
- 版本0.0.0.9999发布
安装
devtools::install_github("hrbrmstr/berate")
用法
library(berate)
# current verison
packageVersion("berate")
#> [1] '0.0.0.9000'
检测结果
library(berate)
library(testthat)
date()
#> [1] "Thu Oct 29 09:25:13 2015"
test_dir("tests/")
#> testthat results ========================================================================================================
#> OK: 0 SKIPPED: 0 FAILED: 0
行为守则
请注意,此项目随“贡献者行为准则”一起发布。参与此项目即表示您同意遵守其条款。
本文使用googletrans自动翻译,仅供参考, 原文来自github.com
en_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.