Re: [Rd] R CMD check does not report redundant '...' argument described in Rd File

2019-04-21 Thread Pages, Herve
Hi, FWIW I also noticed this problem and reported it on R’s Bugzilla 4 years ago: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16223 I actually had to report it twice because my first report (https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16153) was closed after a few days and tag

Re: [Rd] R-devel (rev 76409) fails 'make check': non-generic function 'isSymmetric' given to findMethods()

2019-04-21 Thread Benjamin Tyner
Duncan that does indeed look to be the case. Many thanks! In particular, tests/reg-tests-1d.R optionally loads the Matrix namespace which allows the test to succeed. Compare: ~/R-rc_2019-04-21_r76409/bin/Rscript -e "options(warn=2); library(Matrix); res <- findMethods('isSymmetric'); pri

Re: [Rd] R-devel (rev 76409) fails 'make check': non-generic function 'isSymmetric' given to findMethods()

2019-04-21 Thread Duncan Murdoch
On 21/04/2019 4:56 p.m., Benjamin Tyner wrote: Hello, Most likely I'm doing something wrong, but am at a loss as to what the issue is. I have a clean checkout of trunk here: >    ~/svn/r-devel/R$ svn info    Path: .    Working Copy Root Path: /home/btyner/svn/r-devel/R    URL: https://sv

[Rd] R-devel (rev 76409) fails 'make check': non-generic function 'isSymmetric' given to findMethods()

2019-04-21 Thread Benjamin Tyner
Hello, Most likely I'm doing something wrong, but am at a loss as to what the issue is. I have a clean checkout of trunk here:    ~/svn/r-devel/R$ svn info    Path: .    Working Copy Root Path: /home/btyner/svn/r-devel/R    URL: https://svn.r-project.org/R/trunk    Relative URL: ^/trunk    Rep