-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathinstallr.Rd
More file actions
31 lines (30 loc) · 912 Bytes
/
Copy pathinstallr.Rd
File metadata and controls
31 lines (30 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/install.R
\name{installr}
\alias{installr}
\title{Installing software from R}
\usage{
installr(GUI = TRUE, ...)
}
\arguments{
\item{GUI}{a logical indicating whether a graphics menu should be used if available. If TRUE, and on Windows, it will use winDialog, otherwise it will use \link[utils]{menu}.}
\item{...}{not in use}
}
\value{
TRUE/FALSE - if the software was installed successfully or not.
}
\description{
Gives the user the option to download software from within R.
}
\examples{
\dontrun{
installr()
}
}
\seealso{
\link{updateR}, \link{install.R},
\link{install.RStudio}, \link{install.Rtools}, \link{install.pandoc},
\link{install.MikTeX}, \link{install.git}, \link{install.git},
\link{install.GraphicsMagick}, \link{install.ImageMagick},
\link{check.for.updates.R}, \link{install.URL}, \link{install.packages.zip},
}