TCL 1. selectBy error message problem narrowed down.
rwoldford opened this issue · 0 comments
rwoldford commented
The problem here is with 1.1.1 and long standing
library(loon)
Loading required package: tcltk
p <- l_plot(iris)
::.l0.plot is already in configuration
states intended to configure: selected
turn this message off with .Tcl('set ::loon::Options(printInConfigurationWarning) FALSE')
The temporary solution I have is … turn the messaging off in onLoad.R
in
devtools::install_github('rwoldford/loon', ref = "8f18f6e", subdir = "R")