]> git.donarmstrong.com Git - cran2deb.git/commitdiff
cranpkgs & build_some: build a random subset of all available packages.
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:12:31 +0000 (13:12 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:12:31 +0000 (13:12 +0000)
current result:
100 packages tried
23 failed -- all due to license problems: not considered
(MIT,BSD) or malformed field (e.g., GPL 2.0 or later)
'some' (uncounted) have significant lintian warnings (mostly
seems to be incorrectly +x files)
77 .deb files produced

git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@15 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

pkg/trunk/cranpkgs [new file with mode: 0755]

diff --git a/pkg/trunk/cranpkgs b/pkg/trunk/cranpkgs
new file mode 100755 (executable)
index 0000000..ed93303
--- /dev/null
@@ -0,0 +1,2 @@
+#!/usr/bin/env r
+writeLines(sample(dimnames(available.packages(contriburl=contrib.url('http://cran.uk.r-project.org/')))[[1]],100))