Stub in a teensy .Rprofile

This commit is contained in:
Dan Buch 2020-09-15 19:21:06 -04:00
parent a20bbc4fcf
commit 9d52d7df49
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

4
Rprofile Normal file
View File

@ -0,0 +1,4 @@
# vim:filetype=r
options(
useFancyQuotes = FALSE
)