check_rTRNG_linking | R Documentation |
Check whether C++ code using the TRNG library can be built and linked against rTRNG on the current system.
check_rTRNG_linking(silent = FALSE)
silent |
logical: should the report of error messages be suppressed? |
A scalar logical with the result of the check. If FALSE
, using
the TRNG library from C++ code sourced via sourceCpp
or
part of an R package is not expected to work.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.