This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Problem Installing Bioconductor "pam" Package in R Version 3.1.2

Hi everyone

I'm trying to install pam package for Version 3.1.2. But, I am not able to install it. I have tried the following:

  1. install.packages('pam')
  2. biocLite('pam')

In both, I am getting package "pam" not available for R version 3.1.2

Kindly help me out.

bioconductor

1 answer

Always check official documentation

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

Thank you sir.

Hereafter I will check as you told me.

Thank you so much

Log in to answer this question.