Bioconductor / BiocStyle

Issues and pull requests for BiocStyle should go here.
12 stars 20 forks source link

typesetting of header / yaml #55

Open kasperdanielhansen opened 6 years ago

kasperdanielhansen commented 6 years ago

On both Safari and Chrome on OS X I see the top of the following vignette rendered with weird indentation: http://bioconductor.org/packages/devel/bioc/vignettes/BiocStyle/inst/doc/AuthoringRmdVignettes.html

I see

I think all bold headers should have the same indentation level, and personally I think they should be non-indented.

I think it is weird that there is a newline after package. I would prefer no newline after the yaml stuff.

I think the auto-adding of the compilation time date is "bad" as we have seen from experience. I propose that at a minimum it gets prefaced with "Compilation date:" and I also think we should have the capability (and demonstrated in the package vignette) to have an "Last edited date:". Experience have shown this to be very useful.