-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathinstall.MikTeX.Rd
More file actions
48 lines (44 loc) · 1.3 KB
/
Copy pathinstall.MikTeX.Rd
File metadata and controls
48 lines (44 loc) · 1.3 KB
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
41
42
43
44
45
46
47
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{install.MikTeX}
\alias{install.MikTeX}
\alias{install.miktex}
\title{Downloads and installs MikTeX for windows}
\usage{
install.MikTeX(version, page_with_download_url = "http://miktex.org/download",
...)
}
\arguments{
\item{version}{gets the values 32 and 64. Deciding if we
should install version 32bit or 64bit. If missing
(default) the user is prompted for a decisioin.}
\item{page_with_download_url}{the URL of the MikTeX
download page.}
\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 MikTeX for Windows.
}
\details{
MiKTeX is a typesetting system for Microsoft Windows that
is developed by Christian Schenk. It consists of an
implementation of TeX and a set of related programs. MiKTeX
provides the tools necessary to prepare documents using the
TeX/LaTeX markup language, as well a simple tex editor
(TeXworks).
MiKTeX is essential for using Sweave, knitr, and creating
Vignette for R packages.
}
\examples{
\dontrun{
install.MikTeX() # installs the latest version of MikTeX
}
}
\references{
MikTeX homepage: \url{http://miktex.org/} MikTeX download
page: \url{http://miktex.org/download}
}