R/inline.R

inlineCxxPlugin <-
    Rcpp:::Rcpp.plugin.maker(
			include.before = "#include <Rclusterpp.h>", 
      libs           = Rclusterpp::RclusterppLdFlags(FALSE),
			package        = "Rclusterpp",
			LinkingTo      = c("Rclusterpp", "RcppEigen", "Rcpp"),
			Makevars       = NULL, 
			Makevars.win   = NULL
    )

Try the Rclusterpp package in your browser

Any scripts or data that you put into this service are public.

Rclusterpp documentation built on May 30, 2017, 12:05 a.m.