Author: plessy Date: 2012-01-08 13:15:12 +0000 (Sun, 08 Jan 2012) New Revision: 9201
Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/changelog trunk/packages/R/r-cran-randomforest/trunk/debian/control Log: Suggest r-cran-mass (as in DESCRIPTION) and correct Vcs URLs. Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2012-01-08 13:11:41 UTC (rev 9200) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2012-01-08 13:15:12 UTC (rev 9201) @@ -1,6 +1,8 @@ r-cran-randomforest (4.6-6-2) UNRELEASED; urgency=low * New upstream release. + * Suggest r-cran-mass in debian/control. + * Corrected Vcs URLs in debian/control. -- Charles Plessy <[email protected]> Sun, 08 Jan 2012 22:10:51 +0900 Modified: trunk/packages/R/r-cran-randomforest/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-randomforest/trunk/debian/control 2012-01-08 13:11:41 UTC (rev 9200) +++ trunk/packages/R/r-cran-randomforest/trunk/debian/control 2012-01-08 13:15:12 UTC (rev 9201) @@ -8,14 +8,15 @@ Andreas Tille <[email protected]> Build-Depends: debhelper (>= 7.1), cdbs, r-base-dev Standards-Version: 3.9.1 -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-randomforest/trunk/?rev=0&sc=0 -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-randomforest/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-randomforest/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-randomforest/trunk/ Homepage: http://cran.r-project.org/web/packages/randomForest/ Package: r-cran-randomforest Architecture: any Depends: ${shlibs:Depends}, ${R:Depends} Recommends: r-cran-rcolorbrewer +Suggests: r-cran-mass Description: GNU R package implementing the random forest classificator RandomForest implements Breiman’s random forest algorithm (based on Breiman and Cutler’s original Fortran code) for classification and regression. It can _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
