Type: Package
Package: checklist
Title: A Thorough and Strict Set of Checks for R Packages and Source Code
Version: 0.3.6
Authors@R: c(
    person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Els", "Lommelen", , "els.lommelen@inbo.be", role = "ctb",
           comment = c(ORCID = "0000-0002-3481-5684", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Hans", "Van Calster", , "hans.vancalster@inbo.be", role = "ctb",
           comment = c(ORCID = "0000-0001-8595-8426", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Research Institute for Nature and Forest (INBO)", , , "info@inbo.be", role = c("cph", "fnd"))
  )
Description: An opinionated set of rules for R packages and R source code
    projects.
License: GPL-3
URL: https://inbo.github.io/checklist/, https://github.com/inbo/checklist,
    https://doi.org/10.5281/zenodo.4028303
BugReports: https://github.com/inbo/checklist/issues
Depends:
    R (>= 4.1.0)
Imports:
    assertthat,
    cli,
    codemetar,
    desc,
    devtools (> 2.4.0),
    fs,
    gert,
    httr,
    hunspell,
    jsonlite,
    knitr,
    lintr (>= 3.0.2.9000),
    pkgdown (>= 2.0.7),
    R6,
    rcmdcheck,
    renv,
    rmarkdown,
    sessioninfo,
    utils,
    withr,
    yaml
Suggests:
    bookdown,
    covr,
    curl,
    mockery,
    roxygen2,
    rstudioapi,
    showtext,
    sysfonts,
    testthat,
    zen4R (>= 0.10)
VignetteBuilder: 
    knitr
Config/checklist/communities: inbo
Config/checklist/keywords: quality control; documentation; publication
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: Pandoc (>= 1.17.2)
