ogahplaのブログ -10ページ目

ogahplaのブログ

SNS疲れだけど、記録を残したい。気ままにソフトウェアやウォーキングについて書きます。役に立つように書いていませんので、申し訳ありません。

筆者のresearch mapを見つけた

http://researchmap.jp/jo8xy90bd-10381/?block_id=10381&active_action=journal_view_main_detail&post_id=17338

 

なんで本のサポートページに載せないの?

 

> install.packages("png")

もやっておかなきゃ。

 

どうやらEBImageの方が簡単にインストールできるようだ。

 

それなら、本家のページへ

https://bioconductor.org/packages/release/bioc/html/EBImage.html

 

Rを立ち上げて、以下のように入力しろとある。

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("EBImage")

Installing package(s) ‘EBImage’
also installing the dependencies ‘BiocGenerics’, ‘abind’, ‘locfit’, ‘fftwtools’

おー。いろいろインストールしてくれた。

 

そして、

> library(EBImage)

とすると、どうやらインストールできたらしい。

 

しかし、まだまだ油断はできぬイラッ