Learn R Programming

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

installr (version 0.8)

Functions for updating and installing a new version of R and other software - from R

Description

The 'installr' package aims at making the process of updating R on Windows as easy as possible, the main function for this purpose is the updateR() function. Also, the package contains a set of functions allowing users to install new software (on Windows OS) using R. While for Linux users, the installation process of new software may be just running a short line of code, for the regular Windows user it often includes browsing online, finding the latest version, downloading it, running the installer, and deleting the installation file. All of these steps are automatically done using functions in this package.

Copy Link

Version

Install

install.packages('installr')

Monthly Downloads

36,089

Version

0.8

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Tal Galili

Last Published

March 5th, 2013

Functions in installr (0.8)

ask.user.yn.question

Asks the user for one yes/no question.
updateR

Checks for the latest R version, and if there is a newer version of R - downloads and installs it.
turn.number.version

Turns a vector of version-numbers back to version-character
check.for.updates.R

Checks if there is a newer version of R
ask.user.for.a.row

Asks the user for a row number from a data.frame table
install.packages.zip

Downloads and installs a ZIP R package Binary (for Windows) from a URL
source.https

Read R Code from a File in an https URL
install.Rtools

Downloads and installs Rtools
copy.packages.between.libraries

Copies all packages from one library folder to another
turn.version.to.number1

Turns version to number (for 1 value only)
install.RStudio

Downloads and installs RStudio for windows
get.installed.R.folders

Returns folder names with R installations
create.global.library

Creates a global library folder
check.integer

Check if a number is integer
file.name.from.url

Extract the file name from some URL
install.pandoc

Downloads and installs pandoc
install.MikTeX

Downloads and installs MikTeX for windows
install.R

Downloads and installs the latest R version
is.windows

Checks if the running OS is windows
install.git

Downloads and installs git and git-gui for windows
turn.version.to.number

Turns version to number (for a vector of values)
install.URL

Downloads and runs a .exe installer file for some software from a URL
install.GitHub

Downloads and installs GitHub for windows