A sample equation using latex:
Wednesday, April 22, 2015
Including equations in a blogger post
This is a test of following the guide here http://www.codecogs.com/latex/integration/htmlequations.php
A sample equation using latex:
A sample equation using latex:
Friday, April 17, 2015
Installing RPostgreSQL for R on Max OS Yosemite
I went through a painful period of digesting wrong answers to this question on Google. In fact most of the answers are just of the type "this is somebody else's problem so we can't help"
Anyway this is the eventual sequence of steps I found to install this that works:
then in R just type library('RPostgreSQL') and you're good to go
Anyway this is the eventual sequence of steps I found to install this that works:
brew install postgresql svn checkout http://rpostgresql.googlecode.com/svn/trunk/ rpostgresql-read-only cd rpostgresql-read-only R CMD INSTALL --preclean RPostgreSQL
then in R just type library('RPostgreSQL') and you're good to go
Subscribe to:
Posts (Atom)