筆者のresearch mapを見つけた
なんで本のサポートページに載せないの?
> 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)
とすると、どうやらインストールできたらしい。
しかし、まだまだ油断はできぬ![]()