From 861db60879afd0ec601848f164cc40f77ac6d05c Mon Sep 17 00:00:00 2001 From: hyginn Date: Thu, 24 Sep 2020 20:16:41 +1000 Subject: [PATCH] cleanup after adding MYSPE to .myProfile.R --- .Rprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.Rprofile b/.Rprofile index 5d0501c..6ba92c8 100644 --- a/.Rprofile +++ b/.Rprofile @@ -77,6 +77,7 @@ if (! file.exists("./myScripts/.myProfile.R")) { cat(sprintf("MYSPE (%s) was added to \"./myScripts/.myProfile.R\"\n\n", getMYSPE(myStudentNumber))) MYSPE <- getMYSPE(myStudentNumber) # ... define it for immediate use + rm(prf, iEmail, out) # cleanup } cat("... done.\n\n") }