Re: [R-pkg-devel] registering native routines

2019-02-16 Thread Avraham Adler
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

[R-pkg-devel] bazel rules for testthat

2019-02-16 Thread Steven Scott
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

[R-pkg-devel] registering native routines

2019-02-16 Thread Charles Geyer
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