Skip to content

Commit 6e89647

Browse files
committed
docs: a DESCRIBE file doesn't require a runtime.txt file
1 parent 42bb1b3 commit 6e89647

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/config_files.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,10 @@ To install your repository like an R package, you may include a
144144
``DESCRIPTION`` file. repo2docker installs the package and dependencies
145145
from the ``DESCRIPTION`` by running ``devtools::install_local(getwd())``.
146146

147-
You also need to have a ``runtime.txt`` file that is formatted as
148-
``r-<YYYY>-<MM>-<DD>``, where YYYY-MM-DD is a snapshot of MRAN that will be
149-
used for your R installation.
147+
You can also have have a ``runtime.txt`` file that is formatted as
148+
``r-<YYYY>-<MM>-<DD>``, where YYYY-MM-DD is a snapshot of CRAN that will be used
149+
for your R installation. If ``runtime.txt`` isn't provided in this case, a
150+
recent date will be used.
150151

151152

152153
.. _postBuild:

0 commit comments

Comments
 (0)