Closed
Description
openedon Nov 15, 2019
roxygen2
7.0.0 was recently released to CRAN. To close this issue, install roxygen2
locally and then change the R package's code so that the following works:
export CXX=/usr/local/bin/g++-8
export CC=/usr/local/bin/gcc-8
Rscript build_r.R
cd R-package
Rscript -e "roxygen2::roxygenize(load = 'installed')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment