I'm running Rstudio and R (v. 4.0.3) on a Windows 10 Surface Tablet. I've been trying to run xmsPANDA but it crashes (package info: https://github.com/kuppal2/xmsPANDA).
It seems to have installed properly and I get no errors when I uses library(xmsPANDA).
When I use the command runApp.xmsPANDA(), the shiny app pops up for 5-10 seconds and I get the following output (which I don't think is a problem):
"Attaching package: ‘shiny’The following object is masked from ‘package:colourpicker’: runExampleThe following object is masked from ‘package:mclust’: emFind out advanced usage of shinyjs: https://deanattali.com/shinyjs/advancedAttaching package: ‘shinyjs’The following object is masked from ‘package:shiny’: runExampleThe following object is masked from ‘package:CMA’: showThe following object is masked from ‘package:shinyWidgets’: alertThe following objects are masked from ‘package:colourpicker’: colourInput, colourPicker, runExample, updateColourInputThe following objects are masked from ‘package:modeltools’: info, showThe following object is masked from ‘package:AnnotationDbi’: showThe following object is masked from ‘package:IRanges’: showThe following object is masked from ‘package:S4Vectors’: showThe following object is masked from ‘package:Biobase’: showThe following object is masked from ‘package:stats4’: showThe following object is masked from ‘package:limma’: showThe following objects are masked from ‘package:methods’: removeClass, showAttaching package: ‘DT’The following objects are masked from ‘package:shiny’: dataTableOutput, renderDataTableThe following object is masked from ‘package:V8’: JSLoading required package: R.ooLoading required package: R.methodsS3R.methodsS3 v1.8.1 (2020-08-26 16:20:06 UTC) successfully loaded. See ?R.methodsS3 for help.R.oo v1.24.0 (2020-08-26 16:11:58 UTC) successfully loaded. See ?R.oo for help.Attaching package: ‘R.oo’The following object is masked from ‘package:R.methodsS3’: throwThe following object is masked from ‘package:shiny’: printStackTraceThe following object is masked from ‘package:igraph’: hierarchyThe following objects are masked from ‘package:modeltools’: clone, dimensionThe following object is masked from ‘package:IRanges’: trimThe following objects are masked from ‘package:methods’: getClasses, getMethodsThe following objects are masked from ‘package:base’: attach, detach, load, saveR.utils v2.10.1 (2020-08-26 22:50:31 UTC) successfully loaded. See ?R.utils for help.Attaching package: ‘R.utils’The following object is masked from ‘package:shinyjs’: resetThe following objects are masked from ‘package:shiny’: setProgress, validateThe following object is masked from ‘package:utils’: timestampThe following objects are masked from ‘package:base’: cat, commandArgs, getOption, inherits, isOpen, nullfile, parse, warningsListening on http://127.0.0.1:5312Bioconductor version 3.12 (BiocManager 1.30.10), ?BiocManager::install for help"
Then the pop-up closes and I get the following error:
Warning: Error in eval_tidy: no function to return from, jumping to top level 2: shiny::runApp 1: runApp.xmsPANDAWarning: Error in eval_tidy: no function to return from, jumping to top level 2: shiny::runApp 1: runApp.xmsPANDAWarning: Error in eval_tidy: no function to return from, jumping to top level 2: shiny::runApp 1: runApp.xmsPANDAWarning: Error in eval_tidy: no function to return from, jumping to top level 2: shiny::runApp 1: runApp.xmsPANDA
I've tried to troubleshoot with the programmer but he has no explanation or solution as he has tried the program on several platforms without issue.
I have also uninstalled and re-installed R and Rstudio entirely x2 without resolution.
Any ideas? Will this just not work on my tablet and I need to move to a laptop/desktop?Thanks!