R/chopthin.R

Defines functions a

#### from devtools::use_rcpp()
#' @useDynLib chopthin, .registration = TRUE
#' @importFrom Rcpp sourceCpp

a <- function(x){x} ## dummy to ensure that there is SOME R code;
                    ## seems to be necessary to ensure that the above
                    ## commands to import the dynamic libraries are
                    ## actually being processed.

Try the chopthin package in your browser

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

chopthin documentation built on May 1, 2019, 9:22 p.m.