This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository r-cran-fitbitscraper.
commit 5cc10b783ce79ca6c1088c45216d34bec108e0bc Author: Afif Elghraoui <[email protected]> Date: Thu Jun 16 01:46:12 2016 -0700 Uncomment all suggested packages Suggested packages don't necessarily have to be available in the archive. I can't find the source for that statement currently, but I've done this before without any bad things happening. --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 80511e3..159e43f 100644 --- a/debian/control +++ b/debian/control @@ -22,9 +22,9 @@ Depends: ${R:Depends}, r-cran-stringr, r-cran-jsonlite Suggests: r-cran-knitr, -# r-cran-rmarkdown, - r-cran-ggplot2 -# r-cran-ggthemes + r-cran-rmarkdown, + r-cran-ggplot2, + r-cran-ggthemes Description: Import your Fitbit data from the Fitbit's website into R This R package scrapes Fitbit data from the Fitbit's website. This does not use the official API, but instead uses the API that the web dashboard uses -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-fitbitscraper.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
