How to include external applications in package vignette code?
1
0
Entering edit mode
Guest User ★ 13k
@guest-user-4897
Last seen 9.6 years ago
Hi, I have created an R package that makes extensive use of external applications (BLAST and MUSCLE) in a typical workflow. I have written a sweave document that could be used as a vignette but which I currently 'build' separately because it makes use of local installations of the two external applications. Is there any way that I could get this package into Bioconductor with a vignette that won't build until the user installs these applications? Or should I just sent it to CRAN? Cheers, Dave Gerrard -- output of sessionInfo(): NA -- Sent via the guest posting facility at bioconductor.org.
• 631 views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
On Thu, Mar 1, 2012 at 9:05 AM, Dave Gerrard [guest] <guest at="" bioconductor.org=""> wrote: > > Hi, > I have created an R package that makes extensive use of external applications (BLAST and MUSCLE) in a typical workflow. I have written a sweave document that could be used as a vignette but which I currently 'build' separately because it makes use of local installations of the two external applications. Is there any way that I could get this package into Bioconductor with a vignette that won't build until the user installs these applications? Or should I just sent it to CRAN? > You might just add an eval=false to the appropriate chunks. That may mean that you need to include some small example MUSCLE and BLAST outputs so that the rest of your code can work from that instead. Sean
ADD COMMENT

Login before adding your answer.

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