diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 53321654..dcc1ffb5 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -101,11 +101,11 @@ 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 - used for your R installation. +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 +used for your R installation. .. _postBuild: