Learn R Programming

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

devtools (version 0.4)

Tools to make developing R code easier

Description

Collection of package development tools

Copy Link

Version

Install

install.packages('devtools')

Monthly Downloads

242,856

Version

0.4

License

MIT

Maintainer

Hadley Wickham

Last Published

July 23rd, 2011

Functions in devtools (0.4)

changed_files

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

Parse dependencies.
document

Use roxygen to make documentation.
build_vignettes

Build package vignettes.
check_doc

Check documentation, as R CMD check does.
load_code

Load R code.
install

Install a package.
clear_cache

Clear file cache.
parse_collate

Parse collate string into vector of function names.
bash

Open bash shell in package directory.
install_github

Attempts to install a package directly from github.
dev_mode

Activate and deactivate development mode.
clear_pkg_env

Detach development environment
md5

Generate checksums for a vector of file paths.
build

Build package in specified directory.
pkg_env

Generate an development environment for a package.
find_code

Find all R files in given directory.
env_name

Generate name of package development environment
check

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

Load C code.
run_examples

Run all examples in a package.
is.package

Is the object a package?
load_all

Load complete package.
build_win

Build windows binary package.
show_news

Show package news
reload

Detach and reload package.
with_locale

Evaluate code in specified locale.
load_pkg_description

Load package DESCRIPTION into convenient form.
test

Execute all test_that tests in a package
load_deps

Load dependencies.
as.package

Coerce input to a package.
has_devel

Check if you have a development environment installed.
release

Release package to CRAN.
load_data

Load data.
wd

Set working directory.