Other packages > Find by keyword >

devtools  

Tools to Make Developing R Packages Easier
View on CRAN: Click here


Download and install devtools package within the R console
Install from CRAN:
install.packages("devtools")

Install from Github:
library("remotes")
install_github("cran/devtools")

Install by package version:
library("remotes")
install_version("devtools", "2.4.5")



Attach the package and use:
library("devtools")
Maintained by
Jennifer Bryan
[Scholar Profile | Author Map]
First Published: 2011-06-22
Latest Update: 2022-10-11
Description:
Collection of package development tools.
How to cite:
Jennifer Bryan (2011). devtools: Tools to Make Developing R Packages Easier. R package version 2.4.5, https://cran.r-project.org/web/packages/devtools. Accessed 07 May. 2025.
Previous versions and publish date:
0.1 (2011-06-22 22:30), 0.2 (2011-06-29 11:41), 0.3 (2011-06-30 19:01), 0.4 (2011-07-23 17:55), 0.5.1 (2011-12-07 18:07), 0.5 (2011-12-04 10:26), 0.6 (2012-02-28 09:37), 0.7.1 (2012-07-02 17:41), 0.7 (2012-06-19 21:40), 0.8 (2012-09-14 21:34), 1.0 (2013-01-22 18:42), 1.1 (2013-02-09 08:02), 1.2 (2013-04-17 13:42), 1.3 (2013-07-04 18:54), 1.4.1 (2013-11-27 19:34), 1.4 (2013-11-20 16:57), 1.5 (2014-04-07 20:38), 1.6.1 (2014-10-07 22:06), 1.6 (2014-09-23 05:49), 1.7.0 (2015-01-17 11:48), 1.8.0 (2015-05-09 06:20), 1.9.1 (2015-09-11 17:41), 1.10.0 (2016-01-23 14:39), 1.11.0 (2016-04-12 06:19), 1.11.1 (2016-04-21 11:19), 1.12.0 (2016-12-05 18:28), 1.13.0 (2017-05-08 16:43), 1.13.1 (2017-05-13 12:07), 1.13.2 (2017-06-02 21:11), 1.13.3 (2017-08-02 09:05), 1.13.4 (2017-11-09 11:44), 1.13.5 (2018-02-18 22:53), 1.13.6 (2018-06-27 22:57), 2.0.0 (2018-10-19 14:10), 2.0.1 (2018-10-26 23:11), 2.0.2 (2019-04-08 22:04), 2.1.0 (2019-07-06 17:20), 2.2.0 (2019-09-07 18:50), 2.2.1 (2019-09-24 17:00), 2.2.2 (2020-02-17 21:30), 2.3.0 (2020-04-11 01:20), 2.3.1 (2020-07-21 21:00), 2.3.2 (2020-09-18 09:20), 2.4.0 (2021-04-07 11:10), 2.4.1 (2021-05-05 21:00), 2.4.2 (2021-06-07 09:10), 2.4.3 (2021-11-30 10:00), 2.4.4 (2022-07-20 20:30)
Other packages that cited devtools R package
View devtools citation profile
Other R packages that devtools depends, imports, suggests or enhances
Complete documentation for devtools
Downloads during the last 30 days
04/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for devtools400050006000700080009000100001100012000TrendBars

Today's Hot Picks in Authors and Packages

MLDS  
Maximum Likelihood Difference Scaling
Difference scaling is a method for scaling perceived supra-threshold differences. The package cont ...
Download / Learn more Package Citations See dependency  
funLBM  
Model-Based Co-Clustering of Functional Data
The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix wher ...
Download / Learn more Package Citations See dependency  
aroma.affymetrix  
Analysis of Large Affymetrix Microarray Data Sets
A cross-platform R framework that facilitates processing of any number of Affymetrix microarray samp ...
Download / Learn more Package Citations See dependency  
humanize  
Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package . Thi ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA