Author: tille Date: 2016-07-08 10:48:06 +0000 (Fri, 08 Jul 2016) New Revision: 22435
Modified: trunk/packages/R/r-cran-treescape/trunk/debian/changelog trunk/packages/R/r-cran-treescape/trunk/debian/control Log: Fix Depends Modified: trunk/packages/R/r-cran-treescape/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-treescape/trunk/debian/changelog 2016-07-08 10:27:17 UTC (rev 22434) +++ trunk/packages/R/r-cran-treescape/trunk/debian/changelog 2016-07-08 10:48:06 UTC (rev 22435) @@ -1,8 +1,5 @@ r-cran-treescape (1.9.17-1) UNRELEASED; urgency=low * Initial release (Closes: #<bug>) - TODO: - Error : object 'KF.dist' is not exported by 'namespace:phangorn' - -> seems we need r-cran-phangorn (>= 2.0.3) -- Andreas Tille <[email protected]> Tue, 22 Mar 2016 12:05:59 +0100 Modified: trunk/packages/R/r-cran-treescape/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-treescape/trunk/debian/control 2016-07-08 10:27:17 UTC (rev 22434) +++ trunk/packages/R/r-cran-treescape/trunk/debian/control 2016-07-08 10:48:06 UTC (rev 22435) @@ -31,7 +31,7 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, - ${R:Depends} + ${R:Depends}, r-cran-ape, r-cran-ade4, r-cran-adephylo, @@ -41,6 +41,7 @@ r-cran-phangorn (>= 2.0.3), r-cran-rcpp, r-cran-rglwidget, + r-cran-rlumshiny, r-cran-shinybs, r-cran-fields, r-cran-htmlwidgets, _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
