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

Error: different `language` found in DESCRIPTION #100

Closed rempsyc closed 1 year ago

rempsyc commented 1 year ago

I always get the same error regardless of the function I use, Error: different 'language' found in DESCRIPTION. I tried checklist::setup_package() for a new package.

> checklist::setup_package()
No `checklist.yml` found. Assuming this is a project.
Error: different `language` found in DESCRIPTION

My description file has the following language information:

Encoding: UTF-8
Language: en-US

Anything I'm missing? Here is my description file: https://github.com/rempsyc/report/blob/main/DESCRIPTION

ThierryO commented 1 year ago

This should be fixed in the upcoming version 0.3.0. See #94 .