On Sat, Aug 7, 2010 at 7:00 PM, Auke Booij <[email protected]> wrote: > -save the attached repositories.xml to /var/lib/repositories.xml (or > whatever you think is appropriate)
... and of course I made the classic mistake of not attaching the attachment.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE repositories SYSTEM "http://www.gentoo.org/dtd/repositories.dtd"> <repositories xmlns="" version="1.0"> <repo quality="experimental" status="unofficial"> <name><![CDATA[Bioconductor_bioc]]></name> <description><![CDATA[Bioconductor software packages]]></description> <homepage>http://www.bioconductor.org/</homepage> <source type="g-common">cran http://bioconductor.org/packages/devel/bioc/</source> </repo> <repo quality="experimental" status="unofficial"> <name><![CDATA[Bioconductor_annotation]]></name> <description><![CDATA[Bioconductor annotation packages]]></description> <homepage>http://www.bioconductor.org/</homepage> <source type="g-common">cran http://bioconductor.org/packages/devel/data/annotation/</source> </repo> <repo quality="experimental" status="unofficial"> <name><![CDATA[CRAN]]></name> <description><![CDATA[CRAN R extension packages]]></description> <homepage>http://www.r-project.org/</homepage> <source type="g-common">cran http://cran.r-project.org/</source> </repo> </repositories>
