(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
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