Skip to content

Conversation

@chlebowa
Copy link
Contributor

@chlebowa chlebowa commented Feb 1, 2024

Closes #1076

@chlebowa chlebowa added the core label Feb 1, 2024
@chlebowa chlebowa changed the title 1076 reorder formals@pre release cleanup@main 1076 reorder formals Feb 1, 2024
@chlebowa chlebowa linked an issue Feb 1, 2024 that may be closed by this pull request
@chlebowa chlebowa mentioned this pull request Feb 1, 2024
36 tasks
Copy link
Contributor

@averissimo averissimo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Funny how we were already using this order in the getting-started-with-team.Rmd

There's another checkmate::check_*" on srv_teal_with_splash()`, include it here or let's just push it to the pre-release branch

srv_teal_with_splash <- function(id, data, modules, filter = teal_slices()) {
  checkmate::assert_character(id, max.len = 1, any.missing = FALSE)
  checkmate::check_multi_class(data, c("teal_data", "teal_data_module")) # <-
# ...

@averissimo averissimo self-assigned this Feb 1, 2024
@chlebowa
Copy link
Contributor Author

chlebowa commented Feb 1, 2024

Funny how we were already using this order

The Natural Order of Things 😉

@chlebowa chlebowa merged commit 3bdb09a into pre-release-cleanup@main Feb 2, 2024
@chlebowa chlebowa deleted the 1076_reorder_formals@pre-release-cleanup@main branch February 2, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

reorder formals in init

3 participants