search for: ttkframe

Displaying 1 result from an estimated 1 matches for "ttkframe".

Did you mean: tkframe
2012 Dec 15
0
R CMD INSTALL warnings with conflicting imports
...printed *twice* when running R CMD INSTALL: > Warning messages: > 1: replacing previous import ?tclvalue? when loading ?Rcmdr? > 2: replacing previous import ?tkfocus? when loading ?Rcmdr? > 3: replacing previous import ?ttkentry? when loading ?Rcmdr? > 4: replacing previous import ?ttkframe? when loading ?Rcmdr? > 5: replacing previous import ?ttkradiobutton? when loading ?Rcmdr? > 6: replacing previous import ?ttkscrollbar? when loading ?Rcmdr? The solution we found is to use importFrom(tcltk, ...) to only import tcltk fonctions that do not conflict with those exported by Rcmd...