Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Sep 29, 2023
2 parents 33aa1f4 + 0a48af8 commit db33564
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test-strategy: ["min", "release", "max"]
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
secrets:
Expand Down
33 changes: 20 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal.slice
Title: Filter Module for 'teal' Applications
Version: 0.4.0.9013
Date: 2023-09-19
Version: 0.4.0.9014
Date: 2023-09-21
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand All @@ -29,37 +29,44 @@ URL: https://insightsengineering.github.io/teal.slice/,
BugReports: https://github.com/insightsengineering/teal.slice/issues
Depends:
R (>= 4.0),
shiny
shiny (>= 1.6.0)
Imports:
bslib (>= 0.4.0),
checkmate,
dplyr,
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
grDevices,
htmltools,
htmltools (>= 0.5.4),
jsonlite,
lifecycle,
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
methods,
plotly,
R6,
shinycssloaders,
plotly (>= 4.9.2.2),
R6 (>= 2.2.0),
shinycssloaders (>= 1.0.0),
shinyjs,
shinyWidgets (>= 0.6.2),
teal.data (>= 0.3.0),
teal.logger (>= 0.1.1),
teal.widgets (>= 0.4.0)
Suggests:
knitr,
knitr (>= 1.42),
MultiAssayExperiment,
rmarkdown,
SummarizedExperiment,
testthat (>= 3.1.5),
utils,
withr
withr (>= 2.1.0)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/Needs/verdepcheck: rstudio/shiny, rstudio/bslib, mllg/checkmate,
tidyverse/dplyr, rstudio/htmltools, jeroen/jsonlite, r-lib/lifecycle,
daroczig/logger, plotly/plotly, r-lib/R6, daattali/shinycssloaders,
daattali/shinyjs, dreamRs/shinyWidgets, insightsengineering/teal.data,
insightsengineering/teal.logger, insightsengineering/teal.widgets,
yihui/knitr, MultiAssayExperiment=bioc::MultiAssayExperiment,
SummarizedExperiment=bioc::SummarizedExperiment, r-lib/testthat,
r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# teal.slice 0.4.0.9013
# teal.slice 0.4.0.9014

### Miscellaneous

* Specified minimal version of package dependencies.

# teal.slice 0.4.0

Expand Down

0 comments on commit db33564

Please sign in to comment.