Modify R installation template

This commit is contained in:
Adam J. Stewart 2016-06-03 14:22:56 -05:00
parent 79fae306f6
commit 5a55bb3f8d

View File

@ -170,7 +170,7 @@ def __call__(self, stage):
'R': """\
# FIXME: Add logic to build and install here.
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),""" +
" self.stage.archive_file)""",
" self.stage.source_path)""",
'unknown': """\
# FIXME: Unknown build system