Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bergalli committed Apr 19, 2024
1 parent 7bb81a5 commit f21f515
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
4 changes: 1 addition & 3 deletions app/view/crispy_doc_equity.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
box::use(
shiny[NS, moduleServer, tags, HTML, ...],
shiny.semantic[...],
shiny.router[...]
)
shiny.semantic[...])


ui <- function(id) {
Expand Down
6 changes: 3 additions & 3 deletions app/view/gdp_st.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
box::use(
shiny[NS, moduleServer, tags, HTML, ...],
shiny.semantic[...],
shiny.router[...]
)
shiny.semantic[...])

#' @export
ui <- function(id) {
ns <- NS(id)
Expand Down
4 changes: 1 addition & 3 deletions app/view/homepage.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
box::use(
shiny[NS, moduleServer, tags, HTML, ...],
shiny.semantic[...],
shiny.router[...]
)
shiny.semantic[...])
#' @export
ui <- function(id) {
ns <- NS(id)
Expand Down
3 changes: 2 additions & 1 deletion dependencies.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file allows packrat (used by rsconnect during deployment) to pick up dependencies.
library(rhino)
library(shiny)
library(shiny.semantic)
library(shiny.semantic)
library(markdown)
13 changes: 13 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,19 @@
],
"Hash": "7ce2733a9826b3aeb1775d56fd305472"
},
"markdown": {
"Package": "markdown",
"Version": "1.12",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"commonmark",
"utils",
"xfun"
],
"Hash": "765cf53992401b3b6c297b69e1edb8bd"
},
"memoise": {
"Package": "memoise",
"Version": "2.0.1",
Expand Down

0 comments on commit f21f515

Please sign in to comment.