R/RcppExports.R

Defines functions run_catch_unit_tests getFileInfo_cpp compiledWithOpenMPSupport_cpp checkpointsEnabled_cpp getBuildReport_cpp cogaps_cpp cogaps_from_file_cpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

cogaps_from_file_cpp <- function(data, allParams, uncertainty) {
    .Call('_CoGAPS_cogaps_from_file_cpp', PACKAGE = 'CoGAPS', data, allParams, uncertainty)
}

cogaps_cpp <- function(data, allParams, uncertainty) {
    .Call('_CoGAPS_cogaps_cpp', PACKAGE = 'CoGAPS', data, allParams, uncertainty)
}

getBuildReport_cpp <- function() {
    .Call('_CoGAPS_getBuildReport_cpp', PACKAGE = 'CoGAPS')
}

checkpointsEnabled_cpp <- function() {
    .Call('_CoGAPS_checkpointsEnabled_cpp', PACKAGE = 'CoGAPS')
}

compiledWithOpenMPSupport_cpp <- function() {
    .Call('_CoGAPS_compiledWithOpenMPSupport_cpp', PACKAGE = 'CoGAPS')
}

getFileInfo_cpp <- function(path) {
    .Call('_CoGAPS_getFileInfo_cpp', PACKAGE = 'CoGAPS', path)
}

run_catch_unit_tests <- function() {
    .Call('_CoGAPS_run_catch_unit_tests', PACKAGE = 'CoGAPS')
}

Try the CoGAPS package in your browser

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

CoGAPS documentation built on Nov. 8, 2020, 5:02 p.m.