All functions

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() 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_devel() check_win_release() check_win_oldrelease()

Build windows binary package.

clean_vignettes()

Clean built vignettes.

create()

Create a package

dev_mode()

Activate and deactivate development mode.

dev_sitrep()

Report package development situation

devtools

Package development tools for R.

document()

Use roxygen to document a package.

install()

Install a local development package.

install_deps() 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() 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() test_coverage() uses_testthat() test_file() test_coverage_file()

Execute test_that tests in a package.

uninstall()

Uninstall a local development package.

wd()

Set working directory.