Lintr Bot
Lintr Bot
[R/convertOMLSetupParamsToDT.R:28:85:](https://github.com/openml/openml-r/blob/988b440665bcd72ac8ea37929a13f78a06e240aa/R/convertOMLSetupParamsToDT.R#L28) *style:* **Put spaces around all infix operators (except exponentiation).** ```r if (drop.constant) dt = dt[, vlapply(dt, function(x) length(unique(x)) > 1), with =FALSE] ^~ ``` [R/listOMLRunEvaluations.R:23:76:](https://github.com/openml/openml-r/blob/988b440665bcd72ac8ea37929a13f78a06e240aa/R/listOMLRunEvaluations.R#L23) *style:* **Commas should...
[tests/testthat/test_local_convertOMLSplitsToMlr3.R:12:40:](https://github.com/openml/openml-r/blob/cea89adfcf7faa9f93e5220c215dd35dca6cc460/tests/testthat/test_local_convertOMLSplitsToMlr3.R#L12) *style:* **Only use double-quotes.** ```r task$input$estimation.procedure[['type']]= oml.types[i] ^~~~~~ ``` [tests/testthat/test_local_convertOMLSplitsToMlr3.R:12:48:](https://github.com/openml/openml-r/blob/cea89adfcf7faa9f93e5220c215dd35dca6cc460/tests/testthat/test_local_convertOMLSplitsToMlr3.R#L12) *style:* **Put spaces around all infix operators (except exponentiation).** ```r task$input$estimation.procedure[['type']]= oml.types[i] ~^ ```
[R/checkout.R:160:1:](https://github.com/ropensci/git2r/blob/928b3694cc15f2b2dcc691a1c73dc92b84bcb91a/R/checkout.R#L160) *style:* **functions should have cyclomatic complexity of less than 15, this has 21.** ```r checkout
[exercises/affine-cipher/example.R:16:1:](https://github.com/exercism/r/blob/970196d66f11796d502910d7c5784ecb07d17704/exercises/affine-cipher/example.R#L16) *style:* **lines should not be more than 80 characters.** ```r parsedMessage
[exercises/affine-cipher/example.R:16:1:](https://github.com/exercism/r/blob/970196d66f11796d502910d7c5784ecb07d17704/exercises/affine-cipher/example.R#L16) *style:* **lines should not be more than 80 characters.** ```r parsedMessage
[exercises/affine-cipher/example.R:16:1:](https://github.com/exercism/r/blob/970196d66f11796d502910d7c5784ecb07d17704/exercises/affine-cipher/example.R#L16) *style:* **lines should not be more than 80 characters.** ```r parsedMessage
[exercises/affine-cipher/example.R:16:1:](https://github.com/exercism/r/blob/5a4a9d3af9c9eabdeff07fbc20b366a32f12e25d/exercises/affine-cipher/example.R#L16) *style:* **lines should not be more than 80 characters.** ```r parsedmessage
[exercises/affine-cipher/example.R:16:1:](https://github.com/exercism/r/blob/5a4a9d3af9c9eabdeff07fbc20b366a32f12e25d/exercises/affine-cipher/example.R#L16) *style:* **lines should not be more than 80 characters.** ```r parsedmessage
[exercises/affine-cipher/example.R:16:1:](https://github.com/exercism/r/blob/5a4a9d3af9c9eabdeff07fbc20b366a32f12e25d/exercises/affine-cipher/example.R#L16) *style:* **lines should not be more than 80 characters.** ```r parsedmessage
[exercises/affine-cipher/affine-cipher.R:5:10:](https://github.com/exercism/r/blob/19e06b3548a042218cb6df084380182ebc232b1f/exercises/affine-cipher/affine-cipher.R#L5) *style:* **Put spaces around all infix operators.** ```r normalise