From 157a3fefe3a640c232ee0d983bd3030e673ed20b Mon Sep 17 00:00:00 2001
From: Dirk Sarpe <dirk.sarpe@idiv.de>
Date: Tue, 27 Feb 2018 16:26:03 +0100
Subject: [PATCH] add note on installed.packages() rstudio1.md

---
 rstudio1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rstudio1.md b/rstudio1.md
index 1a96416..d8c1b7f 100644
--- a/rstudio1.md
+++ b/rstudio1.md
@@ -44,7 +44,7 @@ You will be asked to enter your password again and afterwards your network home
 
 
 ## Packages
-Many R packages are installed already via the system's package management and many more are available via the same track. This is the preferred way to install R packages, as it avoids duplicate installations per user, removes the need for manual package updates and helps that underlying libraries and packages are compatible with each other.
+Many R packages are installed already via the system's package management and many more are available via the same track. This is the preferred way to install R packages, as it avoids duplicate installations per user, removes the need for manual package updates and helps that underlying libraries and packages are compatible with each other. Currently there are >3500 packages installed—check with `installed.packages()` for more details.
 
 Of course you can still install packages via R's own functions (install.packages, devtools, …) if there is the need for it. Long term please drop a note to it-suppot@idiv.de so that we can install the package via the system.
 
-- 
GitLab