Other packages > Find by keyword >

installr  

Using R to Install Stuff on Windows OS (Such As: R, 'Rtools', 'RStudio', 'Git', and More!)
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("installr", "0.23.4")



Attach the package and use:
library("installr")
Maintained by
Tal Galili
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2013-03-05
Latest Update: 2022-11-12
Description:
R is great for installing software. Through the 'installr' package you can automate the updating of R (on Windows, using updateR()) and install new software. Software installation is initiated through a GUI (just run installr()), or through functions such as: install.Rtools(), install.pandoc(), install.git(), and many more. The updateR() command performs the following: finding the latest R version, downloading it, running the installer, deleting the installation file, copy and updating old packages to the new R installation.
How to cite:
Tal Galili (2013). installr: Using R to Install Stuff on Windows OS (Such As: R, 'Rtools', 'RStudio', 'Git', and More!). R package version 0.23.4, https://cran.r-project.org/web/packages/installr. Accessed 01 Feb. 2025.
Previous versions and publish date:
0.8 (2013-03-05 14:40), 0.9.2 (2013-05-17 00:26), 0.9 (2013-03-30 00:42), 0.10.1 (2013-07-04 11:40), 0.13.3 (2014-02-02 01:32), 0.14.0 (2014-04-02 15:39), 0.15.3 (2014-06-15 00:52), 0.15.17 (2015-06-03 22:22), 0.16.0 (2015-06-13 15:02), 0.17.0 (2015-09-15 00:58), 0.17.4 (2016-03-19 15:21), 0.17.5 (2016-03-21 00:15), 0.17.8 (2016-05-14 23:36), 0.18.0 (2016-11-06 00:24), 0.19.0 (2017-04-21 20:10), 0.20.0 (2018-05-02 09:03), 0.21.0 (2018-10-06 23:10), 0.21.3 (2019-06-09 23:30), 0.22.0 (2019-08-02 14:50), 0.23.2 (2021-05-08 22:00)
Other packages that cited installr R package
View installr citation profile
Other R packages that installr depends, imports, suggests or enhances
Complete documentation for installr
Functions, R codes and Examples using the installr R package
Some associated functions: R_version_in_a_folder . add.installr.GUI . add_load_installr_on_startup_menu . add_remove_installr_from_startup_menu . add_to_.First_in_Rprofile.site . ask.user.for.a.row . ask.user.yn.question . barplot_package_users_per_day . browse.latest.R.NEWS . check.for.updates.R . check.integer . checkMD5sums2 . copy.packages.between.libraries . cranometer . create.global.library . download_RStudio_CRAN_data . fetch_tag_from_Rd . file.name.from.url . format_RStudio_CRAN_data . freegeoip . get.installed.R.folders . get_Rscript_PID . get_latest_r_version . get_pid . get_tasklist . install.7zip . install.CMake . install.Cygwin . install.FFmpeg . install.GitHub . install.GraphicsMagick . install.ImageMagick . install.LaTeX2RTF . install.LyX . install.MikTeX . install.R . install.RStudio . install.Rdevel . install.Rtools . install.SWFTools . install.Texmaker . install.URL . install.conda . install.git . install.inno . install.java . install.nodejs . install.notepadpp . install.npptor . install.packages.zip . install.pandoc . install.python . installr-package . installr . is.RStudio . is.Rgui . is.empty . is.exe.installed . is.windows . is.x64 . is_in_.First_in_Rprofile.site . kill_all_Rscript_s . kill_pid . kill_process . lineplot_package_downloads . load_installr_on_startup . most_downloaded_packages . myip . os.hibernate . os.lock . os.manage . os.restart . os.shutdown . os.sleep . package_authors . pkgDNLs_worldmapcolor . read_RStudio_CRAN_data . remove.installr.GUI . remove_from_.First_in_Rprofile.site . rename_r_to_R . require2 . restart_RGui . rm_installr_from_startup . source.https . system.PATH . turn.number.version . turn.version.to.number . turn.version.to.number1 . uninstall.R . uninstall.packages . up_folder . updateR . xlsx2csv . 
Some associated R codes: RStudio_CRAN_data.R . create.global.library.R . geo_functions.R . install.R . install.inno.R . installConda.R . installNodejs.R . installOpenJdk.R . installPython.R . installRtools.R . installr-package.R . is.x.R . kill_pid.R . os.manage.R . rename_r_to_R.R . startup.R . updateR.R . xlsx2csv.R . zzz.R .  Full installr package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
tidyxl  
Read Untidy Excel Files
Imports non-tabular from Excel files into R.Exposes cell content, position and formatting in a tidy ...
Download / Learn more Package Citations See dependency  
extraoperators  
Extra Binary Relational and Logical Operators
Speed up common tasks, particularly logical or relational comparisons and routine follow up tasks s ...
Download / Learn more Package Citations See dependency  
longit  
High Dimensional Longitudinal Data Analysis Using MCMC
High dimensional longitudinal data analysis with Markov Chain Monte Carlo(MCMC). Currently support ...
Download / Learn more Package Citations See dependency  
bayesDP  
Implementation of the Bayesian Discount Prior Approach for Clinical Trials
Functions for data augmentation using the Bayesian discount prior method for single arm and two-arm ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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