Make install comment consistent with actual call.
This commit is contained in:
parent
7da405e630
commit
4850b9d4d1
@ -115,7 +115,7 @@ def setup_dependent_package(self, module, ext_spec):
|
||||
"""Called before R modules' install() methods. In most cases,
|
||||
extensions will only need to have one line:
|
||||
R('CMD', 'INSTALL', '--library=%s' % self.module.r_lib_dir, '%s' %
|
||||
self.stage.archive_file)"""
|
||||
self.stage.source_path)"""
|
||||
# R extension builds can have a global R executable function
|
||||
module.R = Executable(join_path(self.spec.prefix.bin, 'R'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user