[Rd] quiet namespace load is noisy

2019-07-22 Thread Lenth, Russell V
Dear R-devel, Consider the following clip (in R version 3.6.0, Windows): > requireNamespace("ggplot2", quietly = TRUE) Registered S3 methods overwritten by 'ggplot2': method from [.quosures rlang c.quosures rlang print.quosures rlang It seems to

[Rd] Minor typo in R-exts

2019-07-22 Thread Josh O'Brien
Section 1.1.3 of the "R-exts" manual currently refers to "imports or importFrom directives" where it means to say "import or importFrom directives". Results of a diff between R-exts.texi at SVN revision 76864 and a corrected version are copied below. *** R-exts.texi Mon Jul 22 14:41:19 2019 ---

[Bioc-devel] Protection stack overflow

2019-07-22 Thread Ivana Ihnatová
Dear mailing list members, my implementation (part of a package) throws "protect(): protection stack overflow" during check. The only solution for this error I could find, suggest to modify --max-ppsize parameter or replace data.frames with matrices. I don't find the former acceptible for

Re: [Rd] Addition of a meta viewport tag to HTML manuals

2019-07-22 Thread Kurt Hornik
> Kurt Hornik writes: > Bob Rudis writes: >> Thanks for both the support & sage advice, Martin! >> And, aye, tis straightforward to convert the perl one-liner to a >> shell/sed idiom. >> A kind soul from the list has also offered to walk me through the >> "provide a patch" process and