===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
r-bioc-tcgabiolinks-2.18.0+dfsg/inst/doc/gui.Rmd-110-- To run RStudio Server and shiny-server, but the data is not saved if the container is stopped: 
r-bioc-tcgabiolinks-2.18.0+dfsg/inst/doc/gui.Rmd:111:`sudo docker run --name tcgabiolinksgui -d -P -v /home/$USER/docker:/home/rstudio -p 3333:8787 -p 3334:3838 tiagochst/tcgabiolinksgui`
r-bioc-tcgabiolinks-2.18.0+dfsg/inst/doc/gui.Rmd-112-1. For more information how data can be saved please read [this wiki](https://github.com/rocker-org/rocker/wiki/How-to-save-data) and see command below 
##############################################
r-bioc-tcgabiolinks-2.18.0+dfsg/inst/doc/gui.Rmd-114-- To run RStudio Server, shiny-server and save the results in the host machine please use the code below: 
r-bioc-tcgabiolinks-2.18.0+dfsg/inst/doc/gui.Rmd:115:`sudo docker run --name tcgabiolinksgui -d -P -v /home/$USER/docker:/home/rstudio -p 3333:8787 -p 3334:3838 tiagochst/tcgabiolinksgui`
r-bioc-tcgabiolinks-2.18.0+dfsg/inst/doc/gui.Rmd-116- 1. In case Rstudio is not accessible please check if the folder created (docker) has the right permission
r-bioc-tcgabiolinks-2.18.0+dfsg/inst/doc/gui.Rmd:117: 2. If your system is windows or macOS you will need to change  `/home/$USER/docker` 
r-bioc-tcgabiolinks-2.18.0+dfsg/inst/doc/gui.Rmd-118- to the correct system path. Examples can be found in this [github page](https://github.com/rocker-org/rocker/wiki/Sharing-files-with-host-machine)
##############################################
r-bioc-tcgabiolinks-2.18.0+dfsg/vignettes/gui.Rmd-110-- To run RStudio Server and shiny-server, but the data is not saved if the container is stopped: 
r-bioc-tcgabiolinks-2.18.0+dfsg/vignettes/gui.Rmd:111:`sudo docker run --name tcgabiolinksgui -d -P -v /home/$USER/docker:/home/rstudio -p 3333:8787 -p 3334:3838 tiagochst/tcgabiolinksgui`
r-bioc-tcgabiolinks-2.18.0+dfsg/vignettes/gui.Rmd-112-1. For more information how data can be saved please read [this wiki](https://github.com/rocker-org/rocker/wiki/How-to-save-data) and see command below 
##############################################
r-bioc-tcgabiolinks-2.18.0+dfsg/vignettes/gui.Rmd-114-- To run RStudio Server, shiny-server and save the results in the host machine please use the code below: 
r-bioc-tcgabiolinks-2.18.0+dfsg/vignettes/gui.Rmd:115:`sudo docker run --name tcgabiolinksgui -d -P -v /home/$USER/docker:/home/rstudio -p 3333:8787 -p 3334:3838 tiagochst/tcgabiolinksgui`
r-bioc-tcgabiolinks-2.18.0+dfsg/vignettes/gui.Rmd-116- 1. In case Rstudio is not accessible please check if the folder created (docker) has the right permission
r-bioc-tcgabiolinks-2.18.0+dfsg/vignettes/gui.Rmd:117: 2. If your system is windows or macOS you will need to change  `/home/$USER/docker` 
r-bioc-tcgabiolinks-2.18.0+dfsg/vignettes/gui.Rmd-118- to the correct system path. Examples can be found in this [github page](https://github.com/rocker-org/rocker/wiki/Sharing-files-with-host-machine)
##############################################
r-bioc-tcgabiolinks-2.18.0+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-bioc-tcgabiolinks-2.18.0+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-bioc-tcgabiolinks-2.18.0+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM