This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-rlumshiny.
commit a16a9068156a69e7759e94a9220bfc2e6b8ceb11 Author: Andreas Tille <[email protected]> Date: Thu Jun 30 15:21:44 2016 +0000 Some missing dependencies are needed --- debian/changelog | 2 ++ debian/control | 12 ++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ae6a99..f16db34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ r-cran-rlumshiny (0.1.0-1) UNRELEASED; urgency=low * Initial release (closes: #???) + TODO: https://cran.r-project.org/web/packages/googleVis/ + https://cran.r-project.org/web/packages/Luminescence/ -- Andreas Tille <[email protected]> Tue, 28 Jun 2016 17:09:05 +0200 diff --git a/debian/control b/debian/control index c6c894b..5ad670f 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,11 @@ Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), cdbs, - r-base-dev + r-base-dev, + r-cran-digest, + r-cran-googlevis, + r-cran-rcurl, + r-cran-shiny, Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rlumshiny/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rlumshiny/trunk/ @@ -15,7 +19,11 @@ Package: r-cran-rlumshiny Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - ${R:Depends} + ${R:Depends}, + r-cran-digest, + r-cran-googlevis, + r-cran-rcurl, + r-cran-shiny, Description: GNU R 'Shiny' Applications for the R Package 'Luminescence' A collection of 'shiny' applications for the R package 'Luminescence'. These mainly, but not exclusively, include applications for plotting -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rlumshiny.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
