Files in inbo/checklist
A Thorough and Strict Set of Checks for R Packages and Source Code

.Rbuildignore
.dockerignore
.github/CODE_OF_CONDUCT.md .github/CONTRIBUTING.md
.github/workflows/check_on_branch.yml
.github/workflows/check_on_different_r_os.yml
.github/workflows/check_on_main.yml
.github/workflows/release.yml
.gitignore
.zenodo.json
CITATION.cff
DESCRIPTION
Dockerfile
LICENSE.md
NAMESPACE
NEWS.md R/add_badges.R R/bookdown_zenodo.R R/c_sort.R R/check_codemeta.R R/check_cran.R R/check_description.R R/check_documentation.R R/check_environment.R R/check_filename.R R/check_folder.R R/check_lintr.R R/check_package.R R/check_project.R R/check_source.R R/check_spelling.R R/checklist_class.R R/citation_bookdown.R R/citation_description.R R/citation_meta_class.R R/citation_quarto.R R/citation_readme.R R/clean_git.R R/create_draft_pr.R R/create_hexsticker.R R/create_package.R R/custom_dictionary.R R/default_organisation.R R/defunct.R R/new_branch.R R/organisation_class.R R/prepare_ghpages.R R/read_checklist.R R/read_organisation.R R/set_license.R R/set_tag.R R/setup_package.R R/setup_project.R R/setup_source.R R/spelling_class.R R/spelling_parse.R R/store_authors.R
R/sysdata.rda
R/update_citation.R R/upload_zenodo.R R/use_author.R R/utils.R R/write_checklist.R R/write_citation_cff.R R/write_organisation.R R/write_zenodo_json.R README.Rmd README.md
_pkgdown.yml
checklist.Rproj
checklist.yml
codecov.yml
data-raw/create_logo.R data-raw/dictionary.R data-raw/iso_639_3.R
docker-compose.test.yml
docker/.Rprofile
docker/.gitignore
docker/build.sh
docker/entrypoint_package.sh
docker/entrypoint_project.sh
docker/entrypoint_source.sh
docker/upgrade_texlive.sh
inst/CITATION
inst/bookdown/_bookdown.yml
inst/bookdown/abstract.Rmd
inst/bookdown/bookdown.Rproj
inst/bookdown/index.Rmd
inst/build.sh
inst/check-box.svg
inst/en_gb.dic
inst/fonts/flanders_art_sans_medium.ttf
inst/generic_template/CODE_OF_CONDUCT.md inst/generic_template/cc_by_4_0.md inst/generic_template/cc_by_sa_4_0.md
inst/generic_template/gitignore
inst/generic_template/gplv3.md inst/generic_template/mit.md
inst/inbo-empty.png
inst/lintr
inst/logo-background.svg
inst/package_template/CONTRIBUTING.md inst/package_template/README.Rmd
inst/package_template/_pkgdown.yml
inst/package_template/background-pattern.png
inst/package_template/check_on_branch.yml
inst/package_template/check_on_different_r_os.yml
inst/package_template/check_on_main.yml
inst/package_template/codecov.yml
inst/package_template/flanders.woff
inst/package_template/flanders.woff2
inst/package_template/logo-en.png
inst/package_template/pkgdown.css
inst/package_template/rbuildignore
inst/package_template/release.yml
inst/package_template/rproj.template
inst/project_template/check_project.yml
inst/project_template/checklist.R
inst/project_template/rproj.template
inst/source_template/README.Rmd
inst/source_template/check_source.yml
inst/spelling/inbo.dic
inst/spelling/stats_en.dic
inst/spelling/stats_nl.dic
man-roxygen/checklist_structure.R man-roxygen/graphics.R man/add_badges.Rd man/ask_yes_no.Rd man/author2df.Rd man/bookdown_zenodo.Rd man/c_sort.Rd man/check_codemeta.Rd man/check_cran.Rd man/check_description.Rd man/check_documentation.Rd man/check_environment.Rd man/check_filename.Rd man/check_folder.Rd man/check_license.Rd man/check_lintr.Rd man/check_package.Rd man/check_project.Rd man/check_source.Rd man/check_spelling.Rd man/checklist.Rd man/citation_meta.Rd man/clean_git.Rd man/create_draft_pr.Rd man/create_hexsticker.Rd man/create_package.Rd man/create_project.Rd man/custom_dictionary.Rd man/default_organisation.Rd man/defunct.Rd man/execshell.Rd
man/figures/background-pattern.png
man/figures/flanders.woff
man/figures/flanders.woff2
man/figures/logo-en.png
man/figures/logo.svg
man/is_repository.Rd man/is_workdir_clean.Rd man/menu_first.Rd man/new_branch.Rd man/organisation.Rd man/prepare_ghpages.Rd man/print.checklist_spelling.Rd man/read_checklist.Rd man/read_organisation.Rd man/set_license.Rd man/set_tag.Rd man/setup_package.Rd man/setup_project.Rd man/setup_source.Rd man/spelling.Rd man/store_authors.Rd man/tidy_desc.Rd man/update_citation.Rd man/use_author.Rd man/validate_email.Rd man/validate_orcid.Rd man/write_checklist.Rd man/write_citation_cff.Rd man/write_organisation.Rd man/write_zenodo_json.Rd man/yesno.Rd
pkgdown/extra.css
pkgdown/favicon/apple-touch-icon-120x120.png
pkgdown/favicon/apple-touch-icon-152x152.png
pkgdown/favicon/apple-touch-icon-180x180.png
pkgdown/favicon/apple-touch-icon-60x60.png
pkgdown/favicon/apple-touch-icon-76x76.png
pkgdown/favicon/apple-touch-icon.png
pkgdown/favicon/favicon-16x16.png
pkgdown/favicon/favicon-32x32.png
pkgdown/favicon/favicon.ico
test_docker.sh
tests/testthat.R tests/testthat/test_a_author.R tests/testthat/test_a_create_hexsticker.R tests/testthat/test_a_is_tracked_not_modified.R tests/testthat/test_a_is_workdir_clean.R tests/testthat/test_a_language.R tests/testthat/test_a_organisation.R tests/testthat/test_a_read_checklist.R tests/testthat/test_a_validate_email.R tests/testthat/test_a_yesno.R tests/testthat/test_b_check_environment.R tests/testthat/test_b_check_filename.R tests/testthat/test_b_clean_git.R tests/testthat/test_c_create_package.R tests/testthat/test_c_new_branch.R tests/testthat/test_d_check_description.R tests/testthat/test_d_check_license.R tests/testthat/test_d_check_lintr.R tests/testthat/test_d_check_spelling.R tests/testthat/test_d_prepare_ghpages.R tests/testthat/test_d_set_tag.R tests/testthat/test_d_setup_package.R tests/testthat/test_d_update_citation.R tests/testthat/test_e_bookdown_zenodo.R
vignettes/.gitignore
vignettes/folder.Rmd vignettes/getting_started.Rmd vignettes/getting_started_project.Rmd vignettes/organisation.Rmd vignettes/path.Rmd vignettes/philosophy.Rmd
vignettes/references.bib
vignettes/spelling.Rmd vignettes/zenodo.Rmd
inbo/checklist documentation built on June 15, 2025, 12:54 p.m.