| Line 1... |
Line 1... |
| 1 |
# File src/gnuwin32/installer/JRins.R
|
1 |
# File src/gnuwin32/installer/JRins.R
|
| 2 |
#
|
2 |
#
|
| 3 |
# Part of the R package, http://www.R-project.org
|
3 |
# Part of the R package, https://www.R-project.org
|
| 4 |
#
|
4 |
#
|
| 5 |
# This program is free software; you can redistribute it and/or modify
|
5 |
# This program is free software; you can redistribute it and/or modify
|
| 6 |
# it under the terms of the GNU General Public License as published by
|
6 |
# it under the terms of the GNU General Public License as published by
|
| 7 |
# the Free Software Foundation; either version 2 of the License, or
|
7 |
# the Free Software Foundation; either version 2 of the License, or
|
| 8 |
# (at your option) any later version.
|
8 |
# (at your option) any later version.
|
| Line 11... |
Line 11... |
| 11 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 12 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
12 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 13 |
# GNU General Public License for more details.
|
13 |
# GNU General Public License for more details.
|
| 14 |
#
|
14 |
#
|
| 15 |
# A copy of the GNU General Public License is available at
|
15 |
# A copy of the GNU General Public License is available at
|
| 16 |
# http://www.r-project.org/Licenses/
|
16 |
# https://www.R-project.org/Licenses/
|
| 17 |
|
17 |
|
| 18 |
### JRins.R Rversion srcdir MDISDI HelpStyle Producer ISDIR
|
18 |
### JRins.R Rversion srcdir MDISDI HelpStyle Producer ISDIR
|
| 19 |
|
19 |
|
| 20 |
.make_R.iss <- function(RW, srcdir, MDISDI=0, HelpStyle=1,
|
20 |
.make_R.iss <- function(RW, srcdir, MDISDI=0, HelpStyle=1,
|
| 21 |
Producer = "R-core", ISDIR)
|
21 |
Producer = "R-core", ISDIR)
|