-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathinstall.notepadpp.Rd
More file actions
48 lines (45 loc) · 1.43 KB
/
Copy pathinstall.notepadpp.Rd
File metadata and controls
48 lines (45 loc) · 1.43 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.2): do not edit by hand
\name{install.notepadpp}
\alias{install.notepadpp}
\title{Downloads and installs Notepad++ for windows}
\usage{
install.notepadpp(page_with_download_url = "http://notepad-plus-plus.org/download/",
...)
}
\arguments{
\item{page_with_download_url}{the URL of the Notepad++
download page.}
\item{...}{extra parameters to pass to
\link{install.URL}}
}
\value{
invisible TRUE/FALSE - was the installation successful or
not.
}
\description{
Allows the user to downloads and install the latest version
of Notepad++ for Windows.
}
\details{
Notepad++ is a free (as in "free speech" and also as in
"free beer") source code editor and Notepad replacement
that supports several languages. Running in the MS Windows
environment, its use is governed by GPL License. Based on
the powerful editing component Scintilla, Notepad++ is
written in C++ and uses pure Win32 API and STL which
ensures a higher execution speed and smaller program size.
By optimizing as many routines as possible without losing
user friendliness, Notepad++ is trying to reduce the world
carbon dioxide emissions. When using less CPU power, the PC
can throttle down and reduce power consumption, resulting
in a greener environment.
}
\examples{
\dontrun{
install.notepadpp() # installs the latest version of Notepad++
}
}
\references{
homepage: \url{http://notepad-plus-plus.org/} download
page: \url{http://notepad-plus-plus.org/download/}
}