Skip to content
New issue

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

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

Already on GitHub? # to your account

misplaced backticks in the compile_dll() help page #195

Closed
mcol opened this issue Nov 3, 2024 · 0 comments · Fixed by #196
Closed

misplaced backticks in the compile_dll() help page #195

mcol opened this issue Nov 3, 2024 · 0 comments · Fixed by #196

Comments

@mcol
Copy link
Contributor

mcol commented Nov 3, 2024

Note the last part of the sentence:

     If this is used to compile code that uses Rcpp, you will need to
     add the following line to your ‘Makevars’ file so that it knows
     where to find the Rcpp headers: PKG_CPPFLAGS=$(R_HOME)/bin/Rscript
     -e 'Rcpp:::CxxFlags()'``

Instead, the following should appear:

PKG_CPPFLAGS=`$(R_HOME)/bin/Rscript -e 'Rcpp:::CxxFlags()'`
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant