All functions

bump_dev_version()

Update the version of a package, incrementing dev versions.

delete_backups()

Delete backup files from the current project

doc_formals()

Document default formal parameters in a function

document()

Document package and non-package projects

fix_dependencies()

Fixes dependencies in the namespace file using the output of R CMD check.

fix_global_variables()

Adds global variables identified at R CMD check`` to a globals.R` file

fix_non_standard_files()

Adds non standard and hidden files to the .Rbuildignore file

fix_unqualified_fns()

Fix unqualified functions in active source pane

fix_unqualified_fns_bulk()

Fix errors introduced in package creation by forgetting to qualify namespaces.

fix_utf8_encoding()

Fixes utf8 encoded characters in source files replaincg them with \uXXXX

install_local()

Install package locally using renv if available.

qcheck()

Check the package structure without running any code

set_renv_repos()

Adds new repositories to the beginning of an renv lockfile

sync_standalone_to_master()

Synchronise master version of standalone file with editor contents

unstable()

Reload a set of packages that are in development on the local machine

update_standalone()

Update or create a standalone metadata block in the Rstudio editor.

use_standalone()

Extended version of use_standalone that works with analysis projects

what_has_changed()

Compare content of editor with last saved version