Skip to content

Commit 55f90d2

Browse files
llrs-rochem7pr
andauthored
Remove magrittr dependency (#225)
# Pull Request Fixes #224 - Depends on #216 Checks with --as-cran ran clean. I didn't find any instance where %>% was used in the package and as it is suggested I don't think it will be needed to check teal.gallery or other packages. But no reverse dependencies were done yet. --------- Co-authored-by: Marcin <[email protected]>
1 parent a235176 commit 55f90d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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,7 +44,7 @@ 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,
47+
r-lib/cli, yihui/knitr, rstudio/rmarkdown,
4948
rstudio/shiny, r-lib/testthat, r-lib/withr
5049
Config/Needs/website: insightsengineering/nesttemplate
5150
Encoding: UTF-8

0 commit comments

Comments
 (0)