Skip to content

Conversation

@yixuan
Copy link
Contributor

@yixuan yixuan commented Apr 30, 2014

On Windows, the output of sourceCpp() will be squeezed into one line which looks a bit messy. This is because in line 131 and line 135 of R/Attributes.R, result is a character vector but cat(result, "\n") will concatenate each string with the default space separator. We should use cat(result, sep = "\n") instead.

jjallaire added a commit that referenced this pull request Apr 30, 2014
@jjallaire jjallaire merged commit 397aa32 into RcppCore:master Apr 30, 2014
jmp75 pushed a commit to jmp75/Rcpp that referenced this pull request Mar 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants