Skip to content

Commit 0dcd2e2

Browse files
committed
minor update to warning message text
1 parent 012d5a9 commit 0dcd2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2960,8 +2960,8 @@ BEGIN_RCPP
29602960
if (!diff.empty()) {
29612961
std::string msg =
29622962
"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: ";
2963+
"attributes however are not listed in the Depends, Imports or"
2964+
"LinkingTo fields of the package DESCRIPTION file: ";
29652965
for (size_t i=0; i<diff.size(); i++) {
29662966
msg += diff[i];
29672967
if (i != (diff.size()-1))

0 commit comments

Comments
 (0)