[[Rcpp::export]]
| 857 | |
| 858 | // [[Rcpp::export]] |
| 859 | CharacterVector CharacterVectorNoProtect_crosspolicy(Vector<STRSXP, NoProtectStorage> s){ |
| 860 | CharacterVector s2(1) ; |
| 861 | s2[0] = s[0]; |
| 862 | return s; |
| 863 | } |
| 864 | |
| 865 | // [[Rcpp::export]] |
| 866 | List ListNoProtect_crosspolicy(Vector<VECSXP, NoProtectStorage> data){ |
nothing calls this directly
no outgoing calls
no test coverage detected