frequena / nomeplot

NOMePlot - A Webtool for the analysis of NOMe and Bisulfite data.
https://nomeplot.genyo.es/
3 stars 0 forks source link

Warning: Error in validateBoxProps: width <= 12 is not TRUE #1

Open sttongjai opened 1 year ago

sttongjai commented 1 year ago

Hi,

I was trying to run nomeplot locally after installing all required packages. However, after entering runApp(), the following error message showed up.

runApp()

Listening on http://127.0.0.1:5713 The name provided ('envelope-o') does not correspond to a known icon Warning: Error in validateBoxProps: width <= 12 is not TRUE 82: 81: stop 80: stopifnot 79: validateBoxProps 78: box 1: runApp

Could you please fix this issue?

Thank you very much,

Siripong

sttongjai commented 1 year ago

FYI: After I quit and started a new session, the runApp() gave me the following messages. Thank you very much.

getwd() [1] "/Users/siripongtongjai/ST_Bioinformatics/nomeplot" runApp() Error in runApp() : could not find function "runApp" library(shiny) runApp()

Listening on http://127.0.0.1:5145

Attaching package: ‘shinydashboard’

The following object is masked from ‘package:graphics’:

box

Attaching package: ‘dplyr’

The following objects are masked from ‘package:stats’:

filter, lag

The following objects are masked from ‘package:base’:

intersect, setdiff, setequal, union

Attaching package: ‘shinydashboardPlus’

The following objects are masked from ‘package:shinydashboard’:

box, dashboardHeader, dashboardPage, dashboardSidebar, messageItem,
notificationItem, taskItem

The following object is masked from ‘package:graphics’:

box

Need shinyjs help? You can ask any Shiny-related question in the RStudio Community forums: https://community.rstudio.com/c/shiny

Attaching package: ‘shinyjs’

The following object is masked from ‘package:shiny’:

runExample

The following objects are masked from ‘package:methods’:

removeClass, show

Attaching package: ‘shinyWidgets’

The following object is masked from ‘package:shinyjs’:

alert

The following object is masked from ‘package:shinydashboardPlus’:

progressBar

The name provided ('envelope-o') does not correspond to a known icon Warning: Error in validateBoxProps: width <= 12 is not TRUE 82: 81: stop 80: stopifnot 79: validateBoxProps 78: box 1: runApp