From f76b36145fa7114e653ef55ded05d444f0eb66c9 Mon Sep 17 00:00:00 2001 From: Bastian Greshake Tzovaras Date: Wed, 26 Sep 2018 22:48:37 +0200 Subject: [PATCH 1/2] fix my heading mistake in the docs for DESCRIPTION --- docs/source/config_files.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 739e5efd..53321654 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -96,8 +96,8 @@ We use ``apt.txt``, for example, to install LaTeX in our `example apt.txt for LaTeX `_. -``DESCRIPTION`` -~~~~~~~~~~~~~~~ +``DESCRIPTION`` - Install an R package +====================================== To install your repository like an R package, you may include a ``DESCRIPTION`` file. repo2docker installs the package and dependencies From 677a083a20f0ae42a1b7dfef17afd172da635f5e Mon Sep 17 00:00:00 2001 From: Bastian Greshake Tzovaras Date: Wed, 26 Sep 2018 23:25:58 +0200 Subject: [PATCH 2/2] Update config_files.rst --- docs/source/config_files.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: