Skip to content

Commit

Permalink
improve Shiny Server Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
womeimingzi11 committed May 24, 2022
1 parent 31bef56 commit 417ca0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions resource/page/acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Post-hoc test figures are generated by `ggstatsplot` and combined by `cowplot`.

# References

Pohlert T (2022). _PMCMRplus: Calculate Pairwise Multiple Comparisons of Mean Rank Sums Extended_. R package version 1.9.4, <https://CRAN.R-project.org/package=PMCMRplus>.

Allaire J, Horner J, Xie Y, Marti V, Porte N (2019). _markdown: Render Markdown with the C Library 'Sundown'_. R package version 1.1, <https://CRAN.R-project.org/package=markdown>.

# Iannone R, Cheng J (2022). _shinyvalidate: Input Validation for Shiny Apps_. R package version 0.1.2, <https://CRAN.R-project.org/package=shinyvalidate>
Expand Down
3 changes: 2 additions & 1 deletion ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#
# Package to fix error from shinyapps.io
library(markdown)
library(PMCMRplus)
#
# Package for Shiny
library(shiny)
Expand Down Expand Up @@ -82,7 +83,7 @@ ui <- fluidPage(
column(
3,
h6(
"Version: 20220516"
"Version: 20220524"
)
)
),
Expand Down

0 comments on commit 417ca0c

Please sign in to comment.