Skip to content

Commit

Permalink
add deps: bslib, crosstalk, DT, htmltools, shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis authored and sigven committed Jun 13, 2024
1 parent 2f4babe commit 86a2ae7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
5 changes: 5 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,19 @@ Remotes: github::sigven/pcgr/pcgrr
Imports:
assertable,
assertthat,
bslib,
crosstalk,
dplyr,
DT,
ggplot2,
glue,
htmltools,
openxlsx2,
pcgrr,
quarto,
readr,
rlang,
shiny,
stringr,
stringi,
tidyr
Expand Down
10 changes: 10 additions & 0 deletions R/utils_shortcuts.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@
NULL

utils::globalVariables(c("."))

#' @noRd
dummy1 <- function() {
# Solves R CMD check: Namespaces in Imports field not imported from
DT::datatable
htmltools::br
shiny::bootstrapPage
bslib::page_fillable
crosstalk::filter_select
}
12 changes: 11 additions & 1 deletion conda/recipe/cpsr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,41 @@ requirements:
- r-base ==4.3.3
- r-assertable
- r-assertthat
- r-bslib
- r-crosstalk
- r-dplyr
- r-dt
- r-ggplot2
- r-glue
- r-htmltools
- r-openxlsx2
- r-pcgrr
- r-quarto
- quarto
- r-readr
- r-rlang
- r-shiny
- r-stringr
- r-stringi
- r-tidyr
run:
- r-base
- r-base ==4.3.3
- r-assertable
- r-assertthat
- r-bslib
- r-crosstalk
- r-dplyr
- r-dt
- r-ggplot2
- r-glue
- r-htmltools
- r-openxlsx2
- r-pcgrr
- r-quarto
- quarto
- r-readr
- r-rlang
- r-shiny
- r-stringr
- r-stringi
- r-tidyr
Expand Down

0 comments on commit 86a2ae7

Please sign in to comment.