add decido.h
Showing 1 of 3 files from the diff.
src/decido.cpp
changed.
Other files ignored by Codecov
src/decido.h
is new.
src/RcppExports.cpp
has changed.
@@ -1,12 +1,11 @@
Loading
1 | - | #include <Rcpp.h> |
|
2 | - | #include <array> |
|
1 | + | #include "decido.h" |
|
2 | + | ||
3 | 3 | using namespace Rcpp; |
|
4 | - | #include "earcut.h" |
|
5 | 4 | ||
6 | 5 | #include "decido/decido.hpp" |
|
7 | 6 | ||
8 | 7 | // [[Rcpp::export]] |
|
9 | - | Rcpp::IntegerVector earcut_cpp( |
|
8 | + | IntegerVector earcut_cpp( |
|
10 | 9 | NumericVector x, |
|
11 | 10 | NumericVector y, |
|
12 | 11 | IntegerVector holes, |
@@ -17,7 +16,7 @@
Loading
17 | 16 | ||
18 | 17 | ||
19 | 18 | // [[Rcpp::export]] |
|
20 | - | Rcpp::IntegerVector earcut_sfg( SEXP& sfg ) { |
|
19 | + | IntegerVector earcut_sfg( SEXP& sfg ) { |
|
21 | 20 | return decido::api::earcut( sfg ); |
|
22 | 21 | } |
|
23 | 22 |
Files | Coverage |
---|---|
inst/include | 81.63% |
R/earcut.R | 100.00% |
src/decido.cpp | 100.00% |
Project Totals (4 files) | 83.02% |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.