inst/tests/RCMakeTestRoxygenize/R/rcpp_hello_world.R

#'@title Hello World of Rcpp
#'
#'@value NULL
#'
#'@export
rcpp_hello_world <- function(){
	.Call( "rcpp_hello_world", PACKAGE = "RCMakeTestRoxygenize" )
}
wush978/RCMake documentation built on May 4, 2019, 12:01 p.m.