== INSTALLATION ==
* Install R -
http://www.r-project.org/
* For Windows Users: Install Rtools from
http://www.murdoch-sutherland.com/Rtools/
* Compile and Install hyp2f1zhangjin Package with something like
* shell> cd "c:\program files\R\R-2.10.1\bin"
* shell> R CMD INSTALL "C:\\Documents and Settings\\m\\My Documents\\clv-master-thesis\\hyp2f1zhangjin"
* Test hyp2f1zhangjin-package
* Start R
* R> library(hyp2f1zhangjin)
* R> hyp2f1zhangjin(0.2,0.3,0.4,0.3)
[1] 1.054599
* Install bbmle Pacakges
* R> install.packages(bbmle)
* Submit File Lines to R Console by hitting repeatedly "Ctrl + R"
有哪位高手知道上面那两个命令在哪操作啊?