Skip to content
Discussion options

You must be logged in to vote

Our build environment is very similar to the CRAN environment. For Linux that means that most system libraries that are needed by R packages are preinstalled on the build image. We also try to query rstudio's r-system-requirements on linux for any additional libraries.

On Windows and MacOS our build image is also very similar to CRAN. A few libraries are preinstalled, but most packages that need additional libraries will download a suitable version at install time. I have implemented this for @rdinnager rbbf in rdinnager/rbff#3.

The reason why we don't provide some hook to let package authors install arbitrary things on our build server (as you may do in your own CI) is that we want the R…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@drmowinckels
Comment options

@drmowinckels
Comment options

Answer selected by maelle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants