After upgrading from RStudio 1.2 to 1.3, I'm getting an RStudio code diagnostic error when piping a string that contains a line break into a function. The code runs through just fine.
I routinely pipe SQL queries into odbc::dbGetQuery, which is why I originally noticed this, but it seems to happen with any string that contains a new line, like this:
I'm on Windows, if that helps.