Library update


#Linux에 ssh로 접속해서 할 경우

>packageStatus()
--원하는 CRAN mirror를 선택한다
  개인적으로 Thukuba를 선택한다.
>update.packages(ask=FALSE)
-패키지 설치시 확인을 안한다., 이거 언제 'y' 누르고 있어..;;

Bioconductor 설치 및 업데이트
>source("http://bioconductor.org/biocLite.R")
>biocLite() //biocLite(groupName="all")
>update.packages(repos=biocinstallRepos(),ask=FALSE)



Monograph 설치 및 업데이트
[Bioinformatics and Computational Biology Solutions Using R and Bioconductor] 의 예제를 하기위해 필요한 Library를 한번에 설치 할 수 있음.
>source("http://bioconductor.org/getMonograph.R")
>getMonograph()


크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by gwlee

2009/03/31 21:27 2009/03/31 21:27
, , , , ,
Response
0 Trackbacks , 0 Comments
RSS :
http://thegreatgoodplace.com/tt/study/rss/response/107

Trackback URL : http://thegreatgoodplace.com/tt/study/trackback/107

Leave a comment

MySQL에서 root passwd 설정



출처: joon

mysql -uroot -p

mysql> use mysql;
Database changed

mysql> update user set password=password('password') where user='root';
Query OK, 3 rows affected (0.43 sec)
Rows matched: 3  Changed: 3  Warnings: 0

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

-password와 root 주의는 외따옴표로 묶어 주시면 됩니다.
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by gwlee

2008/08/25 02:08 2008/08/25 02:08
, , ,
Response
0 Trackbacks , 0 Comments
RSS :
http://thegreatgoodplace.com/tt/study/rss/response/25

Trackback URL : http://thegreatgoodplace.com/tt/study/trackback/25

Leave a comment

블로그 이미지

Stay Hungry Stary Foolish!

- gwlee

TC-Cumulus by reznoa requires Flash Player 9 or better.

Site Stats

Total hits:
60666
Today:
28
Yesterday:
48