Skip to content

Instantly share code, notes, and snippets.

@paulklemm
Created August 29, 2018 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulklemm/920bb2ee5d886ffe7a9fb743156f875d to your computer and use it in GitHub Desktop.
Save paulklemm/920bb2ee5d886ffe7a9fb743156f875d to your computer and use it in GitHub Desktop.
My default .Rprofile settings
# See https://github.com/randy3k/rtichoke#settings
options(
# auto match brackets and quotes
rtichoke.auto_match = TRUE,
# when using history search (ctrl-r/ctrl-s in emacs mode), do not show duplicate results
rtichoke.history_search_no_duplicates = TRUE
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment