Skip to content

Commit

Permalink
fix: move knitr from suggests to imports to fix styler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iantaylor-NOAA committed May 30, 2024
1 parent 23ceaa8 commit 374e041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Imports:
cli,
fs,
stats,
TMB (>= 1.8.0)
TMB (>= 1.8.0),
knitr
Suggests:
spelling,
knitr
spelling
LinkingTo:
RcppEigen,
TMB
Expand Down

0 comments on commit 374e041

Please sign in to comment.