Changes in version 1.11 (2024-07-28) NEW FUNCTIONS ADDED o The function Arrow() has been moved here from DescTools, where it didn't make much sense. Changes in version 1.10 (2022-05-09) NEW FUNCTIONS ADDED o Insertfunction for %in% and |> has been added. o GetExcelTable() imports a table structure from XL. UPDATED FUNCTIONS o SelectVarDlg gets an interface for characters. BUGFIXES o options(useFancyQuotes=TRUE) x turned out to be problematic when transferring objects to Word and is now switched off. Changes in version 1.9 (2021-03-19) NEW FUNCTIONS ADDED o BookmarkDlg() displays a dialog containing the bookmarks of the current Word document. It provides buttons to select and delete the bookmarks. o Cat() will output the selection with cat(..., sep="\n") BUGFIXES o RecreateBookmarkChunk() now correctly parses the bookmark name. Changes in version 1.8 (2020-09-12) NEW FUNCTIONS ADDED o SelectBookmark() and DeleteBookmark() to select and delete bookmarks in a Word document have been added. UPDATED FUNCTIONS o minus operator in ModelDlg() will insert . - at the beginning of the text as long as the text field is empty. o ModelDlg() gets a combobox for models to choose. Changes in version 1.7 (2020-03-08) NEW FUNCTIONS ADDED o Shuffle() merges the selected lines in a random order. o GetExcelRangeH() imports the data from Excel using a header. UPDATED FUNCTIONS o ModelDlg() gets some brushups. o Selecting with Select() xy or loc will start the locator and replace the selection with the coordinates. DEPRECATED o FlipSlash() has been removed. FlipBackSlash() will now flip-flop between slashes and backslashes. The option "ReplaceDoubleSlash = TRUE/FALSE" can be used to control the replacement to either replace double slashes by simple ones or not. Changes in version 1.6 (2020-01-10) NEW FUNCTIONS ADDED o RemoveDuplicates() has been added and does what it says. o SortAsc() and SortDesc() sorts the selected text rowwise. o CreateBookmark will take the selected text and use it as name for a new bookmark to be inserted in the cursor position of a running Word instance. UPDATED FUNCTIONS o Enquote() and EnquoteS() will retain the selection. BUGFIXES o DescTools functions will be executed also in cases when the package has not been loaded before. Changes in version 1.5 (2019-10-30) NEW FUNCTIONS ADDED o ToWrd() sends the output of the selection directly to the current Word instance. o ToWrdWithBookmark() sends the output of the selection directly to the current Word instance and tags the output with a bookmark. o ToWrdPlotWithBookmark() sends the output of a plot code directly to the current Word instance and tags the output with a bookmark. o UpdateBookmark() evaluates the selection and updates a bookmarked output in Word. o FileBrowserOpen() opens a file browser window with the selection as current directory. Changes in version 1.4 (2019-09-26) BUGFIXES o Fixing broken link in help text causing build error on CRAN. Changes in version 1.3 (2019-07-15) NEW FUNCTIONS ADDED o 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. o New functions taken over from DescTools: ModelDlg(), FileOpenDlg(), Xplore(), dir.choose(), ColorDlg(), SelectVarDlg(), ImportFileDlg(), PlotPar(), PlotPch(), PlotMar() DEPRECATED o Save() has been replaced by FileSaveAs(). Changes in version 1.2 (2019-05-07) NEW FUNCTIONS ADDED o FlushToSource will replace the selection with its captured result from the function dput(). UPDATED FUNCTIONS o Class will display more object properties than just the class. BUGFIXES o All functions using rstudioapi::sendToConsole() will not set the focus to the console anymore. Thanks to Kevin Ushey for the bugfixing. Changes in version 1.1 (2018-11-14) NEW FUNCTIONS ADDED o EnquoteS() uses single quotes for enquoting text. o Selecting path uses DescTools::dir.choose() now allowing to select directories. o GetXLRange() transfers data quickly from a running Excel instance. o Class() returns the class of a selected object. Changes in version 1.0 (2018-03-10) NEW FUNCTIONS ADDED o InspectPnt() identifies points on a plot. o Unclass() runs unclass on the current selection. Changes in version 0.91 NEW FUNCTIONS ADDED o Fix() for directly editing a data.frame. o NewMatrix() invokes edit() to create a matrix. Changes in version 0.9.2 (2017-11-25) NEW FUNCTIONS ADDED o PlotD() will plot(Desc()) objects. UPDATED FUNCTIONS o Plot() will now do what has been promised, namely just plot objects. o Select() can by now also be used to select point characters (pch), colors (col) and filenames/-paths (fn, path, file) based on the selection. Changes in version 0.9 (2017-04-19) o first version published on CRAN - 2017-04-19