Make install comment consistent with actual call.

This commit is contained in:
Glenn Johnson 2016-06-06 17:30:35 -05:00
parent 7da405e630
commit 4850b9d4d1

View File

@ -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'))