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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
R/domain.R:138:1:style:Lines should not be more than 120 characters.
stop("'depends' argument must be an expression involving `==` or `%in%`, or must be a single variable containing a quoted expression.")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
R/domain.R:179:1:style:Lines should not be more than 120 characters.
throw=function(msg=NULL) stopf("Requirement '%s' is broken%s", deparse1(depends_expr), if (!is.null(msg)) sprintf(":\n%s", msg) else"")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.qunif=function(x) as.integer(floor(x*self$nlevels* (1-1e-16)) +self$lower) # make sure we dont map to upper+1^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
R/ParamSet.R:150:9:style:Place a space before left parenthesis, except in a function call.
expect_error(ParamSet$new(list(ParamInt$new("x")))$search_space(list(x= to_tune())), "must give a range for unbounded parameter")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# if the tune paramset contains a "z2" in place of "y2", then the x->"z2" dependency is actually kept. This may be useful.^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9fe0856
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
R/domain.R:73:1: style: Lines should not be more than 120 characters.
R/domain.R:80:1: style: Lines should not be more than 120 characters.
R/domain.R:138:1: style: Lines should not be more than 120 characters.
R/domain.R:179:1: style: Lines should not be more than 120 characters.
R/ParamDbl.R:41:1: style: Lines should not be more than 120 characters.
R/ParamDbl.R:73:1: style: Lines should not be more than 120 characters.
R/ParamDbl.R:74:45: style: Put spaces around all infix operators.
R/ParamInt.R:68:1: style: Lines should not be more than 120 characters.
R/ParamSet.R:150:9: style: Place a space before left parenthesis, except in a function call.
R/ParamSet.R:611:1: style: Lines should not be more than 120 characters.
R/to_tune.R:121:71: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/to_tune.R:182:1: style: Variable and function name style should be snake_case or CamelCase.
R/to_tune.R:189:1: style: Variable and function name style should be snake_case or CamelCase.
R/to_tune.R:206:1: style: Variable and function names should not be longer than 30 characters.
R/to_tune.R:206:1: style: Variable and function name style should be snake_case or CamelCase.
R/to_tune.R:223:1: style: Variable and function name style should be snake_case or CamelCase.
R/to_tune.R:228:1: style: Variable and function name style should be snake_case or CamelCase.
R/to_tune.R:235:1: style: Variable and function name style should be snake_case or CamelCase.
R/to_tune.R:258:1: style: Lines should not be more than 120 characters.
tests/testthat/test_Condition.R:9:36: style: Commas should always have a space after.
tests/testthat/test_Condition.R:17:39: style: Commas should always have a space after.
tests/testthat/test_domain.R:87:63: style: Put spaces around all infix operators.
tests/testthat/test_domain.R:144:1: style: Lines should not be more than 120 characters.
tests/testthat/test_domain.R:164:1: style: Lines should not be more than 120 characters.
tests/testthat/test_domain.R:226:1: style: Lines should not be more than 120 characters.
tests/testthat/test_domain.R:233:1: style: Lines should not be more than 120 characters.
tests/testthat/test_generate_design.R:118:50: style: Commas should always have a space after.
tests/testthat/test_generate_design.R:119:50: style: Commas should always have a space after.
tests/testthat/test_generate_design.R:120:48: style: Commas should always have a space after.
tests/testthat/test_generate_design.R:121:49: style: Commas should always have a space after.
tests/testthat/test_ParamDbl.R:69:16: style: Opening curly braces should never go on their own line and should always be followed by a new line.
tests/testthat/test_ParamInt.R:55:16: style: Opening curly braces should never go on their own line and should always be followed by a new line.
tests/testthat/test_to_tune.R:31:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:115:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:127:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:132:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:136:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:191:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:194:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:214:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:216:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:222:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:242:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:244:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:292:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:299:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:304:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:308:1: style: Lines should not be more than 120 characters.
tests/testthat/test_to_tune.R:309:1: style: Lines should not be more than 120 characters.