Skip to content

Commit

Permalink
update package dependencies (#342)
Browse files Browse the repository at this point in the history
close #340
  • Loading branch information
clarkliming authored Dec 19, 2022
1 parent 616aca7 commit 86850fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ inst/doc
docs
temp
*.bak
.Renviron
.Rprofile
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ License: Apache License 2.0 | file LICENSE
Depends:
R (>= 4.0.0)
Imports:
checkmate,
dm,
checkmate (>= 2.0),
dm (>= 1.0),
dplyr,
dunlin (>= 0.1.1),
dunlin (> 0.1.1),
forcats,
formatters,
formatters (> 0.3.4),
ggplot2,
magrittr,
methods,
rlang,
rlistings,
rtables,
rlistings (> 0.1.1),
rtables (> 0.5.3),
scda (>= 0.1.5),
scda.2022 (>= 0.1.3),
tern (>= 0.7.10),
tern (> 0.7.10),
tibble,
yaml
Suggests:
Expand Down
1 change: 0 additions & 1 deletion R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@
#' @importFrom stats setNames
#' @importFrom tibble tribble
#' @importFrom yaml read_yaml
#' @importFrom rtables drop_split_levels
"_PACKAGE"

0 comments on commit 86850fb

Please sign in to comment.