NEWS
svWidgets 0.9.45
- Imports are changed to importFrom for more specific functions reference.
svWidgets 0.9-44 (2014-03-02)
- In order to conform to camelcase convention, ImgXXX() functions are renamed
imgXXX(). Also argument 'imgtype' is renamed 'img.type'.
- Idem for MenuXXX(), ToolsXXX() and WinXXX() functions that become menuXXX(),
toolsXXX() and winXXX(), respectively.
- Reworked Author fiel in the DESCRIPTION file.
svWidgets 0.9-43 (2013-01-28)
- Temporary objects are now stored in SciViews:TempEnv instead of TempEnv, and
version 0.9-68 or higher of svMisc is required.
svWidgets 0.9-42 (2012-04-01)
- Corrected a warning about argument partial matching in ToolRead() with
R 2.15.0.
- Call to .Internal(addhistory(....)) replaced by
timestamp(...., prefix = "", suffix = "") to avoid use of .Internal() in the
package.
svWidgets 0.9-41 (2010-09-27)
- Addition of a package man page.
- Addition of tkMenuItemCall().
svWidgets 0.9-40 (2009-06-28)
This is the first version distributed on R-forge. It is completely refactored
from older versions (on CRAN since 2003) to make it run with SciViews-K and
Komodo Edit (Tinn-R is also supported, but not SciViews-R Console any more