tests/testthat/_snaps/knitr/test-4.md

Test cpp11 integration.

double mean_cpp(doubles x) {
  int n = x.size();
  double total = 0;
  for (double value : x) {
     total += value;
  }
  return total / n;
}



gaborcsardi/asciicast documentation built on Oct. 13, 2024, 6:27 p.m.