Skip to content

When using BiocStyle with pkgdown: as_is I get error: Error in haystack[haystack$similar > 0, ]: #2900

Open
@Rohit-Satyam

Description

@Rohit-Satyam

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions