[R] trouble extracting R code from vignette using example from www.bioconductor.org
0
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.7 years ago
Hi Mark, Mark W Kimpel <mkimpel at="" iupui.edu=""> writes: > Not sure if this is an R or BioC question so will cross-post. Please pick one or the other. I'm replying on BioC only. > I cannot extract R code from vignettes because system.file("doc", > "my.bioc.package") returns "". try rereading the help page for system.file. Because the first arg to system.file is '...', you need to name your arguments: > system.file("doc", "Biobase") [1] "" > system.file("doc", package="Biobase") [1] "/Users/seth/RLIB/2.6/Biobase/doc" And this is shown in the example on the webpage you found... + seth -- Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center BioC: http://bioconductor.org/ Blog: http://userprimary.net/user/
Cancer Cancer • 612 views
ADD COMMENT

Login before adding your answer.

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