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 8ad9ae8 commit 292d019Copy full SHA for 292d019
src/attributes.cpp
@@ -2960,7 +2960,7 @@ BEGIN_RCPP
2960
if (!diff.empty()) {
2961
std::string msg =
2962
"The following packages are referenced using Rcpp::depends "
2963
- "attributes however are not listed in the Depends, Imports or"
+ "attributes however are not listed in the Depends, Imports or "
2964
"LinkingTo fields of the package DESCRIPTION file: ";
2965
for (size_t i=0; i<diff.size(); i++) {
2966
msg += diff[i];
0 commit comments