rubrb
does stuff
For changes see the Changelog
/test
-Rubrb.test()
/check
-Rubrb.check()
/version
-Rubrb.version()
/revdeps
-Rubrb.revdeps()
Development version
gem install specific_install
gem specific_install https://github.com/sckott/rubrb.git
Run a test by partial or full file name
require 'rubrb'
Rubrb.test(file: 'config')
The command line tool rb
should be available after you install
~$ rubrb
Commands:
rb check # Run R CMD Check
rb help [COMMAND] # Describe available commands or one specific command
rb lst # List test files
rb revdeps # List reverse dependencies
rb test [file] # Run tests for a file or many
rb version # Get current package version
A single test
➜ rb test config
using:
tests/testthat/test-config-fxns.R
config fxns: ........
DONE ===========================================================================
Many tests
➜ rb test config auth
using:
tests/testthat/test-config-fxns.R
tests/testthat/test-authentication.R
config fxns: ........
DONE ===========================================================================
authentication: ...................
DONE ===========================================================================
➜ taxize git:(master) rb revdeps
using package: taxize
[1] "mapr" "rbison" "RNeXML" "rnoaa" "spocc" "taxizedb" "onekp"
[8] "rotl"
- 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.
- License: MIT