Skip to content

Commit

Permalink
Rcpp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddmorey committed Jan 14, 2017
1 parent c425a06 commit fd4a550
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion pkg/BayesFactor/R/RcppExports.R
@@ -1,4 +1,4 @@
# This file was generated by Rcpp::compileAttributes
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

hFunc <- function(rho, n, r, hg_checkmod, hg_iter) {
Expand Down
8 changes: 4 additions & 4 deletions pkg/BayesFactor/inst/include/BayesFactor.h
@@ -1,9 +1,9 @@
// This file was generated by Rcpp::compileAttributes
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#ifndef __BayesFactor_h__
#define __BayesFactor_h__
#ifndef RCPP_BayesFactor_H_GEN_
#define RCPP_BayesFactor_H_GEN_

#include "BayesFactor_RcppExports.h"

#endif // __BayesFactor_h__
#endif // RCPP_BayesFactor_H_GEN_
22 changes: 11 additions & 11 deletions pkg/BayesFactor/inst/include/BayesFactor_RcppExports.h
@@ -1,8 +1,8 @@
// This file was generated by Rcpp::compileAttributes
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#ifndef __BayesFactor_RcppExports_h__
#define __BayesFactor_RcppExports_h__
#ifndef RCPP_BayesFactor_RCPPEXPORTS_H_GEN_
#define RCPP_BayesFactor_RCPPEXPORTS_H_GEN_

#include <RcppEigen.h>
#include <Rcpp.h>
Expand Down Expand Up @@ -32,18 +32,18 @@ namespace BayesFactor {
validateSignature("NumericVector(*genhypergeo_series_pos)(NumericVector,NumericVector,NumericVector,const double,const int,const bool,const bool,const bool)");
p_genhypergeo_series_pos = (Ptr_genhypergeo_series_pos)R_GetCCallable("BayesFactor", "BayesFactor_genhypergeo_series_pos");
}
RObject __result;
RObject rcpp_result_gen;
{
RNGScope __rngScope;
__result = p_genhypergeo_series_pos(Rcpp::wrap(U), Rcpp::wrap(L), Rcpp::wrap(z), Rcpp::wrap(tol), Rcpp::wrap(maxiter), Rcpp::wrap(check_mod), Rcpp::wrap(check_conds), Rcpp::wrap(polynomial));
RNGScope RCPP_rngScope_gen;
rcpp_result_gen = p_genhypergeo_series_pos(Rcpp::wrap(U), Rcpp::wrap(L), Rcpp::wrap(z), Rcpp::wrap(tol), Rcpp::wrap(maxiter), Rcpp::wrap(check_mod), Rcpp::wrap(check_conds), Rcpp::wrap(polynomial));
}
if (__result.inherits("interrupted-error"))
if (rcpp_result_gen.inherits("interrupted-error"))
throw Rcpp::internal::InterruptedException();
if (__result.inherits("try-error"))
throw Rcpp::exception(as<std::string>(__result).c_str());
return Rcpp::as<NumericVector >(__result);
if (rcpp_result_gen.inherits("try-error"))
throw Rcpp::exception(as<std::string>(rcpp_result_gen).c_str());
return Rcpp::as<NumericVector >(rcpp_result_gen);
}

}

#endif // __BayesFactor_RcppExports_h__
#endif // RCPP_BayesFactor_RCPPEXPORTS_H_GEN_

0 comments on commit fd4a550

Please sign in to comment.