-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathinstall.Rdevel.Rd
More file actions
41 lines (38 loc) · 1000 Bytes
/
Copy pathinstall.Rdevel.Rd
File metadata and controls
41 lines (38 loc) · 1000 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
37
38
39
40
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{install.Rdevel}
\alias{install.Rdevel}
\title{Downloads and installs the latest Rdevel version}
\usage{
install.Rdevel(exe_URL = "http://cran.rstudio.com/bin/windows/base/R-devel-win.exe",
...)
}
\arguments{
\item{exe_URL}{A character with a link to an installer
file (with the .exe file extension)}
\item{...}{extra parameters to pass to
\link{install.URL}}
}
\value{
TRUE/FALSE - was the installation of R successful or not.
}
\description{
Fetches the latest (development!) R version
}
\details{
This is a development version of R. It likely contains
bugs, so be careful if you use it. Please don't report bugs
in this version through the usual R bug reporting system,
please report them on the r-devel mailing list ---but only
if they persist for a few days.
}
\examples{
\dontrun{
install.Rdevel()
}
}
\references{
\url{http://cran.rstudio.com/bin/windows/base/rdevel.html}
}
\seealso{
\link{install.R}, \link{updateR}
}