search for: check_pattern

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

2015 Apr 19
4
running unit tests on the stringr package
...string is atomic ---------------------------------- check_string(list()) does not match 'must be an atomic'. Actual value: "Error in force(expr) : could not find function "check_string"\n" 2. Failure(@test-check.r#9): pattern is a string ------------------------------- check_pattern(1) does not match '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: withCal...
2015 Apr 20
0
running unit tests on the stringr package
...--------------------------- check_string(list()) does not match > 'must be an atomic'. Actual value: "Error in force(expr) : could not find > function "check_string"\n" > > 2. Failure(@test-check.r#9): pattern is a string > ------------------------------- check_pattern(1) does not match '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 "...