Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (2.4.5) of this package.
Take me there.
devtools (version 1.0)
Tools to make developing R code easier
Description
Collection of package development tools
Copy Link
Link to current version
Version
Version
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.13.6
1.13.5
1.13.3
1.13.2
1.13.1
1.13.0
1.12.0
1.11.1
1.11.0
1.10.0
1.9.1
1.8.0
1.7.0
1.6.1
1.5
1.4.1
1.3
1.2
1.1
1.0
0.8
0.7.1
0.6
0.5.1
0.4
0.3
0.2
0.1
Install
install.packages('devtools')
Monthly Downloads
270,955
Version
1.0
License
GPL (>= 2)
Maintainer
Hadley Wickham
Last Published
January 22nd, 2013
Functions in devtools (1.0)
Search all functions
as.envlist
Convert a list of environments to an
envlist
object.
build_vignettes
Build package vignettes.
create
Creates a new package, following all devtools package conventions.
install_github
Attempts to install a package directly from github.
revdep
Reverese dependency tools.
source_url
Run a script through some protocols such as http, https, ftp, etc.
wd
Set working directory.
document
Use roxygen to make documentation.
install_bitbucket
Install a package directly from bitbucket
compile_dll
Compile a .dll/.so from source
load_pkg_description
Load package DESCRIPTION into convenient form.
run_onattach
Run .onAttach if needed
path
Get/set the PATH variable.
print.envlist
Print an
envlist
load_dll
Load a compiled DLL
devtest
Return the path to one of the packages in the devtools test dir
dev_help
Read the in-development help for a package loaded with devtools.
clean_source
Sources an R file in a clean environment.
install_gitorious
Attempts to install a package directly from gitorious.
run_onload
Run .onLoad if needed
loaded_packages
Return a vector of names of attached packages
parse_deps
Parse dependencies.
with_something
Execute code in temporarily altered environment.
check_cran
Check a package from CRAN.
install_url
Install a package from a url
clear_cache
Clear file cache.
is.package
Is the object a package?
git_path
Retrieve the current running path of the git binary.
check_doc
Check documentation, as
R CMD check
does.
pkg_env
Return package environment
on_path
Test if an object is on the path.
a
A number.
dev_meta
Return devtools metadata environment
install
Install a local development package.
find_rtools
Find rtools.
ns_env
Return the namespace environment for a package.
reload
Unload and reload package.
parse_ns_file
Parses the NAMESPACE file for a package
has_devel
Check if you have a development environment installed.
parenvs
Given an environment or object, return an
envlist
of its parent environments.
build_win
Build windows binary package.
check
Build and check a package, cleaning up automatically on success.
clean_vignettes
Clean built vignettes.
dev_packages
Return a vector of names of packages loaded by devtools
dev_example
Run a examples for an in-development function.
unload
Unload a package
changed_files
Given vector of paths, return only those paths that have changed since the last invocation.
test
Execute all
test_that
tests in a package.
clean_dll
Remove compiled objects from /src/ directory
imports_env
Return imports environment for a package
md5
Generate checksums for a vector of file paths.
inst
Get the installation path of a package
install_git
Install a package from a git repository
install_version
Install specified version of a CRAN package.
release
Release package to CRAN.
with_debug
Temporarily set debugging compilation flags.
source_gist
Run a script on gist
show_rd
Show an Rd file in a package.
check_dep_version
Check that the version of an imported package satisfies the requirements
build
Build package in specified directory.
find_code
Find all R files in given directory.
load_code
Load R code.
load_imports
Load all of the imports for a package
load_data
Load data.
load_all
Load complete package.
missing_s3
Find missing s3 exports.
as.package
Coerce input to a package.
show_news
Show package news
install_git_single
Install a single package from a git repository
bash
Open bash shell in package directory.
dev_mode
Activate and deactivate development mode.
run_examples
Run all examples in a package.
parse_collate
Parse collate string into vector of function names.