[Rd] _R_CHECK_DEPENDS_ONLY_ vs. packages in .Library [was: Check package without suggests]

2023-07-19 Thread Ivan Krylov
(Moving this one idea to R-devel) В Wed, 19 Jul 2023 09:21:46 +0200 Henrik Bengtsson пишет: > If you're on macOS, and have installed R the default way, it takes > more work to test on that platform. It works out of the box on Linux > and MS Windows. See the '[R-SIG-Mac] CRAN installer for macOS

[Rd] proposal for WRE: clarify that use of S4 classes implies use of superclasses

2023-07-19 Thread Mikael Jagan
If a package has importClassesFrom(P, C) in its NAMESPACE, then should it _also_ have importClassesFrom(P, ) importClassesFrom(Q, ) ## and so on ... ? I think that WRE could be more clear on this point, and in any case I _think_ that the answer is yes. Notably, I think that t