[[Rcpp::export]]
| 851 | |
| 852 | // [[Rcpp::export]] |
| 853 | int CharacterVectorNoProtect(Vector<STRSXP, NoProtectStorage> s){ |
| 854 | s[0] = ""; |
| 855 | return s.size(); |
| 856 | } |
| 857 | |
| 858 | // [[Rcpp::export]] |
| 859 | CharacterVector CharacterVectorNoProtect_crosspolicy(Vector<STRSXP, NoProtectStorage> s){ |