Skip to content

Commit d2a645a

Browse files
authored
try fix windows UTF-8 issue
1 parent f1f9dcf commit d2a645a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-package: jdk
2323
- uses: r-lib/actions/setup-r@v1
2424
with:
25-
r-version: 3.6
25+
r-version:
2626
- if: matrix.os == 'macos-latest'
2727
run: |
2828
ln -s /Library/Frameworks/R.framework/Versions/3.6 /Library/Frameworks/R.framework/Versions/3.5

src/main/doe/Morris.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#help: Morris's Elementary Effects Screening Method
33
#type: sensitivity
44
#authors: Gilles Pujol, with contributions from Frank Weber (2016)
5-
#references: M. D. Morris, 1991, Factorial sampling plans for preliminary computational experiments, Technometrics, 33, 161174.
5+
#references: M. D. Morris, 1991, Factorial sampling plans for preliminary computational experiments, Technometrics, 33, 161-174.
66
#require: sensitivity; xtable; jsonlite
77
#options: r='10';levels='4';seed='1'
88
#options.help: r=integer giving the number of repetitions of the design; levels=integer specifying the number of levels of the design; seed=random seed

0 commit comments

Comments
 (0)