Do not need to depend on jdk here because R itself does.

This commit is contained in:
Glenn Johnson 2016-06-13 17:35:35 -05:00
parent 427fa7fd0a
commit 450b082daf

View file

@ -37,8 +37,6 @@ class RRjava(Package):
extends('R')
depends_on('jdk')
def install(self, spec, prefix):
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),
self.stage.source_path)