GitHub user jongyoul opened a pull request:
https://github.com/apache/zeppelin/pull/2710
Removed r from zeppelin-web test
### What is this PR for?
Reducing test time to remove unused dependencies from some profile. We will
reduce whole test time by removing some unused packages.
### What type of PR is it?
[Improvement]
### Todos
* [x] - Remove R related packages from some profiles
### What is the Jira issue?
* MINOR
### How should this be tested?
* Check the CI
### Screenshots (if appropriate)
Before:

After:

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongyoul/zeppelin minor/remove-unused-r-in-ci
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2710.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2710
----
commit 64d765cd6d1744eabef16e9b2e5b7c0115c2f97a
Author: Jongyoul Lee <jongyoul@...>
Date: 2017-12-18T10:06:47Z
Removed r from zeppelin-web test
----
---