You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rcpp::traits::input_parameter< int >::type dist_1(dist_1SEXP);
50
50
Rcpp::traits::input_parameter< int >::type dist_2(dist_2SEXP);
51
51
Rcpp::traits::input_parameter< int >::type n_rows(n_rowsSEXP);
@@ -54,17 +54,17 @@ BEGIN_RCPP
54
54
END_RCPP
55
55
}
56
56
// walnuts_find_boundary_blk
57
-
LogicalVector walnuts_find_boundary_blk(List map, IntegerVector plan, int dist_1, int dist_2, int n_rows, CharacterVector geoids, std::string gpp);
57
+
Rcpp::LogicalVector walnuts_find_boundary_blk(Rcpp::List map, Rcpp::IntegerVector plan, int dist_1, int dist_2, int n_rows, Rcpp::CharacterVector geoids, std::string gpp);
0 commit comments