Skip to content

Commit e029608

Browse files
committed
Fix syntax error in install.packages.R
1 parent 21ff6a2 commit e029608

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vanilla
22
testrffi
3+
gnur-tests

com.oracle.truffle.r.test.packages/r/install.packages.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ ignore.suggests <- list(
156156
glmnet = 'knitr', # probably used for vignettes only
157157
PerformanceAnalytics = ignore.all.but('testthat'), # not gated yet. We can run almost all tests except for few examples that use some suggests including data.table
158158
shinyjs = 'V8', # it fails when being installed, but it does not affect the tests result
159-
quantmod = '*' # probably not necessary, the tests output does not contain any 'library', 'require' or 'load' calls
159+
quantmod = '*', # probably not necessary, the tests output does not contain any 'library', 'require' or 'load' calls
160160
mboost = ignore.all.but('TH.data', 'survival', 'RColorBrewer'), # this pkg has only vignettes and grepping then gave these libs
161161
quantmod = '*', # probably not necessary, the tests output does not contain any 'library', 'require' or 'load' calls
162162
sqldf = 'tcltk|RPostgreSQL|RJDBC|rJava|RH2' # tcltk not on CRAN, RPostgreSQL can't be installed, RH2 and RJDBC depend on rJava which can't be installed

0 commit comments

Comments
 (0)