Skip to content

Commit 99eb881

Browse files
authored
Merge pull request #1040 from fkohrt/patch-1
State newly used installation command
2 parents 73ab48a + f8d1a19 commit 99eb881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/config_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ We use ``apt.txt``, for example, to install LaTeX in our
142142

143143
To install your repository like an R package, you may include a
144144
``DESCRIPTION`` file. repo2docker installs the package and dependencies
145-
from the ``DESCRIPTION`` by running ``devtools::install_git(".")``.
145+
from the ``DESCRIPTION`` by running ``devtools::install_local(getwd())``.
146146

147147
You also need to have a ``runtime.txt`` file that is formatted as
148148
``r-<YYYY>-<MM>-<DD>``, where YYYY-MM-DD is a snapshot of MRAN that will be

0 commit comments

Comments
 (0)