Type: Package Package: checklist Title: A Thorough and Strict Set of Checks for R Packages and Source Code Version: 0.6.0 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", "pbl"), comment = c(ROR = "00j54wy13")) ) 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, citeme (>= 0.1.2), cli, desc, devtools (> 2.4.0), gert, hunspell, lintr (>= 3.3.0), pkgdown (>= 2.0.7), R6, rcmdcheck, rmarkdown, sessioninfo, utils, withr, yaml Suggests: bookdown, covr, curl, cyclocomp, knitr, mockery, pak, renv, roxygen2, rstudioapi, showtext, sysfonts, testthat VignetteBuilder: knitr Additional_repositories: https://inbo.r-universe.dev Config/citeme/communities: inbo Config/citeme/keywords: quality control; documentation; publication; inbo_version Config/roxygen2/version: 8.0.0 Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) SystemRequirements: Pandoc (>= 1.17.2) Repository: https://thierryo.r-universe.dev Date/Publication: 2026-06-22 15:59:39 UTC RemoteUrl: https://github.com/inbo/checklist RemoteRef: HEAD RemoteSha: 4d2e67c996a3252c1c0390bce7cd49481dd34f96 NeedsCompilation: no Packaged: 2026-06-22 20:08:52 UTC; root Author: Thierry Onkelinx [aut, cre] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Els Lommelen [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Hans Van Calster [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Research Institute for Nature and Forest (INBO) [cph, fnd, pbl] (ROR: ) Maintainer: Thierry Onkelinx