Repository: zeppelin
Updated Branches:
  refs/heads/master 625bd4214 -> a9788ff58


Update DESCRIPTION

### What is this PR for?
This PR just fixes a typo in R package DESCRIPTION-File for misspelled 
googleVis dependency.

### What type of PR is it?
Documentation

### Questions:
* Does the licenses files need update? No.
* Is there breaking changes for older versions? No.
* Does this needs documentation? No.

Author: fred777 <[email protected]>

Closes #1760 from fred777/patch-1 and squashes the following commits:

dc8993f [fred777] Update DESCRIPTION


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/a9788ff5
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/a9788ff5
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/a9788ff5

Branch: refs/heads/master
Commit: a9788ff5800ba96c3a624574a2859d9f2f9aaf02
Parents: 625bd42
Author: fred777 <[email protected]>
Authored: Wed Dec 14 12:13:28 2016 +0100
Committer: ahyoungryu <[email protected]>
Committed: Fri Dec 16 11:24:42 2016 +0900

----------------------------------------------------------------------
 r/R/rzeppelin/DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/a9788ff5/r/R/rzeppelin/DESCRIPTION
----------------------------------------------------------------------
diff --git a/r/R/rzeppelin/DESCRIPTION b/r/R/rzeppelin/DESCRIPTION
index aa4fcac..0d7d9ba 100644
--- a/r/R/rzeppelin/DESCRIPTION
+++ b/r/R/rzeppelin/DESCRIPTION
@@ -9,7 +9,7 @@ URL: http://dahl.byu.edu/software/rscala/
 Imports: utils,
        evaluate
 Suggests:
-       goolgeVis,
+       googleVis,
        htmltools,
        knitr,
        rCharts,

Reply via email to