From 295266884ada2bc56d0f60635b9f9c9836945300 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 30 Nov 2021 15:32:30 +0100 Subject: [PATCH] Remove the call to getCurrentUserName that does not exist anymore. --- Rprofile.site | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rprofile.site b/Rprofile.site index 351797f..e340ff7 100644 --- a/Rprofile.site +++ b/Rprofile.site @@ -6,8 +6,6 @@ local({r <- getOption("repos") Sys.setlocale(category = "LC_ALL", locale = "en_US.UTF-8") -print(paste("************ Welcome",getCurrentUserName(),"************")) - print(paste("Please read the following instructions to maximise the exploitation of the RStudio environment.")) print(paste("*****************Software upgrades and cloud facilities*******************"))