This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nfd-verify:7138498 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker kill rstudio | |
docker start rstudio || docker run -d -p 8787:8787 -v %userprofile%:/home/rstudio -e DISABLE_AUTH=true -e PASSWORD=password --name rstudio rocker/rstudio | |
start chrome "http://localhost:8787" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This scenario creates a Github repository with two forks, one | |
# is stale/missing features from upstream forks/project | |
# Dir Structure: | |
# fakeproject | |
# fakeproject-fork | |
# fakeproject-stale-fork |