Skip to content

[Bioc-devel] Package Without a Vignette

3 messages · Dario Strbenac, Martin Morgan, Stefan Haunsberger

#
Hello,

The newly added Bioconductor package miRNAmeConverter has no vignette, although a vignette is a requirement for Bioconductor packages which are not simply annotation databases.

--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
#
On 03/22/2016 03:00 AM, Dario Strbenac wrote:
Rather, the package has a vignette, but it is not built.

This is because of the '\\' in the vignette header. Also, the 'html' and 
'pdf' versions of the vignette should not be in SVN.

I've cc'd the maintainer.

Martin


Index: miRNAmeConverter-vignette.Rmd
===================================================================
--- miRNAmeConverter-vignette.Rmd	(revision 115094)
+++ miRNAmeConverter-vignette.Rmd	(working copy)
@@ -9,9 +9,9 @@
  csl: apa.csl
  bibliography: references.bib
  vignette: >
-   %\\VignetteIndexEntry{miRNAmeConverter-vignette}
-   %\\VignetteEncoding{UTF-8}
-   %\\VignetteEngine{knitr::rmarkdown}
+   %\VignetteIndexEntry{miRNAmeConverter-vignette}
+   %\VignetteEncoding{UTF-8}
+   %\VignetteEngine{knitr::rmarkdown}
  ---

  <!-- output:
This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.
#
Hi,

Yes, my bad. I'm already on it.

Thanks,
Stefan

On Tue, Mar 22, 2016 at 10:14 AM Martin Morgan <
martin.morgan at roswellpark.org> wrote: