uqrmaie1 / admixtools

https://uqrmaie1.github.io/admixtools
74 stars 14 forks source link

admixtools GUI #11

Closed josephresearcher closed 3 years ago

josephresearcher commented 3 years ago

Hello A gray screen appears when running and no files can be added 1

`> library("admixtools")

run_shiny_admixtools() Loading required package: shiny

Attaching package: ‘igraph’

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

decompose, spectrum

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

union

Loading required package: ggplot2

Attaching package: ‘plotly’

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

last_plot

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

groups

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

filter

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

layout

-- Attaching packages --------------------------------------- tidyverse 1.3.1 -- <U+221A> tibble 3.1.3 <U+221A> dplyr 1.0.7 <U+221A> tidyr 1.1.3 <U+221A> stringr 1.4.0 <U+221A> readr 2.0.1 <U+221A> forcats 0.5.1 <U+221A> purrr 0.3.4
Warning: package ‘tibble’ was built under R version 4.2.0 Warning: package ‘readr’ was built under R version 4.1.1 -- Conflicts ------------------------------------------ tidyverse_conflicts() -- x dplyr::as_data_frame() masks tibble::as_data_frame(), igraph::as_data_frame() x purrr::compose() masks igraph::compose() x tidyr::crossing() masks igraph::crossing() x dplyr::filter() masks plotly::filter(), stats::filter() x dplyr::groups() masks plotly::groups(), igraph::groups() x dplyr::lag() masks stats::lag() x purrr::simplify() masks igraph::simplify()

Attaching package: ‘magrittr’

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

set_names

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

extract

Find out advanced usage of shinyjs: https://deanattali.com/shinyjs/advanced

Attaching package: ‘shinyjs’

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

runExample

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

removeClass, show

Attaching package: ‘shinyalert’

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

closeAlert

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

runExample

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

runExample

Attaching package: ‘shinyWidgets’

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

alert

Attaching package: ‘shinydashboard’

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

box

Listening on http://127.0.0.1:7731 Warning: Error in loadNamespace: there is no package called ‘DT’ 55: Error in loadNamespace(x) : there is no package called ‘DT’ [1] "navbar detected" [1] "f2_options" [1] "navbar selected" [1] "f2_options" [1] "navbar:" [1] "f2_options" [1] "multiprocess" [1] "dashboardbody" [1] "expanded!" [1] "data" [1] "navbar == data!" [1] "load_data" [1] "global$bod change detected!" Warning: The 'plotly_click' event tied a source ID of 'src' is not registered. In order to obtain this event data, please add event_register(p, 'plotly_click') to the plot (p) that you wish to obtain event data from.

`

uqrmaie1 commented 3 years ago

Thanks for letting me know of this! The error message suggests that the problem is that the DT package is not installed. You could try to run install.packages('DT') and see if that solves the problem.

josephresearcher commented 3 years ago

Dear Maier Thank you I did not notice the error! I installed the package and the problem was solved Thanks for the quick response