Skip to content

Commit

Permalink
update upstream versions (#66)
Browse files Browse the repository at this point in the history
# Pull Request

<!--- Replace `#nnn` with your issue link for reference. -->

Fixes #nnn
  • Loading branch information
shajoezhu authored Apr 17, 2024
1 parent 8ebb97e commit 87e71af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tern.rbmi
Title: Create interface for rbmi and tern
Version: 0.1.2.9013
Version: 0.1.3
Date: 2024-03-19
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
Expand All @@ -15,14 +15,14 @@ BugReports: https://github.com/insightsengineering/tern.rbmi/issues
Depends:
R (>= 3.6),
rbmi (>= 1.2.5),
tern (>= 0.9.3)
tern (>= 0.9.4)
Imports:
broom (>= 0.5.4),
checkmate (>= 2.1.0),
formatters (>= 0.5.5),
formatters (>= 0.5.6),
lifecycle (>= 0.2.0),
magrittr (>= 1.5),
rtables (>= 0.6.6)
rtables (>= 0.6.7)
Suggests:
dplyr (>= 1.0.3),
knitr (>= 1.42),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `tern.rbmi` 0.1.2.9013
# `tern.rbmi` 0.1.3

* Specified minimal version of package dependencies.
* Corrected tidy.pool function signature
Expand Down

0 comments on commit 87e71af

Please sign in to comment.