2025-01-12 04:36:52 +08:00

6 lines
86 B
R

rcpp_hello_world <- function() {
.Call("rcpp_hello_world", PACKAGE = "@PKG@")
}