You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To set the date of the snapshot add a runtime.txt_.
123
-
For an example ``install.R`` file, visit our `example install.R file <https://github.com/binder-examples/r/blob/master/install.R>`_.
123
+
For an example ``install.R`` file, visit our `example install.R file <https://github.com/binder-examples/r/blob/HEAD/install.R>`_.
124
124
125
125
126
126
.. _apt.txt:
@@ -132,7 +132,7 @@ A list of Debian packages that should be installed. The base image used is usual
132
132
version of Ubuntu.
133
133
134
134
We use ``apt.txt``, for example, to install LaTeX in our
135
-
`example apt.txt for LaTeX <https://github.com/binder-examples/latex/blob/master/apt.txt>`_.
135
+
`example apt.txt for LaTeX <https://github.com/binder-examples/latex/blob/HEAD/apt.txt>`_.
136
136
137
137
138
138
.. _DESCRIPTION:
@@ -162,7 +162,7 @@ You should include ``set -e`` or the equivalent at the start of the script to av
162
162
163
163
An example use-case of ``postBuild`` file is JupyterLab's demo on mybinder.org.
164
164
It uses a ``postBuild`` file in a folder called ``binder`` to `prepare
165
-
their demo for binder <https://github.com/jupyterlab/jupyterlab-demo/blob/master/binder/postBuild>`_.
165
+
their demo for binder <https://github.com/jupyterlab/jupyterlab-demo/blob/HEAD/binder/postBuild>`_.
166
166
167
167
168
168
.. _start:
@@ -204,12 +204,12 @@ For these cases, we have a special file, ``runtime.txt``.
204
204
``runtime.txt`` will be ignored).
205
205
206
206
Have ``python-x.y`` in ``runtime.txt`` to run the repository with Python version x.y.
207
-
See our `Python2 example repository <https://github.com/binder-examples/python2_runtime/blob/master/runtime.txt>`_.
207
+
See our `Python2 example repository <https://github.com/binder-examples/python2_runtime/blob/HEAD/runtime.txt>`_.
208
208
209
209
Have ``r-<RVERSION>-<YYYY>-<MM>-<DD>`` in ``runtime.txt`` to run the repository with R version RVERSION and libraries from a YYYY-MM-DD snapshot of `MRAN <https://mran.microsoft.com/documents/rro/reproducibility>`_.
210
210
RVERSION can be set to 3.4, 3.5, 3.6, or to patch releases for the 3.5 and 3.6 series.
211
211
If you do not specify a version, the latest release will be used (currently R 3.6).
212
-
See our `R example repository <https://github.com/binder-examples/r/blob/master/runtime.txt>`_.
212
+
See our `R example repository <https://github.com/binder-examples/r/blob/HEAD/runtime.txt>`_.
0 commit comments