vignettes/setup.Rmd
setup.Rmd
In the Docker settings menu:
Open ‘Preferences…’
Navigate to ‘Resources’
Use the slider to set ‘Memory’ to ‘4.00 GB’
Click ‘Apply & Restart’
Run docker pull iseedevelopers/iseeworkshop2020
Run docker run -e PASSWORD=isee -p 8787:8787 -d --rm iseedevelopers/iseeworkshop2020
.
You may use -v $(pwd):/home/rstudio
argument to map your local directory to the container.
Log in to RStudio at http://localhost:8787 using username rstudio
and password isee
. Note that on Windows you need to provide your localhost IP address like http://191.163.92.108:8787/
- find it using docker-machine ip default
in Docker’s terminal.
Access the workshop vignettes:
vignette('setup', 'iSEEWorkshop2020')
vignette('iSEE-lab', 'iSEEWorkshop2020')
Alternatively, run browseVignettes(package = "iSEEWorkshop2020")
. Click on one of the link “HTML”. You may run into the error The requested page was not found
, in which case add help/
to the URL right after the hostname, e.g., http://localhost:8787/help/library/iSEEWorkshop2020/doc/iSEE-lab.html. This is a known bug.