search for: parent_mode

Displaying 4 results from an estimated 4 matches for "parent_mode".

Did you mean: parent_model
2017 Dec 06
2
FW: R-devel error
...egex(string, pattern, omit_no_match = TRUE, opts_regex = opts) > 3: stringr::str_locate_all(input, inline.code) > 4: parse_inline(g, patterns) > 5: FUN(X[[i]], ...) > 6: lapply(groups, function(g) { block = grepl(chunk.begin, g[1]) if (!set.preamble && !parent_mode()) { return(if (block) "" else g) } if (block) { n = length(g) if (n >= 2 && grepl(chunk.end, g[n])) g = g[-n] g = strip_block(g, patterns$chunk.code) params.src = if (group_pattern(chunk.begin)) { stringr::str_tri...
2017 Dec 05
2
FW: R-devel error
I am resubmitting this bug report but with additional information. I am running this with windows 10: w64-mingw32 with R Under development (unstable) (2017-12-04 r73829). I build 'httk' from the command prompt using 'R CMD build httk' after installing the required packages. Then when the vignettes are being created, it crashes. Today I installed the latest versions of Rtools,
2017 Dec 06
0
FW: R-devel error
...2: stri_locate_all_regex(string, pattern, omit_no_match = TRUE, opts_regex = opts) 3: stringr::str_locate_all(input, inline.code) 4: parse_inline(g, patterns) 5: FUN(X[[i]], ...) 6: lapply(groups, function(g) { block = grepl(chunk.begin, g[1]) if (!set.preamble && !parent_mode()) { return(if (block) "" else g) } if (block) { n = length(g) if (n >= 2 && grepl(chunk.end, g[n])) g = g[-n] g = strip_block(g, patterns$chunk.code) params.src = if (group_pattern(chunk.begin)) { stringr::str_tri...
2017 Dec 06
0
FW: R-devel error
...match = TRUE, >> opts_regex = opts) >> 3: stringr::str_locate_all(input, inline.code) >> 4: parse_inline(g, patterns) >> 5: FUN(X[[i]], ...) >> 6: lapply(groups, function(g) { block = grepl(chunk.begin, g[1]) >> if (!set.preamble && !parent_mode()) { return(if (block) "" else >> g) } if (block) { n = length(g) if (n >= 2 && >> grepl(chunk.end, g[n])) g = g[-n] g = strip_block(g, >> patterns$chunk.code) params.src = if (group_pattern(chunk.begin)) {...