@@ -15,7 +15,6 @@ List SRS_PD(IntegerVector yobs, IntegerMatrix xobs, IntegerMatrix wt);
1515RcppExport SEXP _gdverse_SRS_PD (SEXP yobsSEXP, SEXP xobsSEXP, SEXP wtSEXP) {
1616BEGIN_RCPP
1717 Rcpp::RObject rcpp_result_gen;
18- Rcpp::RNGScope rcpp_rngScope_gen;
1918 Rcpp::traits::input_parameter< IntegerVector >::type yobs (yobsSEXP);
2019 Rcpp::traits::input_parameter< IntegerMatrix >::type xobs (xobsSEXP);
2120 Rcpp::traits::input_parameter< IntegerMatrix >::type wt (wtSEXP);
@@ -28,7 +27,6 @@ List SRS_MULTIPD(IntegerVector yobs, IntegerMatrix xobs, IntegerMatrix wt);
2827RcppExport SEXP _gdverse_SRS_MULTIPD (SEXP yobsSEXP, SEXP xobsSEXP, SEXP wtSEXP) {
2928BEGIN_RCPP
3029 Rcpp::RObject rcpp_result_gen;
31- Rcpp::RNGScope rcpp_rngScope_gen;
3230 Rcpp::traits::input_parameter< IntegerVector >::type yobs (yobsSEXP);
3331 Rcpp::traits::input_parameter< IntegerMatrix >::type xobs (xobsSEXP);
3432 Rcpp::traits::input_parameter< IntegerMatrix >::type wt (wtSEXP);
@@ -41,7 +39,6 @@ NumericVector SRS_PDTEST(IntegerVector yobs, IntegerMatrix xobs, IntegerMatrix w
4139RcppExport SEXP _gdverse_SRS_PDTEST (SEXP yobsSEXP, SEXP xobsSEXP, SEXP wtSEXP) {
4240BEGIN_RCPP
4341 Rcpp::RObject rcpp_result_gen;
44- Rcpp::RNGScope rcpp_rngScope_gen;
4542 Rcpp::traits::input_parameter< IntegerVector >::type yobs (yobsSEXP);
4643 Rcpp::traits::input_parameter< IntegerMatrix >::type xobs (xobsSEXP);
4744 Rcpp::traits::input_parameter< IntegerMatrix >::type wt (wtSEXP);
0 commit comments