Learn R Programming

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

devtools (version 0.6)

Tools to make developing R code easier

Description

Collection of package development tools

Copy Link

Version

Install

install.packages('devtools')

Monthly Downloads

217,271

Version

0.6

License

MIT

Maintainer

Hadley Wickham

Last Published

February 28th, 2012

Functions in devtools (0.6)

bash

Open bash shell in package directory.
dev_mode

Activate and deactivate development mode.
with_locale

Evaluate code in specified locale.
clean_source

Sources an R file in a clean environment.
build

Build package in specified directory.
check_doc

Check documentation, as R CMD check does.
load_c

Load C code.
md5

Generate checksums for a vector of file paths.
load_code

Load R code.
clear_cache

Clear file cache.
find_code

Find all R files in given directory.
show_rd

Show an Rd file in a package.
release

Release package to CRAN.
build_win

Build windows binary package.
build_vignettes

Build package vignettes.
install_version

Install specified version of a CRAN package.
test

Execute all test_that tests in a package
changed_files

Given vector of paths, return only those paths that have changed since the last invocation.
as.package

Coerce input to a package.
install_gitorious

Attempts to install a package directly from gitorious.
has_devel

Check if you have a development environment installed.
missing_s3

Find missing s3 exports.
install_github

Attempts to install a package directly from github.
run_examples

Run all examples in a package.
source_gist

Run a script on gist
show_news

Show package news
source_url

Run a script through some protocols such as http, https, ftp, etc.
check

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

Install a package from a url
load_pkg_description

Load package DESCRIPTION into convenient form.
load_data

Load data.
reload

Detach and reload package.
is.package

Is the object a package?
clear_pkg_env

Detach development environment
install

Install a local development package.
parse_collate

Parse collate string into vector of function names.
check_cran

Check a package from CRAN.
parse_deps

Parse dependencies.
pkg_env

Generate an development environment for a package.
env_name

Generate name of package development environment
load_deps

Load dependencies.
wd

Set working directory.
document

Use roxygen to make documentation.
load_all

Load complete package.