summaryrefslogtreecommitdiff
path: root/Rinstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Rinstall.sh')
-rwxr-xr-xRinstall.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rinstall.sh b/Rinstall.sh
index bb5cee9..926d52e 100755
--- a/Rinstall.sh
+++ b/Rinstall.sh
@@ -1,7 +1,6 @@
#!/bin/sh
-packages="xtable blogdown ggplot2 plot3D"
-
+packages="xtable ggplot2 plot3D"
for f in $packages
do
sudo R --vanilla -e "install.packages('"$f"', repos='http://cran.us.r-project.org')"