use getwd() to find path instead of "."

pull/406/head
Bastian Greshake Tzovaras 2018-09-23 22:15:43 +03:00
rodzic 49b393e9a2
commit 1f5469feb5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7A251FE1FC61C5E4
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -269,7 +269,7 @@ class RBuildPack(PythonBuildPack):
assemble_scripts += [
(
"${NB_USER}",
'R --quiet -e "devtools::install_git(\'.\')"'
'R --quiet -e "devtools::install_local(getwd())"'
)
]

Wyświetl plik

@ -1 +0,0 @@
r-2018-02-05