Skip to content

Instantly share code, notes, and snippets.

@AlexandreSi
Created May 1, 2019 16:26
Show Gist options
  • Select an option

  • Save AlexandreSi/aea2f08022b225b5271142f15cfd0b32 to your computer and use it in GitHub Desktop.

Select an option

Save AlexandreSi/aea2f08022b225b5271142f15cfd0b32 to your computer and use it in GitHub Desktop.
.Rprofile to enable autocompletion warnings
options(
warnPartialMatchArgs = TRUE,
warnPartialMatchAttr = TRUE,
warnPartialMatchDollar = TRUE,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment