Skip to content

Instantly share code, notes, and snippets.

View frankfarach's full-sized avatar

Frank Farach frankfarach

View GitHub Profile
@frankfarach
frankfarach / keybase.md
Created January 3, 2018 15:52
Proof of Keybase identity

Keybase proof

I hereby claim:

  • I am frankfarach on github.
  • I am frankfarach (https://keybase.io/frankfarach) on keybase.
  • I have a public key ASBUKWOaUwAWP9PXE5Okk011MftoSCEsYWz-CKLWd4x8fAo

To claim this, I am signing this object:

@frankfarach
frankfarach / templateR.sh
Last active February 20, 2021 22:06
This shell script creates a version-controlled ProjectTemplate project and RStudio project for R code, with an option to specify the folder and project name. This clones http://github.com/frankfarach/templateR by default, but if you fork that you can override with your own user name in the second argument or by hard-coding it in.
#!/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