Skip to content

Commit

Permalink
specify teal minimal version (#12)
Browse files Browse the repository at this point in the history
an attempt to fix #11

I think the last "global" change was shinyvalidate. I derieved min
versions from linked PRs to
insightsengineering/NEST-roadmap#57. Please
correct me if I missed something.
It's a shortcut solution. More correct would be to implement min version
of teal in tmg and others.

---------

Co-authored-by: Dawid Kałędkowski <[email protected]>
  • Loading branch information
pawelru and gogonzo authored Feb 28, 2023
1 parent 82ca74c commit b52814e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@ Suggests:
scda.2022 (>= 0.1.3),
sparkline,
stringr,
teal (>= 0.12.0),
teal (>= 0.12.0.9023),
teal.data (>= 0.1.2),
teal.goshawk (>= 0.1.14),
teal.modules.clinical (>= 0.8.14),
teal.modules.general (>= 0.2.15),
teal.slice (>= 0.2.0.9024),
teal.goshawk (>= 0.1.14.9009),
teal.modules.clinical (>= 0.8.14.9021),
teal.modules.general (>= 0.2.15.9017),
teal.modules.hermes (>= 0.1.4),
teal.osprey (>= 0.1.15),
teal.transform (>= 0.2.0),
teal.osprey (>= 0.1.15.9009),
teal.transform (>= 0.2.0.9011),
teal.widgets (>= 0.2.0),
testthat (>= 2.0),
tidyr
Expand Down

0 comments on commit b52814e

Please sign in to comment.