as.package | Coerce input to a package. |
bash | Open bash shell in package directory. |
build | Build package in specified directory. |
build_vignettes | Build package vignettes. |
build_win | Build windows binary package. |
check | Build and check a package, cleaning up automatically on success. |
check_cran | Check a package from CRAN. |
check_doc | Check documentation, as 'R CMD check' does. |
clean_source | Sources an R file in a clean environment. |
dev_mode | Activate and deactivate development mode. |
document | Use roxygen to make documentation. |
has_devel | Check if you have a development environment installed. |
install | Install a local development package. |
install_github | Attempts to install a package directly from github. |
install_gitorious | Attempts to install a package directly from gitorious. |
install_url | Install a package from a url |
install_version | Install specified version of a CRAN package. |
load_all | Load complete package. |
load_c | Load C code. |
load_code | Load R code. |
load_data | Load data. |
load_deps | Load dependencies. |
missing_s3 | Find missing s3 exports. |
pkg_env | Generate an development environment for a package. |
release | Release package to CRAN. |
reload | Detach and reload package. |
run_examples | Run all examples in a package. |
show_news | Show package news |
show_rd | Show an Rd file in a package. |
source_gist | Run a script on gist |
source_url | Run a script through some protocols such as http, https, ftp, etc. |
test | Execute all test_that tests in a package |
wd | Set working directory. |