日録 のバックアップ差分(No.8) - アールメカブ

アールメカブ


日録 のバックアップ差分(No.8)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
[[過去の日録]]


&htmlinsert(amazon,transitional,"asins=4627848412");&htmlinsert(amazon,transitional,"asins=4431712186");&htmlinsert(amazon,transitional,"asins=4431713123");
&htmlinsert(amazon,transitional,"asins=4431100113");&htmlinsert(amazon,transitional,"asins=4431100474");&htmlinsert(amazon,transitional,"asins=4431100695");
&htmlinsert(amazon,transitional,"asins=4431100881");
&htmlinsert(amazon,transitional,"asins=4431102388");
&htmlinsert(amazon,transitional,"asins=4431102205");

R関係サイト
-[[RpWiki:http://www.okada.jp.org/RWiki/]]
-[[統計分析環境 R のための検索エンジン:http://seekr.jp/]]
-[[Revolutions:http://blog.revolutionanalytics.com/]]
- [[R-bloggers:http://www.r-bloggers.com/]]
- &ref(http://www.inside-r.org/sites/all/themes/rweb/images/logo.png); [[Inside-R:http://www.inside-r.org/]]

/////////// for Youyube
// #htmlinsert(u2b,id=UZkaZhsOfT4,width=640,height=385,style=text-align:left;)
//#htmlinsert(u2b,id=,width=512,height=308,style=text-align:left;)

//#ref(R_Lattice/lattice113.png)
//&htmlinsert(amazontext,asin=4431100695,text=ショーカー著『R グラフィックス自由自在』シュプリンガー社); 
//[[Lattice Multivariate Data Visualization with R:http://www.springer.com/statistics/computational/book/978-0-387-75968-5]]

//#htmlinsert(twitter,user=R_Linux,count=2)
// &htmlinsert(amazontext,asin=,text=); 

//#htmlinsert(amazonads)
// &htmlinsert(amazontext,asin=,text=); 
//#htmlinsert(u2b,id=,width=640,height=385,style=text-align:left;)
//#htmlinsert(u2b,id=,width=512,height=308,style=text-align:left;)



* 2011 年 05 月 10 日 (火)曇・雨 [#je92a804]
-- 06:00 起床
-- 07:30
-午後
-- [[いつかEclipseからRを動かそうと思っているが未だに実行しておらず:http://lukemiller.org/index.php/2011/05/one-minor-detail-for-getting-64-bit-r-2-13-running-with-eclipsestatet/]]

* 2011 年 05 月 09 日 (月)晴 [#v4ad014e]
-- 06:00 起床
-- 07:30

* 2011 年 05 月 08 日 (日)晴 [#fb382899]
-- 07:00 起床

* 2011 年 05 月 07 日 (日)晴 [#v069740a]
-- 06:00 起床
-- 07:30



* 2011 年 05 月 06 日 (土)晴 [#t72d57b0]
-- 06:00 起床
-- 07:30
-午前
--[[カッコーの托卵データ:http://www.r-bloggers.com/cuckoo-eggs/]]
- 午後
-- [[RMeCab]] の PPC Mac 版をコンパイル

* 2011 年 05 月 05 日 (金)晴 [#v11f761d]
-- 06:00 起床
-- 07:30
-午前


* 2011 年 05 月 04 日 (木)晴 [#hdb2aa45]
-- 06:00 起床
-- 07:30
-午前
-- [[Running R on an iPhone/iPad with RStudio:http://www.r-bloggers.com/running-r-on-an-iphoneipad-with-rstudio/]]
-午後
-- [[RHIPE - R and Hadoop Integrated Processing Environment:http://www.stat.purdue.edu/~sguha/rhipe/]]
-[[Putting Robust Standard Errors into LaTeX Tables An Extension of mtable:http://www.r-bloggers.com/putting-robust-standard-errors-into-latex-tables-an-extension-of-mtable/]]

* 2011 年 05 月 03 日 (水)曇,夜一時雨 [#y3d93297]
-- 06:00 起床
-- 07:30 研究室
- 午後
-- Rstudio サーバー版だが,R を Ubuntu レポジトリから r-base-dev など一式を入れたのだが,バージョンが古すぎて,[[inline:http://cran.r-project.org/web/packages/inline/index.html]] や [[Rcpp:http://cran.r-project.org/web/packages/Rcpp/index.html]] を動かせない.
とりあえず手作業で以下を導入し直した.鯖はなお 10.04 なので,後でアップデートなどで問題になるかもしれない
---[[GNU R package for Seamless R and C++ Integration:http://packages.ubuntu.com/natty/math/r-cran-rcpp]]
---[[GNU R package to inline C, C++, Fortran functions from R:http://packages.ubuntu.com/natty/gnu-r/r-cran-inline]]
// [Ubuntu R install] $ sudo apt-get install r-recommended 


* 2011 年 05 月 02 日 (火)曇 [#u27b42b0]
-- 06:00 起床
-- 07:30 研究室
- 午後
--[[Another review of Introducing … R:http://xianblog.wordpress.com/2011/05/03/another-review-of-introducing-r/]]


* 2011 年 05 月 01 日 (月)晴 [#v961e514]
-- 06:00 起床
-- 07:30 研究室
- 午後
-- R をコンパイルし直した
 $ sudo apt-get install libatlas-base-dev
 $ ./configure --with-blas="-lf77blas -latlas" --enable-R-static-lib
 ...
 checking for cblas_cdotu_sub in vecLib framework... no
 checking for dgemm_ in -lf77blas -latlas... yes
 checking whether double complex BLAS can be used... yes
 checking whether the BLAS is complete... yes
 ...
 R is now configured for x86_64-unknown-linux-gnu
 
  Source directory:          .
  Installation directory:    /usr/local
 
  C compiler:                gcc -std=gnu99  -g -O2
  Fortran 77 compiler:       gfortran  -g -O2
 
  C++ compiler:              g++  -g -O2
  Fortran 90/95 compiler:    gfortran -g -O2
  Obj-C compiler:	      
 
  Interfaces supported:      X11, tcltk
  External libraries:        readline, BLAS(ATLAS), ICU
  Additional capabilities:   PNG, JPEG, TIFF, NLS, cairo
  Options enabled:           static R library, R profiling, Java
 
  Recommended packages:      yes
--[[Building and checking R source packages for Windows:http://win-builder.r-project.org/]]



* 2011 年 05 月 01 日 (日)晴 [#c72741ef]
-- 06:00 起床
-- 07:30 研究室