We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c684452 commit 6572452Copy full SHA for 6572452
src/attributes.cpp
@@ -3627,13 +3627,13 @@ BEGIN_RCPP
3627
if (i != (diff.size()-1))
3628
msg += ", ";
3629
}
3630
- showWarning(msg); // #nocov end
+ showWarning(msg);
3631
3632
3633
// verbose output
3634
if (verbose) {
3635
for (size_t i=0; i<updated.size(); i++)
3636
- Rcpp::Rcout << updated[i] << " updated." << std::endl;
+ Rcpp::Rcout << updated[i] << " updated." << std::endl; // #nocov end
3637
3638
3639
// return files updated
0 commit comments