At this point these notes on R and statistics are mostly to myself. Hopefully over time they will evolve into something that can be more generally useful.
Thursday, August 18, 2011
Thursday, August 4, 2011
Installing ImageMagick on Ubuntu 10.10
Dowload from here
ftp://ftp.imagemagick.org/pub/ImageMagick/
Refs:
http://ubuntuguide.net/install-imagemagick-in-ubuntu-linux
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17059
ftp://ftp.imagemagick.org/pub/ImageMagick/
tar xvfz ImageMagick-6.5.3-10.tar.gzcd ImageMagick-6.5.3-10/./configuremakesudo make installldconfig /usr/local/libRefs:
http://ubuntuguide.net/install-imagemagick-in-ubuntu-linux
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17059
Sunday, July 31, 2011
Managing Office suites on Ubuntu 10.10
Nice page with instructions how to remove/install OpenOffice bypassing Synaptic.
http://www.unixmen.com/linux-tutorials/1263-oracles-openofficeorg-330-is-released-with-installation-instructions-for-ubuntu-fedora-centos-debian-linuxmint
We'll see how to install LibreOffice on Ubuntu 10.10...
Here we go. Just switch all the gksu with sudo and run in terminal.
http://news.softpedia.com/news/How-to-Install-LibreOffice-in-Ubuntu-10-10-and-Ubuntu-10-04-177762.shtml
Installing from *.deb
http://www.ubuntugeek.com/how-to-install-libreoffice-in-ubuntu-using-deb-packages.html
http://www.unixmen.com/linux-tutorials/1263-oracles-openofficeorg-330-is-released-with-installation-instructions-for-ubuntu-fedora-centos-debian-linuxmint
We'll see how to install LibreOffice on Ubuntu 10.10...
Here we go. Just switch all the gksu with sudo and run in terminal.
http://news.softpedia.com/news/How-to-Install-LibreOffice-in-Ubuntu-10-10-and-Ubuntu-10-04-177762.shtml
Installing from *.deb
http://www.ubuntugeek.com/how-to-install-libreoffice-in-ubuntu-using-deb-packages.html
Saturday, July 30, 2011
How to install WinBUGS/OpenBUGS on Ubuntu Linux
I am about to install Win/OpenBUGS on my Ubuntu 10.10 machine.
We'll see how it goes. Here is a nice description how to install it through WINE.
http://cddesjardins.wordpress.com/2010/07/27/winbugs-on-ubuntu-and-r2winbugs-with-wine/
I really hope there is a way to install OpenBUGS natively in linux environment.
We'll see...
OK. Found. Here it is
http://doingbayesiandataanalysis.blogspot.com/2011/07/brugs-for-linux-users.html
So far simple examples written in WinBUGS ran just fine. Just getting my hands wet.
We'll see how it goes. Here is a nice description how to install it through WINE.
http://cddesjardins.wordpress.com/2010/07/27/winbugs-on-ubuntu-and-r2winbugs-with-wine/
I really hope there is a way to install OpenBUGS natively in linux environment.
We'll see...
OK. Found. Here it is
http://doingbayesiandataanalysis.blogspot.com/2011/07/brugs-for-linux-users.html
So far simple examples written in WinBUGS ran just fine. Just getting my hands wet.
Subscribe to:
Posts (Atom)
Checking font availability on Mac fc-list : family | grep "Fira Code" or system_profiler -json SPFontsDataType | grep \...
-
http://www.liacs.nl/~hoogeboo/mcb/nature_primer.html
-
E.g. we have a list of dictionaries x = [{'a':1,'b':3}, {'a':3,'b':2}, {'a':2,'b':1}] x....