Skip to content

Instantly share code, notes, and snippets.

@mikelove
Last active March 3, 2021 17:36
Show Gist options
  • Save mikelove/7b9599e30716658a8631be95fa01c059 to your computer and use it in GitHub Desktop.
Save mikelove/7b9599e30716658a8631be95fa01c059 to your computer and use it in GitHub Desktop.
setting up mac
  • xcode
  • iterm2
  • source code pro / fire mono
  • homebrew
  • zsh
  • git
  • emacs & ESS
  • R & Rstudio
  • mactex
  • ispell

R-devel

in theory:

svn co https://svn.r-project.org/R/trunk R
cd R
tools/rsync-recommended
./configure
make

but...

  • gfortran from CRAN
  • java from web
  • xquartz from web
  • xz (for liblzma) from homebrew
export F77="gfortran-4.2 -arch x86_64"
export FC=$F77
./configure

random

  • openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment