makecdfenv error for custom cdf
1
0
Entering edit mode
Tarun Nayar ▴ 190
@tarun-nayar-760
Last seen 9.7 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20070606/ a67c1f07/attachment.pl
• 517 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 1 day ago
United States
Hi Tarun, Tarun Nayar wrote: > Hi, > > I'm trying to use the makecdfenv package (v1.10) to make a cdf package > for a custom affy grape chip. I'm getting the following error: > > >>library(makecdfenv) >>make.cdf.package("GrapeGena520510F.cdf", > > package.path="/home/tnayar/R-2.3.1/library/", species="Vitis_vinifera") > Reading CDF file. > Creating CDF environment > Wait for about 231 > dots................................................................ .... > .................................................................... .... > .................................................................... .... > .................................................... > Creating package in /home/tnayar/R-2.3.1/library//grapegena520510fcdf > [1] "grapegena520510fcdf" > > >>library(grapegena520510fcdf) > > Error in library(grapegena520510fcdf) : 'grapegena520510fcdf' is not a > valid package -- installed < 2.0.0? > > Any ideas? Using R-2.3.1 You don't make the package directly in your library directory. Just make it somewhere like /home/tnayar/ and then in a terminal do R CMD INSTALL <packagename> which will install the package into your library directory. If your R directory isn't in your PATH, then you may have to do /home/tnayar/R-2.3.1/bin/R CMD INSTALL <packagename> I would also upgrade to a current R version. The one you are using is pretty old now. Best, Jim > > Thanks > > Tarun Nayar > Genome Sciences Centre > Vancouver BC > > > [[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 -- 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 ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues.
ADD COMMENT

Login before adding your answer.

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