Skip to content

Commit

Permalink
remove htmltools app.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sounkou-bioinfo authored Oct 17, 2024
1 parent 009c92f commit c848d08
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

# load packages ----

library(htmltools)
library(ambiorix)
# ref -------

#
home_get <- function(req, res) {
Expand Down Expand Up @@ -106,7 +103,7 @@ plot2_get <- function(req, res) {

port <- Sys.getenv("SHINY_PORT", 8080L)

Ambiorix$
ambiorix::Ambiorix$
new(port = port)$
get("/", home_get)$
post("/clicked", nclicks_get)$
Expand Down

0 comments on commit c848d08

Please sign in to comment.