https://stat.ethz.ch/pipermail/r-devel/2017-February/073755.html
On Sat, Feb 16, 2019 at 3:22 PM Charles Geyer wrote:
>
> I just noticed that R package foo in the github repo
> https://github.com/cjgeyer/foo no longer passes R CMD check --as-cran. The
> problem seems to be that it does not regis
Is anyone on this list using bazel as a build system, and if so have you
found a good BUILD rule for unit tests based on testthat? Thanks.
[[alternative HTML version deleted]]
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/m
I just noticed that R package foo in the github repo
https://github.com/cjgeyer/foo no longer passes R CMD check --as-cran. The
problem seems to be that it does not register native routines and thus the
C routines cannot be found. It does pass R CMD check (without --as-cran).
The version of the p