Last active
April 18, 2016 19:44
-
-
Save joethorley/e0dda3f060f1e6dce269f1a6157efcf9 to your computer and use it in GitHub Desktop.
Revisions
-
joethorley revised this gist
Apr 18, 2016 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 titlesec enumitem lipsum brew tap homebrew/science brew install R -
joethorley revised this gist
Apr 18, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 lastpage brew tap homebrew/science brew install R -
joethorley revised this gist
Apr 18, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 -
joethorley revised this gist
Apr 4, 2016 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 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/>
-
joethorley revised this gist
Apr 4, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 qdpf ``` Heavily based on <http://rud.is/b/2015/10/22/installing-r-on-os-x-100-homebrew-edition/>
-
joethorley revised this gist
Apr 4, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 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 ``` Heavily based on <http://rud.is/b/2015/10/22/installing-r-on-os-x-100-homebrew-edition/>
-
joethorley created this gist
Apr 4, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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/>