openml-r icon indicating copy to clipboard operation
openml-r copied to clipboard

Add runevals

Open pfistfl opened this issue 5 years ago • 1 comments

pfistfl avatar Nov 19 '19 16:11 pfistfl

R/convertOMLSetupParamsToDT.R:28:85: style: Put spaces around all infix operators (except exponentiation).

​  if (drop.constant) dt = dt[, vlapply(dt, function(x) length(unique(x)) > 1), with =FALSE]
                                                                                    ^~

R/listOMLRunEvaluations.R:23:76: style: Commas should always have a space after.

​      parameters = as.data.table(cleanupSetupParameters(x$parameters))[-25,]
                                                                           ^

lintr-bot avatar Nov 20 '19 13:11 lintr-bot