Skip to content

Commit 292d019

Browse files
committed
add a missing space
1 parent 8ad9ae8 commit 292d019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2960,7 +2960,7 @@ 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, Imports or"
2963+
"attributes however are not listed in the Depends, Imports or "
29642964
"LinkingTo fields of the package DESCRIPTION file: ";
29652965
for (size_t i=0; i<diff.size(); i++) {
29662966
msg += diff[i];

0 commit comments

Comments
 (0)