Skip to content

Commit

Permalink
Merge branch 'main' into 1352_functions_raise_warnings@main
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr authored Oct 10, 2024
2 parents c53b690 + d82ce14 commit 285a939
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# All available hooks: https://pre-commit.com/hooks.html
# R specific hooks: https://github.com/lorenzwalthert/precommit
default_stages: [commit]
default_stages: [pre-commit]
default_language_version:
python: python3
repos:
Expand Down
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal
Title: Exploratory Web Apps for Analyzing Clinical Trials Data
Version: 0.15.2.9069
Date: 2024-10-04
Version: 0.15.2.9070
Date: 2024-10-09
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
Expand Down Expand Up @@ -59,7 +59,7 @@ Suggests:
mirai (>= 1.1.1),
MultiAssayExperiment,
R6,
renv (>= 1.0.7),
renv (>= 1.0.10.9000),
rmarkdown (>= 2.23),
rvest (>= 1.0.0),
shinytest2,
Expand All @@ -71,6 +71,8 @@ VignetteBuilder:
knitr
RdMacros:
lifecycle
Remotes:
rstudio/renv
Config/Needs/verdepcheck: rstudio/shiny, insightsengineering/teal.data,
insightsengineering/teal.slice, mllg/checkmate, jeroen/jsonlite,
r-lib/lifecycle, daroczig/logger, shikokuchuo/mirai,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal 0.15.2.9069
# teal 0.15.2.9070

### New features

Expand Down

0 comments on commit 285a939

Please sign in to comment.