Yihui Xie
Yihui Xie
Sorry for the trouble. This change was intentional ([see changelog](https://github.com/yihui/knitr/releases/tag/v1.46#text~=Package%20vignettes%20are%20tangled%20by%20default:~:text=Package%20vignettes%20are%20tangled%20by%20default)), and CRAN made the request for change, after they [changed `_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_` to true in R](https://github.com/wch/r-source/commit/f02e56c2a1c21ec7d8c758f81eb0d4b646ae11d6). It can be difficult to...
Correction: [`_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_` has been changed to true in R-devel](https://github.com/wch/r-source/commit/f02e56c2a1c21ec7d8c758f81eb0d4b646ae11d6) (and will appear in R 4.4.0). Previously I thought the change was only for CRAN and I was wrong. For R...
> So this needs to differentiate between a locally set `error=TRUE` and the global `error=TRUE` Yes, that's the problem. The differentiation is only possible for `tangle_block()`: https://github.com/yihui/knitr/blob/f1788b81ffbe187be54a21fce32395fe0c77f2e5/R/block.R#L586-L587 but not possible...
@tdhock Yes, for R < 4.4.0, you need to use `purl=FALSE` to exclude code chunks that are known to throw errors, or set the env var `_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_=true`, or use `R...
@Enchufa2 Your understanding is mostly correct, but I don't think CRAN uses `--as-cran`. If this flag is used, you will see it in the check log like this: ``` *...
I have contacted Simon to set `_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_=true` for R-oldrel on CRAN's macOS machines (which I just met in person last week in New Zealand :). Hopefully these check errors should...
It is already 2016 and you still have packages that are not using roxygen2 right from the beginning? :) This is probably a bug, but it is not immediately clear...
Please see https://github.com/yihui/Rd2roxygen/blob/master/man/Rd2roxygen-package.Rd#L17-L28 and #23, #22.
Hi, before you post more questions, let me quickly remind you that I'm extremely busy this year and I don't think I'm able to act as a personal help desk...
Completely understood. No need to apologize. I was definitely a CSS beginner some years ago, too!