Skip to content

Commit bf597df

Browse files
committed
Add shinycssloaders dependency
1 parent fbd6e3e commit bf597df

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Imports:
99
magrittr,
1010
ReliaGrowR,
1111
ReliaPlotR,
12+
shinycssloaders,
1213
WeibullR,
1314
WeibullR.ALT,
1415
shiny,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ importFrom(WeibullR.ALT,alt.fit)
1717
importFrom(WeibullR.ALT,alt.make)
1818
importFrom(WeibullR.ALT,alt.parallel)
1919
importFrom(magrittr,"%>%")
20+
importFrom(shinycssloaders,withSpinner)

R/ReliaShiny.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#' @import shinydashboard
99
#' @import shinyWidgets
1010
#' @import WeibullR
11+
#' @importFrom shinycssloaders withSpinner
1112
#' @importFrom WeibullR.ALT alt.data alt.make alt.parallel alt.fit
1213
#' @export
1314
#' @seealso \url{https://paulgovan.github.io/ReliaShiny/}

inst/app/rsconnect/shinyapps.io/govan/reliashiny.dcf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ account: govan
55
server: shinyapps.io
66
hostUrl: https://api.shinyapps.io/v1
77
appId: 15715432
8-
bundleId: 11886544
8+
bundleId: 11887015
99
url: https://govan.shinyapps.io/reliashiny/
1010
version: 1
1111
asMultiple: FALSE
1212
asStatic: FALSE
13-
ignoredFiles: tests
13+
ignoredFiles: tests/testthat/setup-shinytest2.R|tests/testthat/test-shinytest2.R|tests/testthat.R

0 commit comments

Comments
 (0)