summaryrefslogblamecommitdiff
path: root/get_sources.sh
blob: 59acbaff65a729287a6b61c0af1cc4e4fda7ca2b (plain) (tree)
1
2
3
4
5
6
7
8
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