Re: [Rd] R check false positive - multiple versions of a dependency

2021-04-25 Thread Dénes Tóth
On 4/24/21 5:52 PM, Duncan Murdoch wrote: I'd say a NOTE is appropriate even if upper and lower limits are allowed, but the wording of the current note should be changed, e.g. your example should say "Package listed more than once in Depends, Imports, Suggests, Enhances: ‘stats’" If

Re: [Rd] R check false positive - multiple versions of a dependency

2021-04-24 Thread Duncan Murdoch
I'd say a NOTE is appropriate even if upper and lower limits are allowed, but the wording of the current note should be changed, e.g. your example should say "Package listed more than once in Depends, Imports, Suggests, Enhances: ‘stats’" If you really meant to do this, you can ignore the

[Rd] R check false positive - multiple versions of a dependency

2021-04-24 Thread Dénes Tóth
Disclaimer: I sent this report first to r-package-de...@r-project.org but it seems it has not been delivered to the list - re-trying to r-devel Dear R maintainers, Use case: Restrict the acceptable versions of an imported package (e.g., 'pkg') to a closed interval. That is, provid