R/RcppExports.R

Defines functions rcpp_hello timesTwo cond_sum_cpp

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

rcpp_hello <- function() {
    .Call('Roanda_rcpp_hello', PACKAGE = 'Roanda')
}

timesTwo <- function(x) {
    .Call('Roanda_timesTwo', PACKAGE = 'Roanda', x)
}

cond_sum_cpp <- function(x, y, z) {
    .Call('Roanda_cond_sum_cpp', PACKAGE = 'Roanda', x, y, z)
}
gitdek/Roanda documentation built on May 17, 2019, 5:28 a.m.