Learn R Programming

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

devtools (version 0.7.1)

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.7.1

License

MIT

Maintainer

Hadley Wickham

Last Published

July 2nd, 2012

Functions in devtools (0.7.1)

check_cran

Check a package from CRAN.
env_name

Generate name of package development environment
install_url

Install a package from a url
load_all

Load complete package.
md5

Generate checksums for a vector of file paths.
with_debug

Temporarily set debugging compilation flags.
pkg_env

Generate an development environment for a package.
run_examples

Run all examples in a package.
check_doc

Check documentation, as R CMD check does.
install_github

Attempts to install a package directly from github.
parse_collate

Parse collate string into vector of function names.
load_c

Load C code.
path

Get/set the PATH variable.
clear_pkg_env

Detach development environment
changed_files

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

Find all R files in given directory.
is.package

Is the object a package?
load_data

Load data.
on_path

Test if an object is on the path.
load_pkg_description

Load package DESCRIPTION into convenient form.
source_gist

Run a script on gist
release

Release package to CRAN.
check

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

Use roxygen to make documentation.
install_version

Install specified version of a CRAN package.
show_news

Show package news
parse_deps

Parse dependencies.
clear_cache

Clear file cache.
reload

Detach and reload package.
build_win

Build windows binary package.
show_rd

Show an Rd file in a package.
clean_source

Sources an R file in a clean environment.
as.package

Coerce input to a package.
missing_s3

Find missing s3 exports.
load_code

Load R code.
wd

Set working directory.
revdep

Reverese dependency tools.
install_bitbucket

Install a package directly from bitbucket
source_url

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

Execute code in temporarily altered environment.
test

Execute all test_that tests in a package.
bash

Open bash shell in package directory.
build

Build package in specified directory.
build_vignettes

Build package vignettes.
install_gitorious

Attempts to install a package directly from gitorious.
dev_mode

Activate and deactivate development mode.
install

Install a local development package.
has_devel

Check if you have a development environment installed.
load_deps

Load dependencies.