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 29 Mar. 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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for devtools70008000900010000110001200013000TrendBars

Today's Hot Picks in Authors and Packages

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  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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