From 036f1c15e3f89e0e10d5fbec0617303e7545bbbb Mon Sep 17 00:00:00 2001 From: Peter DeMartino Date: Fri, 14 Aug 2020 11:39:01 -0400 Subject: [PATCH] Added a tip for finding the version info in R Studio. --- versionInfoR.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 versionInfoR.txt diff --git a/versionInfoR.txt b/versionInfoR.txt new file mode 100644 index 0000000..2bd181d --- /dev/null +++ b/versionInfoR.txt @@ -0,0 +1 @@ +When using R, use sessionInfo() to get the versions you are currently using.