Open
Description
I have some Vignettes written using good practices of the BiocStyle format that I wanted to convert to a pkgdown website. However, I can't replace BiocStyle::html_document:
with bookdown::html_document2
because then the bookdown then start complaining about places where I used BiocStyle functions, such as where Rpackage
is BiocStyle function.
The `r Rpackage("testpkg")` has been developed .....
When using pkgdown: as_is: true
followed by running build_site(devel=TRUE)
, I get the following error:
Reading vignettes/Gene_ID_Conversion.Rmd
Error in `haystack[haystack$similar > 0, ]`:
! incorrect number of dimensions
Run `rlang::last_trace()` to see where the error occurred.
output:
BiocStyle::html_document:
toc_float: true
toc: true
number_sections: true
pkgdown:
as_is: true
Metadata
Metadata
Assignees
Labels
No labels