Skip to content

Commit

Permalink
Merge branch 'main' into remove_lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr authored Jan 31, 2025
2 parents 01ea66b + dd9597f commit c7da294
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.reporter
Title: Reporting Tools for 'shiny' Modules
Version: 0.4.0.9001
Date: 2025-01-29
Version: 0.4.0.9002
Date: 2025-01-31
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
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.reporter 0.4.0.9001
# teal.reporter 0.4.0.9002

# teal.reporter 0.4.0

Expand Down
8 changes: 4 additions & 4 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}

.onAttach <- function(libname, pkgname) {
packageStartupMessage(
if (!requireNamespace("formatR", quietly = TRUE)) {
if (!requireNamespace("formatR", quietly = TRUE)) {
packageStartupMessage(
"For better code formatting, consider installing the formatR package."
}
)
)
}
}

0 comments on commit c7da294

Please sign in to comment.