devtools-package | Package development tools for R. |
bash | Open bash shell in package directory. |
build | Build package |
build_manual | Create package pdf manual |
build_readme | Build a Rmarkdown README for a package |
build_site | Execute 'pkgdown' build_site in a package |
build_vignettes | Build package vignettes. |
check | Build and check a package, cleaning up automatically on success. |
check_built | Build and check a package, cleaning up automatically on success. |
check_failures | Parses R CMD check log file for ERRORs, WARNINGs and NOTEs |
check_man | Check documentation, as 'R CMD check' does. |
check_rhub | Run CRAN checks for package on R-hub |
check_win | Build windows binary package. |
check_win_devel | Build windows binary package. |
check_win_oldrelease | Build windows binary package. |
check_win_release | Build windows binary package. |
clean_vignettes | Clean built vignettes. |
devtools | Package development tools for R. |
dev_mode | Activate and deactivate development mode. |
document | Use roxygen to document a package. |
dr_devtools | Diagnose potential devtools issues |
dr_github | Diagnose potential GitHub issues |
install | Install a local development package. |
install_deps | Install package dependencies if needed. |
install_dev_deps | Install package dependencies if needed. |
lint | Lint all source files in a package. |
load_all | Load complete package. |
missing_s3 | Find missing s3 exports. |
package_file | Find file in a package. |
release | Release package to CRAN. |
reload | Unload and reload package. |
revdep | Reverse dependency tools. |
revdep_maintainers | Reverse dependency tools. |
run_examples | Run all examples in a package. |
save_all | Save all documents in an active IDE session. |
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. |
spell_check | Spell checking |
test | Execute 'test_that' tests in a package. |
test_coverage | Execute 'test_that' tests in a package. |
test_coverage_file | Execute 'test_that' tests in a package. |
test_file | Execute 'test_that' tests in a package. |
uninstall | Uninstall a local development package. |
uses_testthat | Execute 'test_that' tests in a package. |
wd | Set working directory. |