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 4b86c1b commit 3268980Copy full SHA for 3268980
R/Attributes.R
@@ -65,8 +65,11 @@ sourceCpp <- function(file = "",
65
"is not permitted.")
66
}
67
} else {
68
- if (verbose && windowsDebugDLL) {
69
- message("The 'windowsDebugDLL' toggle is ignored on non-Windows platforms.")
+ if (windowsDebugDLL) {
+ if (verbose) {
70
+ message("The 'windowsDebugDLL' toggle is ignored on "
71
+ "non-Windows platforms.")
72
+ }
73
windowsDebugDLL <- FALSE # now we do not need to deal with OS choice below
74
} # #nocov end
75
0 commit comments