This file contains 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
#!/bin/bash | |
############################################################################## | |
# Name: templateR.sh | |
# Author: Frank Farach | |
# Description: Script to clone templateR repo from GitHub account, | |
# with options to name the local working directory and RStudio | |
# project. This depends on the existence of a repository called templateR | |
# in the GitHub account of user named in the global variable USER below. | |
# See: http://github.com/frankfarach/templateR |