Merge pull request #1040 from fkohrt/patch-1

State newly used installation command
pull/1050/head
Yuvi Panda 2021-06-29 15:03:22 +05:30 zatwierdzone przez GitHub
commit 99eb8819b9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -142,7 +142,7 @@ We use ``apt.txt``, for example, to install LaTeX in our
To install your repository like an R package, you may include a
``DESCRIPTION`` file. repo2docker installs the package and dependencies
from the ``DESCRIPTION`` by running ``devtools::install_git(".")``.
from the ``DESCRIPTION`` by running ``devtools::install_local(getwd())``.
You also need to have a ``runtime.txt`` file that is formatted as
``r-<YYYY>-<MM>-<DD>``, where YYYY-MM-DD is a snapshot of MRAN that will be