biocLite to install a local binary sourced package for mac
2
0
Entering edit mode
Weiwei Shi ★ 1.2k
@weiwei-shi-1407
Last seen 9.6 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20071207/ 2a5219e6/attachment.pl
• 589 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 4 hours ago
United States
Weiwei Shi wrote: > Hi, > I am working from China and the internet from home is really slow; I cannot > use biocLite("hgu133a") to install the package. I knew maybe I could install > it from downloaded one; but the menu for biocLite function is not very clear > on how to proceed. If you already have a downloaded package (and are sure it is the correct version for the version of R/BioC that you are using), then biocLite() is not the correct function. Instead you want install.packages("packagename", repos=NULL) Note that the package has to be in the current working directory or you have to supply the path. > > btw, when I use mac to download the package, it automatically unzip it. How > could I make it into .tgz again? I assume biocLite only install .tgz file, > right? Not sure about that one. I don't use the binaries on my Mac. However I would assume that install.packages() cares very little if the binary is zipped or not. Best, Jim > > thanks. > -- James W. MacDonald, M.S. Biostatistician Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623
ADD COMMENT
0
Entering edit mode
@lgautieralternorg-747
Last seen 9.6 years ago
> Hi, > I am working from China and the internet from home is really slow; I cannot > use biocLite("hgu133a") to install the package. I knew maybe I could install > it from downloaded one; but the menu for biocLite function is not very clear > on how to proceed. The example about "update.packages" on http://www.bioconductor.org/docs/install-howto.html can probably be modified as follows: download.packages("hgu133a", repos=biocinstallRepos()) > btw, when I use mac to download the package, it automatically unzip it. That might be more a question for a mac-users' forum ;-) > How > could I make it into .tgz again? > I assume biocLite only install .tgz file, > right? It depends. On Microsoft Windows, by default it installs .zip files I suspect, and when Mac binaries will be available, it will install them. > thanks. > > -- > Weiwei Shi, Ph.D > Research Scientist > GeneGO, Inc. > > "Did you always know?" > "No, I did not. But I believed..." > ---Matrix III > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT

Login before adding your answer.

Traffic: 874 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