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
This question is related to an archived issue. I have used rocker/geospatial:4.3.2 as the basis for another image (see Dockerfile), which is run using this script. The image functions well except I encounter the same issue mentioned previously, which is that the html index accessed from browseVignettes() fails to find the vignettes themselves.
ldemaz
changed the title
Vignettes not found from html index when using browseVignettes() for rocker rstudio-server
Vignettes not found from html index when using browseVignettes()
Jan 3, 2024
Container image name
rocker/geospatial:4.3.2
System information
Question
This question is related to an archived issue. I have used rocker/geospatial:4.3.2 as the basis for another image (see Dockerfile), which is run using this script. The image functions well except I encounter the same issue mentioned previously, which is that the html index accessed from
browseVignettes()
fails to find the vignettes themselves.I can make it work (as suggested in the previous issue) by adding "help" into the vignette URL (e.g. change this http://localhost:8787/library/dplyr/doc/colwise.html to this http://localhost:8787/help/library/dplyr/doc/colwise.html), but I was wondering if there is any way to fix this beyond what is suggested in the comments to that issue? I did try
options(help.ports = 8787L)
andoptions(help.ports = 8888L)
but with no luck.Thanks in advance for any suggestions on this, and for this fantastic resource.
The text was updated successfully, but these errors were encountered: