Displaying 3 results from an estimated 3 matches for "ttkentry".
Did you mean:
gtkentry
2012 Dec 15
0
R CMD INSTALL warnings with conflicting imports
...adding an import(tcltk, Rcmdr) directive to NAMESPACE, we get this
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 impor...
2009 Aug 30
0
version 1.5-1 of Rcmdr package released
...indow from freezing in (some) Windows systems under R 2.8.0
(problem reported by Rich Heiberger).
o Updated Indonesian translation (thanks to I. Made Tirta).
Version 1.4-6
o Added polr and multinom models to effect-plots, consistent with latest
version of effects package.
o ttkentry() redefined to trim leading and trailing blanks (to avoid
potential problems when user introduces a leading or trailing blank in a
text field, as reported by Rich Heiberger).
o An attempt is made to break commands at blanks and commas to fit them
in the script and output windows.
o...
2009 Sep 01
1
Logistic Politomic Regression in R
...indow from freezing in (some) Windows systems under R 2.8.0
(problem reported by Rich Heiberger).
o Updated Indonesian translation (thanks to I. Made Tirta).
Version 1.4-6
o Added polr and multinom models to effect-plots, consistent with latest
version of effects package.
o ttkentry() redefined to trim leading and trailing blanks (to avoid
potential problems when user introduces a leading or trailing blank in a
text field, as reported by Rich Heiberger).
o An attempt is made to break commands at blanks and commas to fit them
in the script and output windows.
o ...