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
> 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
>