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.
2 parents 5a3089d + 713c18f commit 744507cCopy full SHA for 744507c
R/Attributes.R
@@ -128,11 +128,11 @@ sourceCpp <- function(file = "",
128
# examine status
129
status <- attr(result, "status")
130
if (!is.null(status)) {
131
- cat(result, "\n")
+ cat(result, sep = "\n")
132
succeeded <- FALSE
133
stop("Error ", status, " occurred building shared library.")
134
} else if (!file.exists(context$dynlibFilename)) {
135
136
137
stop("Error occurred building shared library.")
138
} else {
0 commit comments