Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Nov 4, 2024
1 parent ac35e0a commit ec65d5f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Imports:
logger,
mosaic,
pkgload,
plotly,
R6,
shiny,
stats,
stringr,
tidybayes
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
useDynLib(epikinetics, .registration = TRUE)
2 changes: 1 addition & 1 deletion R/epikinetics-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @importFrom data.table .NGRP
#' @importFrom data.table .SD
#' @importFrom data.table data.table
#' @importFrom ggplot2 aes facet_wrap geom_point geom_ribbon geom_line geom_smooth ggplot guides guide_legend scale_y_continuous
#' @importFrom ggplot2 aes facet_wrap geom_point geom_ribbon geom_line geom_smooth ggplot guides guide_legend scale_y_continuous theme unit
#' @useDynLib epikinetics, .registration = TRUE
## usethis namespace: end

Expand Down
2 changes: 1 addition & 1 deletion R/inspect-model.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ inspect_model <- function(mod, private) {
}
})

output$data_plot <- renderUI({
output$data_plot <- shiny::renderUI({
if (nrow(data()) > 0) {
plotly::plotlyOutput("data")
} else {
Expand Down
2 changes: 1 addition & 1 deletion man/convert_log2_scale.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec65d5f

Please sign in to comment.