How to install chipseq package
1
0
Entering edit mode
Yuan Hao ▴ 90
@yuan-hao-3303
Last seen 9.6 years ago
Hi, I've download the chipseq package by the following command in my terminal. "svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/chipseq " And I got a chipseq folder (rather than a .tar.gz file) under my home directory. I try to install it by: install.package("./chipseq", repos=NULL), but got error message: -------------------------------------------------------------- tar (child): chipseq: Cannot read: Is a directory tar (child): At beginning of tape, quitting now tar (child): Error is not recoverable: exiting now gzip: stdin: unexpected end of file tar: Child returned status 2 tar: Error exit delayed from previous errors Error in sprintf(gettext(fmt, domain = domain), ...) : argument is missing, with no default ------------------------------------------------------------- It seems that the package should be in a compressed format. I don't know how to deal with this. And I can't find the relevant information from searching the archives. Would someone help to give a hint on this? Thank you very much in advance! Cheers, Yuan [[alternative HTML version deleted]]
ChIPSeq chipseq ChIPSeq chipseq • 1.1k views
ADD COMMENT
0
Entering edit mode
Patrick Aboyoun ★ 1.6k
@patrick-aboyoun-6734
Last seen 9.6 years ago
United States
Yuan, If you want to create the source tarball, you can use the typical R CMD build operation from the OS shell: /R CMD build chipseq This will create the .tar.gz R source package that you can then install using the install.package routine from within R that you mentioned. Patrick Yuan Hao wrote: > Hi, > > I've download the chipseq package by the following command in my > terminal. > > "svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/chipseq > " > > And I got a chipseq folder (rather than a .tar.gz file) under my home > directory. I try to install it by: install.package("./chipseq", > repos=NULL), but got error message: > -------------------------------------------------------------- > tar (child): chipseq: Cannot read: Is a directory > tar (child): At beginning of tape, quitting now > tar (child): Error is not recoverable: exiting now > > gzip: stdin: unexpected end of file > tar: Child returned status 2 > tar: Error exit delayed from previous errors > Error in sprintf(gettext(fmt, domain = domain), ...) : > argument is missing, with no default > ------------------------------------------------------------- > It seems that the package should be in a compressed format. I don't > know how to deal with this. And I can't find the relevant information > from searching the archives. Would someone help to give a hint on > this? Thank you very much in advance! > > Cheers, > Yuan > > > > > > [[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: 516 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