summaryrefslogtreecommitdiff
path: root/Rprofile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-28 16:16:57 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-28 16:16:57 +0200
commit89b2bd0d774ab8455b7c39c35e1eab384fe64fa6 (patch)
treef0d9a5b9d9cc3740c250a588562278ea7026e57f /Rprofile
parent578d92c125d50f4a1b87cccfe300b6ab8ffa0c33 (diff)
Use upstream instead of my fork for kwbdi.vim
Diffstat (limited to 'Rprofile')
-rw-r--r--Rprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rprofile b/Rprofile
index 98a26be..a202a70 100644
--- a/Rprofile
+++ b/Rprofile
@@ -14,3 +14,8 @@ local({
# For (re)installing PythonInR
#Sys.setenv(USESPECIALPYTHONVERSION="python3.5")
+
+if (interactive()) {
+ suppressMessages(require(reprex))
+ suppressMessages(require(usethis))
+}

Contact - Imprint