Skip to content

Commit

Permalink
Manually set RcppExports for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
csim063 committed Jul 15, 2021
1 parent 2f365ce commit b5f4417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ BEGIN_RCPP
END_RCPP
}

RcppExport SEXP run_testthat_tests();
RcppExport SEXP run_testthat_tests(SEXP use_xml_sxp);

static const R_CallMethodDef CallEntries[] = {
{"_spectre_optimizer_min_conf", (DL_FUNC) &_spectre_optimizer_min_conf, 9},
{"_spectre_calculate_solution_commonness_rcpp", (DL_FUNC) &_spectre_calculate_solution_commonness_rcpp, 1},
{"run_testthat_tests", (DL_FUNC) &run_testthat_tests, 0},
{"run_testthat_tests", (DL_FUNC) &run_testthat_tests, 1},
{NULL, NULL, 0}
};

Expand Down

0 comments on commit b5f4417

Please sign in to comment.