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 bcb46e1 commit 356371dCopy full SHA for 356371d
repo2docker/buildpacks/r.py
@@ -420,7 +420,10 @@ def get_assemble_scripts(self):
420
description_R = "DESCRIPTION"
421
if not self.binder_dir and os.path.exists(description_R):
422
assemble_scripts += [
423
- ("${NB_USER}", 'R --vanilla --quiet -e "devtools::install_local(getwd())"')
+ (
424
+ "${NB_USER}",
425
+ 'R --vanilla --quiet -e "devtools::install_local(getwd())"',
426
+ )
427
]
428
429
return assemble_scripts
0 commit comments