Skip to content

Commit

Permalink
nothing important
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Jan 31, 2025
1 parent 5991426 commit 629661c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ importFrom(dplyr,enquos)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_any)
importFrom(dplyr,last)
importFrom(dplyr,last_col)
importFrom(dplyr,left_join)
Expand All @@ -101,6 +102,7 @@ importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,na_if)
importFrom(dplyr,pick)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
Expand Down
1 change: 1 addition & 0 deletions R/viewer.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#TODO: height en % plutôt qu'en px?
#TODO: layout plutôt que dom (mettre tous les widgets en haut si possible)

#'@noRd
#'@examples
#'import_to_list("#' @importFrom bslib card card_body sidebar")
#'import_to_list("shiny actionButton selectInput actionLink tags textOutput")
Expand Down

0 comments on commit 629661c

Please sign in to comment.