-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathinstallr.Rd
More file actions
37 lines (35 loc) · 899 Bytes
/
Copy pathinstallr.Rd
File metadata and controls
37 lines (35 loc) · 899 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
32
33
34
35
36
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{installr}
\alias{installr}
\title{Installing software from R}
\usage{
installr(use_GUI = TRUE, ...)
}
\arguments{
\item{use_GUI}{a logical indicating whether a graphics
menu should be used if available. If TRUE, and on
Windows, it will use \link{winDialog}, otherwise it will
use \link[utils]{menu}.}
\item{...}{not in use}
}
\value{
TRUE/FALSE - if the software was installed succesfully or
no.
}
\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},
}