6 lines
86 B
R
Raw Normal View History

2025-01-12 00:52:51 +08:00
rcpp_hello_world <- function() {
.Call("rcpp_hello_world", PACKAGE = "@PKG@")
}