Open kaitejohnson opened 2 months ago
The pre-commit hook id: deps-in-desc should allow you to specify that the root should be within the package directory like:
id: deps-in-desc
id: use-tidy-description args: [--root=<R package root>]
As described here. However, this doesn't seem to be working for this repo, we tried
id: deps-in-desc args: [--root=cfaforecastrenewalww]
And still got a bunch of errors about package dependencies that were in the DESCRIPTION file.
DESCRIPTION
Problem
The pre-commit hook
id: deps-in-desc
should allow you to specify that the root should be within the package directory like:As described here. However, this doesn't seem to be working for this repo, we tried
And still got a bunch of errors about package dependencies that were in the
DESCRIPTION
file.