Package: <Package_name>
Title: What the Package Does (One Line, Title Case)
Description: 
    This sentence is a placeholder. It should be changed by the author of 
    the package to describe the purpose of this BiocBook. 
    It should be at least 3 sentences otherwise `BiocCheck` will complain.
Version: 0.98.0
Date: `r date()`
Authors@R: 
    person(
        "First", "Last", , "first.last@example.com", 
        role = c("aut", "cre"),
        comment = c(ORCID = "YOUR-ORCID-ID")
    )
URL: https://github.com/<github_user>/<Package_name>
BugReports: https://github.com/<github_user>/<Package_name>
Depends:
    R (>= 4.3)
Imports:
Suggests:
    BiocManager, 
    BiocVersion, 
    BiocStyle, 
    glue,
    sessioninfo,
    knitr 
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
BiocType: Book
License: MIT + file LICENSE
VignetteBuilder: knitr
BiocBookTemplate: 1.0.6
SystemRequirements: quarto
