Closed josephresearcher closed 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.
Dear Maier Thank you I did not notice the error! I installed the package and the problem was solved Thanks for the quick response
Hello A gray screen appears when running and no files can be added
`> library("admixtools")
Attaching package: ‘igraph’
The following objects are masked from ‘package:stats’:
The following object is masked from ‘package:base’:
Loading required package: ggplot2
Attaching package: ‘plotly’
The following object is masked from ‘package:ggplot2’:
The following object is masked from ‘package:igraph’:
The following object is masked from ‘package:stats’:
The following object is masked from ‘package:graphics’:
-- 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’:
The following object is masked from ‘package:tidyr’:
Find out advanced usage of shinyjs: https://deanattali.com/shinyjs/advanced
Attaching package: ‘shinyjs’
The following object is masked from ‘package:shiny’:
The following objects are masked from ‘package:methods’:
Attaching package: ‘shinyalert’
The following object is masked from ‘package:shinyBS’:
The following object is masked from ‘package:shinyjs’:
The following object is masked from ‘package:shiny’:
Attaching package: ‘shinyWidgets’
The following object is masked from ‘package:shinyjs’:
Attaching package: ‘shinydashboard’
The following object is masked from ‘package:graphics’:
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.`