File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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')"
You can’t perform that action at this time.
0 commit comments