Skip to content

Instantly share code, notes, and snippets.

@joethorley
Last active April 18, 2016 19:44
Show Gist options
  • Select an option

  • Save joethorley/e0dda3f060f1e6dce269f1a6157efcf9 to your computer and use it in GitHub Desktop.

Select an option

Save joethorley/e0dda3f060f1e6dce269f1a6157efcf9 to your computer and use it in GitHub Desktop.

Revisions

  1. joethorley revised this gist Apr 18, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion brewR
    Original file line number Diff line number Diff line change
    @@ -10,8 +10,9 @@ brew cask install java
    brew cask install basictex
    sudo tlmgr update –-self
    sudo tlmgr update –-all
    sudo tlmr install texliveonfly
    sudo tlmgr install titling framed inconsolata courier helvetic
    sudo tlmgr install preprint lastpage
    sudo tlmgr install preprint lastpage titlesec enumitem lipsum

    brew tap homebrew/science
    brew install R
  2. joethorley revised this gist Apr 18, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion brewR
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ brew cask install basictex
    sudo tlmgr update –-self
    sudo tlmgr update –-all
    sudo tlmgr install titling framed inconsolata courier helvetic
    sudo tlmgr install preprint
    sudo tlmgr install preprint lastpage

    brew tap homebrew/science
    brew install R
  3. joethorley revised this gist Apr 18, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions brewR
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,7 @@ brew cask install basictex
    sudo tlmgr update –-self
    sudo tlmgr update –-all
    sudo tlmgr install titling framed inconsolata courier helvetic
    sudo tlmgr install preprint

    brew tap homebrew/science
    brew install R
  4. joethorley revised this gist Apr 4, 2016. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions brewR
    Original file line number Diff line number Diff line change
    @@ -6,20 +6,20 @@ brew tap caskroom/cask

    brew install Caskroom/cask/xquartz
    brew cask install java

    brew cask install basictex
    sudo tlmgr update –-self
    sudo tlmgr update –-all
    sudo tlmgr install titling framed inconsolata courier helvetic

    brew tap homebrew/science
    brew install R

    R CMD javareconf JAVA_CPPFLAGS=-I/System/Library/Frameworks/JavaVM.framework/Headers

    brew install Caskroom/cask/rstudio

    brew cask install basictex
    sudo tlmgr update –-self
    sudo tlmgr update –-all
    sudo tlmgr install titling framed inconsolata courier helvetic

    brew install libsvg curl libxml2 gdal geos boost qdpf
    brew install libsvg curl libxml2 gdal geos boost
    ```
    Heavily based on <http://rud.is/b/2015/10/22/installing-r-on-os-x-100-homebrew-edition/>

  5. joethorley revised this gist Apr 4, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion brewR
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@ sudo tlmgr update –-self
    sudo tlmgr update –-all
    sudo tlmgr install titling framed inconsolata courier helvetic

    brew install libsvg curl libxml2 gdal geos boost
    brew install libsvg curl libxml2 gdal geos boost qdpf
    ```
    Heavily based on <http://rud.is/b/2015/10/22/installing-r-on-os-x-100-homebrew-edition/>

  6. joethorley revised this gist Apr 4, 2016. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions brewR
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    First of all made sure that command line developer tools (but not XCode were installed)
    <http://railsapps.github.io/xcode-command-line-tools.html>

    ```
    brew tap caskroom/cask

    @@ -7,8 +10,7 @@ brew cask install java
    brew tap homebrew/science
    brew install R

    # cos not official java installation (uses from xcode)
    R CMD javareconf JAVA_CPPFLAGS="-I/System/Library/Frameworks/JavaVM.framework/Headers -I$(/usr/libexec/java_home | grep -o '.*jdk')"
    R CMD javareconf JAVA_CPPFLAGS=-I/System/Library/Frameworks/JavaVM.framework/Headers

    brew install Caskroom/cask/rstudio

    @@ -18,8 +20,6 @@ sudo tlmgr update –-all
    sudo tlmgr install titling framed inconsolata courier helvetic

    brew install libsvg curl libxml2 gdal geos boost

    R CMD javareconf JAVA_CPPFLAGS=-I/System/Library/Frameworks/JavaVM.framework/Headers
    ```
    Heavily based on <http://rud.is/b/2015/10/22/installing-r-on-os-x-100-homebrew-edition/>

  7. joethorley created this gist Apr 4, 2016.
    25 changes: 25 additions & 0 deletions brewR
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    ```
    brew tap caskroom/cask

    brew install Caskroom/cask/xquartz
    brew cask install java

    brew tap homebrew/science
    brew install R

    # cos not official java installation (uses from xcode)
    R CMD javareconf JAVA_CPPFLAGS="-I/System/Library/Frameworks/JavaVM.framework/Headers -I$(/usr/libexec/java_home | grep -o '.*jdk')"

    brew install Caskroom/cask/rstudio

    brew cask install basictex
    sudo tlmgr update –-self
    sudo tlmgr update –-all
    sudo tlmgr install titling framed inconsolata courier helvetic

    brew install libsvg curl libxml2 gdal geos boost

    R CMD javareconf JAVA_CPPFLAGS=-I/System/Library/Frameworks/JavaVM.framework/Headers
    ```
    Heavily based on <http://rud.is/b/2015/10/22/installing-r-on-os-x-100-homebrew-edition/>