Learn R Programming

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

devtools (version 0.1)

Tools to make developing R code easier

Description

Collection of package development tools

Copy Link

Version

Install

install.packages('devtools')

Monthly Downloads

222,510

Version

0.1

License

MIT

Maintainer

Hadley Wickham

Last Published

June 22nd, 2011

Functions in devtools (0.1)

check

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

Clear file cache.
run_examples

Run all examples in a package.
is.git

Does this package use git?
install_github

Attempts to install a package directly from github.
load_data

Load data.
pkg_env

Generate an development environment for a package.
load_c

Load C code.
env_name

Generate name of package development environment...
is.package

Is the object a package?
is.svn

Does this package use svn?
show_news

Show package news...
has_devel

Check if you have a development environment installed.
reload

Detach and reload package.
test

Execute all test_that tests in a package...
load_deps

Load dependencies.
md5

Generate checksums for a vector of file paths.
as.package

Coerce input to a package.
changed_files

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

Detach development environment...
install

Install a package.
document

Use roxygen to make documentation.
release

Release package to CRAN.
dev_mode

Activate and deactivate development mode.
parse_deps

Parse dependencies.
load_pkg_description

Load package DESCRIPTION into convenient form.
build_vignettes

Build package vignettes.
load_all

Load complete package.
with_locale

Evaluate code in specified locale.
parse_collate

Parse collate string into vector of function names.
load_code

Load R code.
update_src

Update the source code of a package...
find_code

Find all R files in given directory.