openml / openml-r

R package to interface with OpenML
http://openml.github.io/openml-r/
Other
95 stars 37 forks source link

Add runevals #451

Open pfistfl opened 4 years ago

lintr-bot commented 4 years ago

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,]
                                                                           ^