dwww Home | Show directory contents | Find package

#' an example function
#'
#' @useDynLib TestCompiled simple_
simple <- function(x) {
  .Call(simple_, x) # nolint
}

Generated by dwww version 1.15 on Tue Jul 2 08:43:37 CEST 2024.