[R-pkg-devel] Best practices for PKG_LIBS and PKG_CPPFLAGS

2021-04-01 Thread Siddhartha Bagaria
Hello, I have an atypical use case in which I have a build system that can build C shared libraries that will be used by the native code in an R package, and build both C libraries and R packages in one user command. As these shared libraries are specified by

Re: [R-pkg-devel] Announcing Bazel for R packages

2017-09-21 Thread Siddhartha Bagaria
:18 Dirk Eddelbuettel wrote: > > On 21 September 2017 at 22:40, Siddhartha Bagaria wrote: > | We have released some Bazel rules for R packages. > | https://github.com/grailbio/rules_r > | > | What is Bazel? > | > | Bazel <https://bazel.build/> is an industry tes

[R-pkg-devel] Announcing Bazel for R packages

2017-09-21 Thread Siddhartha Bagaria
Hello, We have released some Bazel rules for R packages. https://github.com/grailbio/rules_r What is Bazel? Bazel is an industry tested build system that can be used for continuous integration and testing in large monorepos (multiple software libraries as part of one repos