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

filename with capitals in adopted methods #59

Closed ElsLommelen closed 3 years ago

ElsLommelen commented 3 years ago

In one of my packages (inbodb) I overwrote some methods from another package to add some minor functionality. These methods follow other naming conventions (lower camel case for method, upper camel case for method), and as a consequence, the filenames of the documentation are not following the naming conventions. (For some reason they also use - as a separator between method name, package name and method.) This results in 1 warning and 1 error for each method:

What is the most convenient way to solve this problem?

ElsLommelen commented 3 years ago

It seems commit ac08d7c mentions that this problem is solved by ignoring .Rd-files, but in version 0.1.12, these files are not ignored and the same warnings and errors still appear.

ThierryO commented 3 years ago

Should be fixed in #63