search for: new_test_environ

Displaying 2 results from an estimated 2 matches for "new_test_environ".

2015 Apr 19
4
running unit tests on the stringr package
...must be a character vector'. Actual value: "Error in force(expr) : could not find function "check_pattern"\n" 3. Error: error when string and pattern lengths incompatible ------------------- could not find function "check_pattern" 1: withCallingHandlers(eval(code, new_test_environment), error = capture_calls) 2: eval(code, new_test_environment) 3: eval(expr, envir, enclos) 4: expect_that(check_pattern(letters, "a"), equals(letters)) at test-check.r:14 5: condition(object) 6: compare(expected, actual, ...) 7: compare.character(expected, actual, ...) 8: identical(x,...
2015 Apr 20
0
running unit tests on the stringr package
...;. Actual value: "Error in force(expr) : could not find > function > "check_pattern"\n" > > 3. Error: error when string and pattern lengths incompatible > ------------------- could not find function "check_pattern" > 1: withCallingHandlers(eval(code, new_test_environment), error = > capture_calls) 2: eval(code, new_test_environment) > 3: eval(expr, envir, enclos) > 4: expect_that(check_pattern(letters, "a"), equals(letters)) at > test-check.r:14 5: condition(object) > 6: compare(expected, actual, ...) > 7: compare.character(expected,...