DescToolsAddIns 1.4 (2019-09-26)
---------------------------------

BUGFIXES:
   * Fixing broken link in help text causing build error on CRAN.




DescToolsAddIns 1.3 (2019-07-15)
---------------------------------

NEW FUNCTIONS ADDED:
   * FileSaveAs() is a new function for saving objects, allowing to choose the
     type, either binary or text for general objects or csv/xlsx for data.frames.
   * New functions taken over from DescTools: ModelDlg(), FileOpenDlg(), Xplore(),
     dir.choose(), ColorDlg(), SelectVarDlg(), ImportFileDlg(), PlotPar(), PlotPch(),
     PlotMar()

DEPRECATED:
   * Save() has been replaced by FileSaveAs().



DescToolsAddIns 1.2 (2019-05-07)
---------------------------------

NEW FUNCTIONS ADDED:
   * FlushToSource will replace the selection with its captured result from
     the function dput().

UPDATED FUNCTIONS:
   * Class will display more object properties than just the class.

BUGFIXES:
   * All functions using rstudioapi::sendToConsole() will not set the focus to
     the console anymore. Thanks to Kevin Ushey for the bugfixing.



DescToolsAddIns 1.1 (2018-11-14)
---------------------------------

NEW FUNCTIONS ADDED:
   * EnquoteS() uses single quotes for enquoting text.
   * Selecting path uses DescTools::dir.choose() now allowing to select directories.
   * GetXLRange() transfers data quickly from a running Excel instance.
   * Class() returns the class of a selected object.



DescToolsAddIns 1.0 (2018-03-10)
---------------------------------

NEW FUNCTIONS ADDED:
   * InspectPnt() identifies points on a plot.
   * Unclass() runs unclass on the current selection.



DescToolsAddIns 0.9.2 (2017-11-25)
---------------------------------

NEW FUNCTIONS ADDED:
   * PlotD() will plot(Desc()) objects.

UPDATED FUNCTIONS:
   * Plot() will now do what has been promised, namely just plot objects.
   * Select() can by now also be used to select point characters (pch),
     colors (col) and filenames/-paths (fn, path, file) based on the selection.



DescToolsAddIns 0.91 (2017-06-29)
---------------------------------

NEW FUNCTIONS ADDED:
   * Fix() for directly editing a data.frame.
   * NewMatrix() invokes edit() to create a matrix.


DescToolsAddIns 0.9 (2017-04-19)
--------------------------------

   * first version published on CRAN - 2017-04-19


