R なパケジ

でびあん系だと r-base になるらしい。とりあえず入れておく。

$ sudo apt-get install -fy r-base

実は SD の検証で以下を頂戴してたり。
当たった!
Think Stats も積読に近い状態なんですが、こちら方面ぼちぼち進めておきたいですがどうなることやら。

つうか

その前に flickr なアカウント何とかしたいorz

追記

サンプルコードは以下より取得可能とのこと。

clone しておく。

$ git clone git://github.com/johnmyleswhite/ML_for_Hackers.git

で、試しに以下。

$ cd ML_for_Hackers/01-Introduction
$ R

R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows"
Copyright (C) 2012 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> source("package_installer.R")
This script will now attempt to install all of the R packages used in 'Machine Learning for Hackers'e1071 missing, will attempt to install
Installing package(s) into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning in install.packages(p, dependencies = TRUE, type = "source") :
  'lib = "/usr/local/lib/R/site-library"' is not writable
Would you like to use a personal library instead?  (y/n) y
Would you like to create a personal library
~/R/x86_64-pc-linux-gnu-library/2.15
to install packages into?  (y/n) y

(中略

なんか凄い勢いで色々やってます。gfortran とか見える。

終わった?

とりあえず以降は別途で、という事にて。