From 9d52d7df49c5b4b08df417650906251e41632f7f Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 15 Sep 2020 19:21:06 -0400 Subject: [PATCH] Stub in a teensy .Rprofile --- Rprofile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Rprofile diff --git a/Rprofile b/Rprofile new file mode 100644 index 0000000..6090a77 --- /dev/null +++ b/Rprofile @@ -0,0 +1,4 @@ +# vim:filetype=r +options( + useFancyQuotes = FALSE +)