Skip to content

Commit 6bbfca1

Browse files
bschilderclaude
andcommitted
Add desc to Suggests to fix R CMD check warning
The test-description_helpers.R uses desc::desc() which triggers 'import not declared' warning, treated as error by rworkflows. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 949a1a4 commit 6bbfca1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ Imports:
4444
parallel,
4545
rworkflows
4646
Suggests:
47+
desc,
4748
markdown,
48-
rmarkdown,
49+
rmarkdown,
4950
testthat (>= 3.0.0),
5051
remotes,
5152
knitr,

0 commit comments

Comments
 (0)