From d9ed8fa7c0166a668f407d2eaf411e8022cf221c Mon Sep 17 00:00:00 2001 From: Mark Edmondson Date: Thu, 21 Sep 2017 20:12:53 +0200 Subject: [PATCH] cran feedback --- DESCRIPTION | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 961b863..20930a3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,9 +10,10 @@ Authors@R: c(person("Mark", "Edmondson", email = "r@sunholo.com", role = c("aut" see ") ) Description: Call 'Google Cloud' machine learning APIs for text and speech tasks. - Call the 'Cloud Translation' API for detection and translation of text, - analyse text for sentiment, entities or syntax using the 'Natural Language' API, - transcribe sound files to text via the 'Cloud Speech' API. + Call the 'Cloud Translation' API for detection + and translation of text, the 'Natural Language' API to + analyse text for sentiment, entities or syntax or the 'Cloud Speech' API + to transcribe sound files to text. URL: http://code.markedmondson.me/googleLanguageR/ BugReports: https://github.com/MarkEdmondson1234/googleLanguageR/issues Depends: R (>= 3.3.2)