Learn R Programming

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

devtools (version 0.3)

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

License

MIT

Maintainer

Hadley Wickham

Last Published

June 30th, 2011

Functions in devtools (0.3)

parse_collate

Parse collate string into vector of function names.
install

Install a package.
has_devel

Check if you have a development environment installed.
as.package

Coerce input to a package.
bash

Open bash shell in package directory.
clear_cache

Clear file cache.
load_c

Load C code.
dev_mode

Activate and deactivate development mode.
load_data

Load data.
load_code

Load R code.
clear_pkg_env

Detach development environment...
test

Execute all test_that tests in a package...
reload

Detach and reload package.
install_github

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

Is the object a package?
find_code

Find all R files in given directory.
load_pkg_description

Load package DESCRIPTION into convenient form.
build_vignettes

Build package vignettes.
load_all

Load complete package.
build

Build package in specified directory.
changed_files

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

Run all examples in a package.
md5

Generate checksums for a vector of file paths.
pkg_env

Generate an development environment for a package.
release

Release package to CRAN.
check

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

Evaluate code in specified locale.
show_news

Show package news...
env_name

Generate name of package development environment...
load_deps

Load dependencies.
parse_deps

Parse dependencies.
document

Use roxygen to make documentation.