Type: Package Package: checklist Title: A Thorough and Strict Set of Checks for R Packages and Source Code Version: 0.6.1 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.4), cli, cyclocomp, 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, 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) Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://inbo.r-universe.dev Date/Publication: 2026-06-28 12:25:12 UTC RemoteUrl: https://github.com/inbo/checklist RemoteRef: HEAD RemoteSha: 5e93a3b6ae945aaac666e2a490ff2fd4f94244c7 NeedsCompilation: no Packaged: 2026-06-28 13:28:08 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