We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5c09b commit 01c785fCopy full SHA for 01c785f
repo2docker/buildpacks/r.py
@@ -292,7 +292,7 @@ def get_build_scripts(self):
292
return super().get_build_scripts() + scripts
293
294
def get_preassemble_script_files(self):
295
- files = {}
+ files = super().get_preassemble_script_files()
296
installR_path = self.binder_path("install.R")
297
if os.path.exists(installR_path):
298
files[installR_path] = installR_path
0 commit comments