New comment by BenJarg on void-packages repository https://github.com/void-linux/void-packages/pull/34647#issuecomment-1003984150 Comment: @balejk Thanks, I made those adjustments. As for the R bindings, I've tried adding both `R` and `R-cran-Rcpp` to `makedepends`, and `Dr=ON` in `configure_args`, but still get the error in CMake: `-- Looking for R -- Could NOT find R (missing: RInside) -- R installation not found. Set variable R_DIR to point to your R installation -- For the time being switching OFF 'r' option` so it seems like it's finding the other R components, but not `RInside`. Perhaps I need to point it to it manually?