From 2395ebd007fd553bc4b3f232c27f6633c008943f Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Tue, 26 May 2020 08:21:29 +1000 Subject: [PATCH] =?UTF-8?q?Add=20a=20missing=20=E2=80=9C:=E2=80=9D=20on=20?= =?UTF-8?q?line=20145?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See Issue https://github.com/jupyter/repo2docker/issues/898 --- docs/source/config_files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index c296103e..cd9a38c1 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -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_git(".")``. You also need to have a ``runtime.txt`` file that is formatted as ``r---
``, where YYYY-MM-DD is a snapshot of MRAN that will be