Describe the bug
This package is really exciting, many thanks for your efforts on it.
Unfortunately fit_incremental_angmix throws the following warning message(s):
Warning messages:
1: In (function (model = "vmsin", data, ncomp, cov.restrict = "NONE", :
tcltk could not be loaded. 'show.progress' was set to FALSE.
2: In (function (model = "vmsin", data, ncomp, cov.restrict = "NONE", :
tcltk could not be loaded. 'show.progress' was set to FALSE.
3: In (function (model = "vmsin", data, ncomp, cov.restrict = "NONE", :
tcltk could not be loaded. 'show.progress' was set to FALSE.
To Reproduce
- Steps to reproduce the behavior:
-
-
install Install XCode from the App Store on OS
-
-
Terminal>> xcode-select --install
-
Terminal>> brew install gsl
-
install.packages("gsl")
-
-
install.packages("RcppArmadillo")
-
install.packages("BAMBI")
-
Expected behavior
No Warning message
Desktop (please complete the following information):
- OS: Mac Mojave Version 10.14.6
- R Studio Version 1.2.1335
- R Version 3.6.1 (2019-07-05)
Additional context
- X11 is installed
- install.packages("tcltk") works fine
- require(tcltk) works fine
Question
It seems that tcltk is installed on my system, and that R and R Studio recognize that it's installed. How essential is tcltk to the output of fit_incremental_angmix, and other functions in the package? Is tcltk needed only for graphical display of results or progress indication?
Describe the bug
This package is really exciting, many thanks for your efforts on it.
Unfortunately fit_incremental_angmix throws the following warning message(s):
Warning messages:
1: In (function (model = "vmsin", data, ncomp, cov.restrict = "NONE", :
tcltk could not be loaded. 'show.progress' was set to FALSE.
2: In (function (model = "vmsin", data, ncomp, cov.restrict = "NONE", :
tcltk could not be loaded. 'show.progress' was set to FALSE.
3: In (function (model = "vmsin", data, ncomp, cov.restrict = "NONE", :
tcltk could not be loaded. 'show.progress' was set to FALSE.
To Reproduce
install homebrew on OS: https://brew.sh/
install Install XCode from the App Store on OS
install XCode command line tools: https://stackoverflow.com/questions/9329243/xcode-install-command-line-tools
Terminal>> xcode-select --install
Terminal>> brew install gsl
install.packages("gsl")
install gfortran for Mojave https://github.com/fxcoudert/gfortran-for-macOS/releases
install.packages("RcppArmadillo")
install.packages("BAMBI")
install X11 https://www.xquartz.org/ so that tcltk works
Expected behavior
No Warning message
Desktop (please complete the following information):
Additional context
Question
It seems that tcltk is installed on my system, and that R and R Studio recognize that it's installed. How essential is tcltk to the output of fit_incremental_angmix, and other functions in the package? Is tcltk needed only for graphical display of results or progress indication?