Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R-package] package documentation using roxygen2 7.0.0+ #2569

Closed
jameslamb opened this issue Nov 15, 2019 · 2 comments
Closed

[R-package] package documentation using roxygen2 7.0.0+ #2569

jameslamb opened this issue Nov 15, 2019 · 2 comments

Comments

@jameslamb
Copy link
Collaborator

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')"
@jameslamb
Copy link
Collaborator Author

closing in favor of being in #2302 . If you'd like to pick this up, comment on the issue and we will open it back up!

@jameslamb
Copy link
Collaborator Author

opening this as I think we need to fix it for #2530

@jameslamb jameslamb self-assigned this Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants