Nothing
#' @keywords internal
"_PACKAGE"
#' Check that cpp11 can be used
#' @keywords internal
#' @return integer value
check_cpp11 <- function() {
cpp11::cpp_source(
code = '
#include "cpp11/integers.hpp"
[[cpp11::register]] int add_one() {
int x = 0;
x++;
return x;
}
'
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.