R/edit_namespace.R

Defines functions foo

#' @export
#' @rawNamespace useDynLib(BRKGApp, .registration=TRUE); importFrom(Rcpp, evalCpp); exportPattern("^[[:alpha:]]+")
#' @noRd
foo <- function(){
  return(FALSE)
}
leandromarino/BRKGApp documentation built on Dec. 21, 2021, 9:47 a.m.