summaryrefslogtreecommitdiff
path: root/Rprofile
diff options
context:
space:
mode:
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