Skip to content

Commit 9695f84

Browse files
committed
Merge branch 'main' into integer_shorthand_regression@211_subset@main
2 parents 06289d0 + bd5ef47 commit 9695f84

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

DESCRIPTION

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal.code
33
Title: Code Storage and Execution Class for 'teal' Applications
4-
Version: 0.5.0.9014
5-
Date: 2024-11-08
4+
Version: 0.5.0.9015
5+
Date: 2024-11-11
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
88
person("Aleksander", "Chlebowski", , "[email protected]", role = "aut"),
@@ -34,7 +34,6 @@ Imports:
3434
Suggests:
3535
cli (>= 3.4.0),
3636
knitr (>= 1.42),
37-
magrittr (>= 1.5),
3837
rmarkdown (>= 2.23),
3938
shiny (>= 1.6.0),
4039
testthat (>= 3.1.8),
@@ -45,8 +44,8 @@ VignetteBuilder:
4544
RdMacros:
4645
lifecycle
4746
Config/Needs/verdepcheck: mllg/checkmate, r-lib/lifecycle, r-lib/rlang,
48-
r-lib/cli, yihui/knitr, tidyverse/magrittr, rstudio/rmarkdown,
49-
rstudio/shiny, r-lib/testthat, r-lib/withr
47+
r-lib/cli, yihui/knitr, rstudio/rmarkdown, rstudio/shiny,
48+
r-lib/testthat, r-lib/withr
5049
Config/Needs/website: insightsengineering/nesttemplate
5150
Encoding: UTF-8
5251
Language: en-US

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.code 0.5.0.9014
1+
# teal.code 0.5.0.9015
22

33
### Enhancements
44

0 commit comments

Comments
 (0)