What is the latest version of R that bioimagetools will run on?
1
0
Entering edit mode
jblument • 0
@jblument-17547
Last seen 5.6 years ago

I cannot get bioimagetools package to install in R. I am using the latest version (3.5.1 as of this writing 2018SEP26). I updated from 3.5.0 because I thought that was the hangup. The hangup, however, seems to EBImage package, which is not available for R 3.5.1. 

What is the latest version of R for which EBImage is available? Is this, by extension, the latest version of R for which bioimagetools is available?

I can follow up with my installation code if needed, but it seems like this might be a short, known answer. 

 

thank you -

r bioimagetools ebimage • 824 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 19 days ago
United States

Bioconductor packages, and packages that depend on Bioconductor packages, should be installed using

source("https://bioconductor.org/biocLite.R")
biocLite("bioimagetools")

(this will change to BiocManager::install("bioimagetools") in the near future).

ADD COMMENT

Login before adding your answer.

Traffic: 625 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6