From 89b2bd0d774ab8455b7c39c35e1eab384fe64fa6 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 28 May 2020 16:16:57 +0200 Subject: Use upstream instead of my fork for kwbdi.vim --- Rprofile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rprofile') 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)) +} -- cgit v1.2.1