hassan paylakhi wrote: > hi > I am going to crazy.I want to use beadarray package in R, but I cant. > when I want install it, I encounter to this message "Loading required > package: hwriter > Loading required package: sma > Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc > = lib.loc) : > 'sma' is not a valid installed package" > I cant find sma and hwriter packages, it seems that they are not anymore. > could you help me plz?
Hi Hassan -- The sma author no longer wishes to maintain this package, and beadarray depends on sma. The workaround is to manually install sma from its archive: download http://cran.fhcrc.org/src/contrib/Archive/sma/sma_0.5.15.tar.gz and install.packages("sma_0.5.15.tar.gz", repos=NULL). beadarray is a Bioconductor packages, so please follow up on the Bioconductor mailing list http://bioconductor.org/docs/mailList.html Martin > > thanks in advance > Paylakhi > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Martin Morgan Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone: (206) 667-2793 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.