revdep/library/simts/new/Rcpp/tinytest/testRcppInterfaceExporter/R/exporter.R

#' @useDynLib testRcppInterfaceExporter, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL

flags <- new.env(parent = emptyenv())

#' @export
reset_flags <- function() {
  flags$cpp_interface_upstream <- FALSE
}
.onLoad <- function(lib, pkg) {
  reset_flags()
}

#' @export
peek_flag <- function(name) {
  flags[[name]]
}
SMAC-Group/simts documentation built on Sept. 4, 2023, 5:25 a.m.