Skip to content

Commit

Permalink
dont worry about warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
talegari committed May 30, 2024
1 parent c04c4bb commit 2748a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
args: 'c("--no-manual", "--as-cran", "--no-vignettes", "--no-build-vignettes")'
upload-snapshots: true
build_args: 'c("--no-manual","--no-build-vignettes")'
error-on: '"error"'
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Imports:
checkmate (>= 2.3.1),
tidytable (>= 0.11.0),
data.table (>= 1.14.6),
DescTools,
MetricsWeighted
DescTools (>= 0.99.54),
MetricsWeighted (>= 1.0.3),
Suggests:
AmesHousing (>= 0.0.3),
dplyr (>= 0.8),
Expand Down

0 comments on commit 2748a71

Please sign in to comment.