Skip to content

Commit a7a14a5

Browse files
committed
Update install.inno doc
1 parent f28f1b1 commit a7a14a5

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: installr
22
Type: Package
33
Title: Using R to Install Stuff (Such As: R, 'Rtools', 'RStudio', 'Git', and More!)
44
Version: 0.19.0
5-
Date: 2017-02-05
5+
Date: 2017-03-25
66
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
77
"tal.galili@gmail.com", comment = "http://www.r-statistics.com"),
88
person("Barry", "Rowlingson", role = "ctb", email =

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
installr 0.19.0 (2017-02-05)
1+
installr 0.19.0 (2017-03-25)
22
---------------------------
33

44
NEW FUNCTIONS:

R/install.inno.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
#'
1212
#' @author Tal Galili and Jonathan M. Hill
1313
#'
14-
#' @param quick_start_pack TRUE/FALSE - The Inno Setup QuickStart Pack includes Inno Setup and Inno Script Studio script editor. See \href{http://www.jrsoftware.org/is3rdparty.php}{Third-Party Files} page for more information.
14+
#' @param quick_start_pack logical (default is FALSE) - The Inno Setup QuickStart Pack includes Inno Setup and Inno Script Studio script editor. See \href{http://www.jrsoftware.org/is3rdparty.php}{Third-Party Files} page for more information.
15+
#' @param encryption_module logical (default is TRUE) - Inno Setup's Encryption Module
1516
#'
1617
#' @param ... extra parameters to pass to \link{install.URL}
1718
#'

man/install.inno.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)