You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detecting this would involve checking all comma alignements, not just the first + not checking indention. In addition, there must be a way to specify for which tokens use_raw_indention is TRUE and for which ones it should be FALSE, and set this in current_env instead of globally.
Uh oh!
There was an error while loading. Please reload this page.
Quite a number of
#styler: off
is used in conjunction withtibble::tribble()
: https://github.com/search?l=R&p=5&q=%22styler%3A+off%22&type=Code, and it's not recognized:Created on 2021-03-20 by the reprex package (v1.0.0)```
Created on 2021-03-19 by the reprex package (v1.0.0)
Detecting this would involve checking all comma alignements, not just the first + not checking indention. In addition, there must be a way to specify for which tokens
use_raw_indention
isTRUE
and for which ones it should beFALSE
, and set this incurrent_env
instead of globally.Related: #258.
The text was updated successfully, but these errors were encountered: