devtools-package | Package development tools for R. |
add_path | Get/set the PATH variable. |
bash | Open bash shell in package directory. |
build | Build package. |
build_github_devtools | Build the development version of devtools from GitHub. |
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_dll | Remove compiled objects from /src/ directory |
clean_source | Sources an R file in a clean environment. |
clean_vignettes | Clean built vignettes. |
compiler_flags | Default compiler flags used by devtools. |
compile_dll | Compile a .dll/.so from source. |
create | Creates a new package, following all devtools package conventions. |
create_description | Create a default DESCRIPTION file for a package. |
devtools | Package development tools for R. |
dev_example | Run a examples for an in-development function. |
dev_help | Read the in-development help for a package loaded with devtools. |
dev_mode | Activate and deactivate development mode. |
document | Use roxygen to make documentation. |
evalq_clean | Evaluate code in a clean R session. |
eval_clean | Evaluate code in a clean R session. |
get_path | Get/set the PATH variable. |
git_path | Retrieve the current running path of the git binary. |
has_devel | Check if you have a development environment installed. |
inst | Get the installation path of a package |
install | Install a local development package. |
install_bitbucket | Install a package directly from bitbucket |
install_deps | Install package dependencies |
install_git | Install a package from a git repository |
install_github | Attempts to install a package directly from github. |
install_gitorious | Attempts to install a package directly from gitorious. |
install_local | Install a package from a local file |
install_url | Install a package from a url |
install_version | Install specified version of a CRAN package. |
in_dir | Execute code in temporarily altered environment. |
load_all | Load complete package. |
load_code | Load R code. |
load_data | Load data. |
load_dll | Load a compiled DLL |
missing_s3 | Find missing s3 exports. |
parenvs | Given an environment or object, return an 'envlist' of its parent environments. |
path | Get/set the PATH variable. |
release | Release package to CRAN. |
reload | Unload and reload package. |
revdep | Reverse dependency tools. |
revdep_check | Reverse dependency tools. |
revdep_maintainers | Reverse dependency tools. |
run_examples | Run all examples in a package. |
set_path | Get/set the PATH variable. |
show_news | Show package news |
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. |
unload | Unload a package |
wd | Set working directory. |
with_collate | Execute code in temporarily altered environment. |
with_debug | Temporarily set debugging compilation flags. |
with_env | Execute code in temporarily altered environment. |
with_envvar | Execute code in temporarily altered environment. |
with_lib | Execute code in temporarily altered environment. |
with_libpaths | Execute code in temporarily altered environment. |
with_locale | Execute code in temporarily altered environment. |
with_options | Execute code in temporarily altered environment. |
with_par | Execute code in temporarily altered environment. |
with_path | Execute code in temporarily altered environment. |
with_something | Execute code in temporarily altered environment. |