-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathis.x64.Rd
More file actions
26 lines (26 loc) · 714 Bytes
/
Copy pathis.x64.Rd
File metadata and controls
26 lines (26 loc) · 714 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/is.x.R
\name{is.x64}
\alias{is.x64}
\title{Checks if the running OS is x64}
\usage{
is.x64(...)
}
\arguments{
\item{...}{none are available.}
}
\value{
Returns TRUE/FALSE if the R session is running on Windows 64-bit or not.
}
\description{
Returns TRUE/FALSE if the R session is running on Windows 64-bit or not.
}
\details{
This function is run when the 'installr' package is first loaded in order to check if the current running OS is Windows 64-bit.
If you are running a different OS, then the installr package (at its current form) does not have much to offer you.
}
\examples{
\dontrun{
is.x64() # returns TRUE on my machine.
}
}