inbo / checklist

An R package for checking R packages and R code
https://inbo.github.io/checklist
GNU General Public License v3.0
16 stars 2 forks source link

Assume it's a package when `Description` file is available #96

Closed peterdesmet closed 1 year ago

peterdesmet commented 1 year ago

For a repository without a checklist.yml but with a DESCRIPTION file, why doesn't checklist assume this is a package? I think it did so before. Now I get:

> checklist::check_description()
No `checklist.yml` found. Assuming this is a project.
Error: `check_description()` is only relevant for packages.
`checklist.yml` indicates this is not a package.
ThierryO commented 1 year ago

fixed by 446e529 in #94