NEWS.md
dev/02-development.R to keep track of the development process.{CorradoLanera/autotestthat}.{lintr} package and GitHub Actions.{pkgdown}, automatically deployed by a GitHub Action. Including a Badge-button for the README file.{renv} library and environment (with setting snapshot.type = "explicit") to track the packages effectively used by the package.{lintr} static checks.{testthat}.data-raw/ and data-raw/DATASET.R inside it to prepare the data for the package.usethis::use_spell_check().)LICENSE.md file.README.Rmd (knitted to README.md) has the landing page of the project, including the logo, the lifecycle badge (“maturing”), and the Code of Conduct (including the CODE_OF_CONDUCT.md file).R/pkgsetup-package.R to create the standard R package documentation.DESCRIPTION file with the project’s informations.dev/01-setup.R (.Rbuildignored) to keep track of the setup process.NEWS.md file to track changes to the package.