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 012d5a9 commit 0dcd2e2Copy full SHA for 0dcd2e2
src/attributes.cpp
@@ -2960,8 +2960,8 @@ 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 and LinkingTo "
2964
- "fields of the package DESCRIPTION file: ";
+ "attributes however are not listed in the Depends, Imports or"
+ "LinkingTo fields of the package DESCRIPTION file: ";
2965
for (size_t i=0; i<diff.size(); i++) {
2966
msg += diff[i];
2967
if (i != (diff.size()-1))
0 commit comments