-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathinstall.Cygwin.Rd
More file actions
35 lines (33 loc) · 791 Bytes
/
Copy pathinstall.Cygwin.Rd
File metadata and controls
35 lines (33 loc) · 791 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
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{install.Cygwin}
\alias{install.Cygwin}
\alias{install.cygwin}
\title{Downloads and installs Cygwin for windows}
\usage{
install.Cygwin(bit = 32, ...)
}
\arguments{
\item{bit}{Specify 32 bit or 64 for your particular
version of Windows.}
\item{...}{extra parameters to pass to
\link{install.URL}}
}
\value{
TRUE/FALSE - was the installation successful or not.
}
\description{
Allows the user to downloads and install the latest version
of Cygwin for Windows.
}
\details{
Cygwin is a collection of tools which provide a Linux look
and feel environment for Windows.
}
\examples{
\dontrun{
install.Cygwin() # installs the latest version of Cygwin
}
}
\references{
\itemize{ \item Cygwin homepage: \url{http://cygwin.com/} }
}