You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rstudioapi=c('*'), # rstudioapi executes almost no real tests, it is mostly just test of install & load
154
-
glmnet=c('knitr'), # probably used for vignettes only
155
-
PerformanceAnalytics=c('dygraphs', 'Hmisc', 'MASS', 'quantmod', 'gamlss', 'gamlss.dist', 'robustbase', 'quantreg', 'gplots'), # TODO: to be verified
156
-
quantmod=c('*')# probably not necessary, the tests output does not contain any 'library', 'require' or 'load' calls
154
+
rstudioapi='*', # rstudioapi executes almost no real tests, it is mostly just test of install & load
155
+
glmnet='knitr', # probably used for vignettes only
156
+
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
157
+
quantmod='*'# probably not necessary, the tests output does not contain any 'library', 'require' or 'load' calls
0 commit comments