Skip to content

Instantly share code, notes, and snippets.

View jnhutchinson's full-sized avatar

jnhutchinson

  • Diamond Age Data Science
  • Boston, MA
  • X @ordinator
View GitHub Profile
@jnhutchinson
jnhutchinson / bobR.sh
Last active August 29, 2015 14:20 — forked from tleonardi/bobR.sh
#!/bin/bash
# Wrapper script to run Vim-R-plugin R sessions as interactive jobs on FAS RC Odyssey SLURM platform.
# To use it, edit ~/.vimrc and add 'let vimrplugin_r_path = <path_to_script>'
echo How much memory do you want?
echo "1) 4GB"
echo "2) 8GB"
echo "3) 16GB"
echo "4) 32GB"
echo "5) 64GB"