Skip to content

Commit 05e504a

Browse files
committed
Cleanup some comments
1 parent ceb4f8a commit 05e504a

File tree

1 file changed

+3
-3
lines changed
  • repo2docker/buildpacks

1 file changed

+3
-3
lines changed

repo2docker/buildpacks/r.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ def get_build_scripts(self):
332332
# RStudio's CRAN mirror needs this to figure out which binary package to serve.
333333
# If not set properly, it will just serve up source packages
334334
# Quite hilarious, IMO.
335-
# See https://docs.rstudio.com/rspm/admin/binaries.html
336-
# Set mirror for RStudio too
335+
# See https://docs.rstudio.com/rspm/1.0.12/admin/binaries.html
336+
# Set mirror for RStudio too, by modifying rsession.conf
337337
r"""
338338
R RHOME && \
339339
mkdir -p /usr/lib/R/etc /etc/rstudio && \
@@ -346,7 +346,7 @@ def get_build_scripts(self):
346346
),
347347
(
348348
"${NB_USER}",
349-
# Install a pinner version of devtools, IRKernel and shiny
349+
# Install a pinned version of devtools, IRKernel and shiny
350350
r"""
351351
R --quiet -e "install.packages(c('devtools', 'IRkernel', 'shiny'), repos='{devtools_cran_mirror_url}')" && \
352352
R --quiet -e "IRkernel::installspec(prefix='$NB_PYTHON_PREFIX')"

0 commit comments

Comments
 (0)