aoles / EBImage

:art: Image processing toolbox for R
71 stars 28 forks source link

package ‘BiocManager’ is not available (for R version 3.3.3) #45

Closed rafaleo closed 5 years ago

rafaleo commented 5 years ago

install.packages("BiocManager") Warning in install.packages : package ‘BiocManager’ is not available (for R version 3.3.3)

Should I downgrade my installations or can wait for upgrade? Just need to test it for few things.

aoles commented 5 years ago

Please try:

source("http://bioconductor.org/biocLite.R")
biocLite("EBImage")

Cheers, Andrzej

rafaleo commented 5 years ago

Thanks! It's working.

On Fri, Jun 14, 2019 at 9:56 AM Andrzej K. Oleś notifications@github.com wrote:

Please try:

source("http://bioconductor.org/biocLite.R") biocLite("EBImage")

Cheers, Andrzej

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aoles/EBImage/issues/45?email_source=notifications&email_token=AGFLVYQYN7KOV6GP2TRYEYTP2NFI7A5CNFSM4HYFEVGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXWAZ3Y#issuecomment-502009071, or mute the thread https://github.com/notifications/unsubscribe-auth/AGFLVYQQ3EATH5IYYVVB7TLP2NFJBANCNFSM4HYFEVGA .

rafaleo commented 5 years ago

Working this way:

source("http://bioconductor.org/biocLite.R")
biocLite("EBImage")