Fix flake8 error.
This commit is contained in:
parent
2262bc95f1
commit
bb19dffb26
@ -37,5 +37,5 @@ class RPackrat(Package):
|
|||||||
extends('R')
|
extends('R')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
R('CMD', 'INSTALL',
|
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),
|
||||||
'--library={0}'.format(self.module.r_lib_dir), self.stage.source_path)
|
self.stage.source_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user