[med-svn] [r-cran-fitcoach] 05/05: Update debian/*
Dylan Aïssi
bob.dybian-guest at moszumanska.debian.org
Fri Nov 4 22:41:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
bob.dybian-guest pushed a commit to branch master
in repository r-cran-fitcoach.
commit 32a50e8f5438585664642b9814793efed87fe8c1
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date: Fri Nov 4 22:56:10 2016 +0100
Update debian/*
---
debian/control | 7 ++++---
debian/tests/control | 5 +++++
debian/tests/generic | 7 +++++++
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index ef50e89..4e73a66 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Architecture: all
Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
-Description: Personalized Coach for Fitbit and R API
- Fitbit R API <https://dev.fitbit.com/> that provides fitbit coach functionality
- by analyzing your data obtained via fitbit API calls, and by giving personalized
+Description: R package for analysis and retrieve data of Fitbit
+ This R package use the official API to import Fitbit data into R.
+ Fitbit R API that provides fitbit coach functionality by analyzing
+ your data obtained via fitbit API calls, and by giving personalized
recommendations for the rest of the day based on your behavior.
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..a9d34ac
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Tests: generic
+Depends: @, r-cran-testthat,
+Restrictions: allow-stderr
+
+
diff --git a/debian/tests/generic b/debian/tests/generic
new file mode 100644
index 0000000..eb39c8e
--- /dev/null
+++ b/debian/tests/generic
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+for testfile in tests/*.R; do
+ echo "BEGIN TEST $testfile"
+ LC_ALL=C R --no-save < $testfile
+done
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-fitcoach.git
More information about the debian-med-commit
mailing list