Learn R Programming

⚠️There's a newer version (2.4.5) of this package.Take me there.

devtools (version 0.2)

Tools to make developing R code easier

Description

Collection of package development tools

Copy Link

Version

Install

install.packages('devtools')

Monthly Downloads

239,172

Version

0.2

License

MIT

Maintainer

Hadley Wickham

Last Published

June 29th, 2011

Functions in devtools (0.2)

reload

Detach and reload package.
show_news

Show package news...
clear_cache

Clear file cache.
load_all

Load complete package.
clear_pkg_env

Detach development environment...
pkg_env

Generate an development environment for a package.
is.git

Does this package use git?
build_vignettes

Build package vignettes.
parse_collate

Parse collate string into vector of function names.
update_src

Update the source code of a package...
install_github

Attempts to install a package directly from github.
as.package

Coerce input to a package.
find_code

Find all R files in given directory.
load_c

Load C code.
env_name

Generate name of package development environment...
load_data

Load data.
is.package

Is the object a package?
check

Build and check a package, cleaning up automatically on success.
is.svn

Does this package use svn?
md5

Generate checksums for a vector of file paths.
release

Release package to CRAN.
parse_deps

Parse dependencies.
load_code

Load R code.
has_devel

Check if you have a development environment installed.
test

Execute all test_that tests in a package...
with_locale

Evaluate code in specified locale.
changed_files

Given vector of paths, return only those paths that have changed since the...
load_deps

Load dependencies.
document

Use roxygen to make documentation.
load_pkg_description

Load package DESCRIPTION into convenient form.
dev_mode

Activate and deactivate development mode.
install

Install a package.
run_examples

Run all examples in a package.