allow DESCRIPTION to reside in binder subfolder

pull/406/head
Bastian Greshake Tzovaras 2018-09-19 11:08:38 +03:00
rodzic 56ca910a40
commit cba81a73f8
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -262,9 +262,8 @@ class RBuildPack(PythonBuildPack):
assemble_scripts += [
(
"${NB_USER}",
r"""
R --quiet -e "devtools::install_git('.')"
"""
'R --quiet -e "devtools::install_git(\'{}\')"'.format(
self.binder_path('.'))
)
]