summaryrefslogtreecommitdiff
path: root/get_sources.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2006-12-15 21:05:02 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2006-12-15 21:05:02 +0000
commite811fbc3d227fc704004e94d0cb70f7575f21e65 (patch)
treeccdccb44a6b193e1488df000d25e4fdf53dc60e2 /get_sources.sh
Initial import
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@1 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'get_sources.sh')
-rw-r--r--get_sources.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/get_sources.sh b/get_sources.sh
new file mode 100644
index 0000000..59acbaf
--- /dev/null
+++ b/get_sources.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+cd r-base;
+apt-get source -t unstable r-base
+cd ..
+for i in boot cluster foreign kernsmooth lattice mgcv nlme rpart survival vr; do
+ cd $i
+ apt-get source -t unstable r-cran-$i
+ cd ..
+done

Contact - Imprint