Skip to content

Commit

Permalink
bpcells updated install
Browse files Browse the repository at this point in the history
local dev defaults
  • Loading branch information
baj12 committed Jun 28, 2024
1 parent e86cc91 commit cf9ee31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Remotes:
nghiavtr/BPSC,
statOmics/zingeR,
cysouw/qlcMatrix,
bnprks/BPCells,
bnprks/BPCells/r,
saezlab/liana
Suggests:
tidyverse,
Expand Down
2 changes: 1 addition & 1 deletion inst/app/runDevApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ assign("defaultValues", defaultValues, envir = .schnappsEnv)

options(shinyjqui.debug = TRUE)
options(shinyjquiui.debug = TRUE)

library(shiny)
app <- shinyApp(ui = scShinyUI, server = scShinyServer, enableBookmarking = "server")
options(shiny.reactlog=TRUE)

Expand Down
8 changes: 4 additions & 4 deletions inst/app/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ if (exists("devscShinyApp")) {
if (dir.exists(paths = normalizePath("~/Rstudio/UTechSCB-SCHNAPPs/inst/app/"))){
packagePath <- normalizePath("~/Rstudio/UTechSCB-SCHNAPPs/inst/app/")
} else {
if (dir.exists(paths = normalizePath("~/Rstudio/Schnapps/inst/app/"))){
packagePath <- normalizePath("~/Rstudio/Schnapps/inst/app/")
if (dir.exists(paths = normalizePath("~/Rstudio/schnapps/inst/app/"))){
packagePath <- normalizePath("~/Rstudio/schnapps/inst/app/")
} else {
if (dir.exists(paths = normalizePath("~/rstudio/schnappsGit/inst/app/"))){
packagePath <- normalizePath("~/rstudio/schnappsGit/inst/app/")
Expand Down Expand Up @@ -180,8 +180,8 @@ scShinyServer <- function(input, output, session) {
if (dir.exists(paths = normalizePath("~/Rstudio/UTechSCB-SCHNAPPs/inst/app/"))){
packagePath <- normalizePath("~/Rstudio/UTechSCB-SCHNAPPs/inst/app/")
} else {
if (dir.exists(paths = normalizePath("~/Rstudio/Schnapps/inst/app/"))){
packagePath <- normalizePath("~/Rstudio/Schnapps/inst/app/")
if (dir.exists(paths = normalizePath("~/Rstudio/schnapps/inst/app/"))){
packagePath <- normalizePath("~/Rstudio/schnapps/inst/app/")
} else {
if (dir.exists(paths = normalizePath("~/rstudio/schnappsGit/inst/app/"))){
packagePath <- normalizePath("~/rstudio/schnappsGit/inst/app/")
Expand Down

0 comments on commit cf9ee31

Please sign in to comment.