NEWS
Rcmdr 2.9-5 (2024-10-24)
- Modfy Commander-es.Rd (to conform to new CRAN requirements).
Rcmdr 2.9-4 (2024-10-04)
- Document re-export of .Tcl().
Rcmdr 2.9-3
- Update URL references.
- Fix menus in English version of Getting Started manual (problem reported by Kuan Xu).
Rcmdr 2.9-2 (2024-02-08)
- Fix incorrect check-box label in wide-to-long dialog (reported by Sophie Dubois).
- Fix bug introduced into two-way ANOVA dialog (reported by Amin Mousavi).
Rcmdr 2.9-1 (2023-09-28)
- Fix bug introduced into one-way ANOVA dialog when pairwise comparisons are selected (reported by Christopher Wike).
- Fix bugs introduced into independent-samples t-test dialog ignoring confidence level, and numerical-summaries dialog reporting statistics not requested (reported by Kenneth Knoblauch).
- Updated translations: Japanese (thanks to Takaharu Araki), Spanish (Manuel Munoz Marquez), Slovenian (Matjaz Jeran).
Rcmdr 2.9-0 (2023-08-24)
- Vignette "Empezando-con-Rcmdr-es" added to the project. This vignette is the Spanish version of "Getting-Started-with-the-Rcmdr".
- Addition to translation (R-Rcmdr.pot) file.
- Add Command() utility; now used in a few dialogs.
- Prevent the following dialog functions from opening two copies of the dialog after aborting an Apply: appendHclustGroup, Compute(), distributionSamples(), generalizedLinearMixedModel, generalizedLinearModel(), kmeansClustering(), linearMixedModel(), linearModel(), linearRegressionModel(), multinomialLogitModel(), multiWayAnova(), oneWayAnova(), proportionalOddsModel, RecodeDialog(),
- R Commander script tab now tolerates blank lines in muiltiline commands (contribution of Yoshinobu Kanda).
- Added coefficient of variation to tables of statistics.
- New Command() and Q() functions for constructing command character strings.
- Small changes.
Rcmdr 2.8-1
- Addition to translation (R-Rcmdr.pot) file.
- Corrected omision of Manuel Munoz Marquez as new package coauthor.
- Now require rgl version 0.110.2 to fix problem with earlier version.
Rcmdr 2.8-0 (2022-08-15)
- Small improvements to 3D scatterplot and recode dialogs.
- User name inferred and used in startup message and documents.
- New dialogs for 3D component+residual and added-variable plots.
- Use text help for non-Windows system with R 4.2.0 (due to bug in R).
- Statistical modeling dialogs gain an optional case-deletion text box.
- New minimum.width and minimum.height Rcmdr options, defaulting to 1000 and 400, respectively.
- Commands now can create sections (by default at level 3) and a table of contents in the R Markdown document produced by the R Commander (suggestion of Bob Muenchen).
- RGL in RMarkdown now works with pdf, rtf, and word file formats as well as html, still requires Pandoc (suggestion of Georges Monette).
- Boxplot dialog now permits selection of more than one variable for parallel boxplots (suggestion of Ivan Krylov).
- Small improvements.
- Updated translations (with thanks to): Chinese (Tsung-wu Ho),Japanese (Takaharu Araki), Korean (Jong-Hwa Shin), Romanian (Adrian Dusa), Russian (Alexey Shipunov), Slovenian (Matjaz Jeran), Spanish (Manuel Munoz Marquez).
Rcmdr 2.7-1 (2020-10-07)
- Updated Polish translation, thanks to Lukasz Daniel.
- Fixed mixed-up .mo files for Spanish and Brazilian-Portuguese translations (problem reported by Jose Henrique Hildebrand Grisi Filho).
- Small bug fixes to and improvements to repeated-measures dialogs.
Rcmdr 2.7-0 (2020-08-28)
- New dialogs for repeated-measures ANOVA and ANCOVA and plots with one or two repeated-measures factors.
- New dialogs to reshape data sets from wide to long and from long to wide.
- Better handling of discrete numeric variables (after suggestions by Ethan Harris).
- Fix clipboard data set input to work on macOS.
- Improved pie charts and bar graphs via the piechart() and Barplot() functions in RcmdrMisc.
- New File > Exit > Restart Commander menu item (suggestion of Vilmantas Gegzna).
- Fix Tk error produced by closing the dataset viewer and then repopening the same data set (reported by Jose G. Conde).
- Fixes to handling panes with console.output and log.commands options set to various values (thanks to Vilmantas Gegzna).
- Better handling of character data following change to stringsAsFactor option in R 4.0.0+.
- Check for presence of Tktable and adapt to its absence by suppressing the Rcmdr dataset editor and delta method menu item; Tktable eventually to be replaced with tablelist.
- Small improvements and bug fixes.
- Updated translations (with thanks to): Basque (Joserra Rueda), French (Milan Bouchet-Valat), Hungarian (thanks to Tamas Ferenci), Indonesian (I Made Tirta), Japanese (Takaharu Araki), Korean (Jong-Hwa Shin), Russian (Alexey Shipunov), Slovenian (Matjaz Jeran), Spanish (Manuel Munoz Marquez).
Rcmdr 2.6-3
- Fix bug in processing resubmitted multi-line commands (reported by Katarina Kosmelj).
- Fix bug in processing multiline comments in onSubmit() in Commander.
- Updated Slovenian translation (thanks to Matjaz Jeran).
Rcmdr 2.6-2 (2020-01-22)
- New Hungarian translation (thanks to Tamas Ferenci and Andrea Harnos).
- Fixed bug in Ctrl-S for script window (reported by Mayeul Kauffmann).
Rcmdr 2.6-1 (2019-11-21)
- Restore older version of splitCmd().
- For GLMs and GLMMs, provide confidence intervals for exponentiated coefficients for models using log or logit link (suggestion of Tan Chuen Seng).
- Make listTwoLevelFactors() work properly for logical and character variables (treated as factors) with NAs (problem pointed out by Vilmantas Gegzna).
- Insure that data set columns are usable in the Rcmdr, e.g., excluding list columns (problem pointed out by Vilmantas Gegzna).
- Change instances of class(x) == "y" to inherits(x, "y").
- Use apalike rather than apa BiBTeX package in Getting Started vignette (latter has been removed from TeXLive, reported by Brian Ripley).
Rcmdr 2.6-0 (2019-09-02)
- Linear and generalized linear mixed models dialogs added.
- Made editDataset() with data.frame method (suggestion of Ulrike Gromping).
- New R Commander hex sticker.
- Small fixes and improvements.
- Updated translations (with thanks to): Chinese (Tsung-wu Ho), Indonesian (I Made Tirta), Japanese (Takaharu Araki), Polish (Lukasz Daniel), Romanian (Adrian Dusa), Russian (Alexey Shipunov), Slovenian (Matjaz Jeran), Spanish (Manuel Munoz Marquez).
Rcmdr 2.5-3 (2019-05-07)
- Updated Slovenian translation (thanks to Matjaz Jeran).
- Small fixes.
Rcmdr 2.5-2 (2019-03-11)
- Updated Korean translation (thanks to Jong-Hwa Shin).
- Fixes to Chinese translation (thanks to Tsung-wu Ho).
- No longer re-export utils::data() (suggestion of Brian Ripley).
- Small fixes.
Rcmdr 2.5-1 (2018-09-11)
- Updated translations (with thanks): Basque (Jose Ramon Rueda), French (Milan Bouchet-Valat), Indonesian (I Made Tirta), Japanese (Takaharu Araki).
- Depend on R >= version 3.5.0.
Rcmdr 2.5-0 (2018-08-22)
- Added Predictor Effect Plots and Response Transformation dialogs to Models menu.
- New Transform Variables Toward Normality dialog in Statistics > Summaries menu.
- New Symmetry Boxplot dialog in Graphs menu.
- New Influence Index Plot dialog in Models > Graphs menu.
- QQ plots may be drawn by groups.
- Index plots may be marked by groups.
- Enhancements to Density Plot dialog.
- Interface improvements.
- Updated translations (with thanks): Chinese (Tsung-wu Ho), Indonesian (I Made Tirta), Polish (Lukasz Daniel), Russian (Alexey Shipunov), Spanish (Manuel Munoz Marquez).
Rcmdr 2.4-4 (2018-04-16)
- Fixed bug in recode dialog due to inconsistency with Recode() in car 3.0-0 (reported by Stylianos Serghiou).
- Removed natwidth, natheight parameters from \includegraphics{} in Getting Started manual to avoid omission of figures from CRAN build of manual.
Changes to version 2.4-3
- Updated several dialogs (scatterplot, scatterplot matrix, density plot, boxplot, QQ plot, 3D scatterplot, residual QQ plot, C+R plots, AV plots, influence plot, effect plots) for version 3.0-0 of the car package and version 4.0-1 of the effects package.
Changes to version 2.4-2
- Updated Slovenian and Spanish translations (thanks to Matjaz Jeran and Manuel Munoz Marquez).
- A few updates to R-Rcmdr.pot supplying previously missing messages for translation.
Changes to version 2.4-1
- Work around for Tk getSaveFile bug affecting Windows, causing doubled-up file extensions, e.g., .txt.txt (reported by Manuel Munoz Marquez).
- Updated translations (with thanks to): Basque (Jose Ramon Rueda), Chinese (Tsung-wu Ho), German (Friedrich Leisch), Korean (Jong-Hwa Shin), Romanian (Adrian Dusa).
- Small fixes.
Changes to version 2.4-0
- The R Commander editor for Markdown and knitr documents is now a non-modal dialog, so may remain open while you work.
- Improvement to the barplot dialog (suggestions of Beatriz Lacruz).
- Added dialog for plotting the distribution of a discrete numeric variable (suggestion of Beatriz Lacruz).
- Allow color selection in pie charts.
- Small improvements to activation of menu items.
- Rcmdr showData.threshold option now tests number of rows as well as number of columns.
- Introduced Rcmdr scientific.notation option to suppress scientific notation; corresponds to R scipen option, and default is 5 (as opposed to 0 in R).
- Improved labeling of two-variances test dialog (suggestion of Beatriz Lacruz).
- Improvements to Rcmdr data editor in handling blanks and quotes.
- Moved the following standard packages from Imports: to Depends: graphics, methods, stats.
- Allow entry of variable names in enter table dialog (suggestion of Beatriz Lacruz).
- Improved import of Stata and SPSS data files and provision to import SAS b7dat files.
- Added right-click context menus to text entry boxes.
- Getting Started manual is now supplied as a vignette (with help from Manuel Munoz Marquez).
- Refactored Commander() code.
- Separators in plug-in menus can now be placed more precisely, if necessary (following a problem reported by Manuel Munoz Marquez).
- Reworked handling of statistical models in plug-ins.
- Boostrap dialog will now plot bootstrap samples.
- Parameter estimate correlations are now reported with VIFs.
- Index plot dialog will now plot more than one variable (suggestion of Manuel Munoz Marquez).
- Numerical summaries dialog has new option to show binned distribution of frequency counts (suggestion of Manuel Munoz Marquez).
- Small interface improvements.
- Updated translations (with thanks): simplified Chinese (Shulin Yang), French (Milan Bouchet-Valat), Indonesian (I Made Tirta), Japanese (Takaharu Araki), Polish (Lukasz Daniel), Russian (Alexey Shipunov), Spanish (Manual Munoz Marquez).
Changes to Version 2.3-2
- Fixes to Spanish translation (from Manual Munoz Marquez).
- Updated Spanish translation of Getting Started manual (thanks to Manual Munoz Marquez).
- Updated Slovenian translation (thanks to Matjaz Jeran).
Changes to Version 2.3-1
- Removed dependency of rglwidgets, no longer necessary.
- Fixes to Catalan translation (from Manel Salamero).
- Updated Basque and German translations (thanks to Joserra Rueda and Fritz Leisch).
Changes to Version 2.3-0
- Added .rtf output to options for RMarkdown reports.
- Added bootstrap dialog for "lm"s and "glm"s.
- Added delta-method dialog.
- Added view data dialog, supporting viewing a subset of the active data set, and sort data set dialog (suggestions of Sung-il Cho).
- Added connect option to plot means dialog (suggestion of Graham Smith).
- Added Welch F-test option to one-way ANOVA dialog.
- Added compare coefficients dialog.
- The Shapiro-Wilk test for normality dialog is replaced by a more general normality-tests dialog.
- Dialogs for plotting continuous distributions now allow the user to specify regions to fill.
- Various small improvements/bug fixes.
- Updated translations (with thanks): Catalan (Manel Salamero), French (Milan Bouchet-Valat), Indonesian (I Made Tirta), Japanese(Takaharu Araki), Polish (Lukasz Daniel), Romanian (Adrian Dusa), Russian (Alexey Shipunov), Spanish (Manuel Munoz Marquez).
- Updated Japanese getting-started manual (courtesy of Takaharu Araki).
Changes to Version 2.2-5
- Fixed data editor to work properly with NAs in existing data sets.
Changes to Version 2.2-4
- Corrected Slovenian translation (by Matjaz Jeran).
- Embeds 3D rgl graphs in HTML output from R Markdown.
- Improvements to the Rcmdr data editor.
- New version of ismdi() doesn't need compiled code (thanks to Duncan Murdoch), eliminating all compiled code from the Rcmdr package.
- showData() data set displays now updated automatically.
- Small improvements and bug fixes.
Changes to Version 2.2-3
- Updated Slovenian translation (thanks to Matjaz Jeran).
- Fixes to French translation (by Milan Bouchet-Valat).
Changes to Version 2.2-2
- Updated Galician translation (thanks to Rafael Rodriguez Gayoso).
- Fixes to French translation (by Milan Bouchet-Valat) and Chinese translation (by Tsung-wu Ho).
- Added keep argument to popOutput() (suggestion of Liviu Andronic); similar argument added to popCommand().
- Use new-style R icon.
- Binomial and quasibinomial GLMs with logit link now print exponentiated coefficients ("odds" ratios), as do poisson and quasipoisson GLMs with log link (generalizing a suggestion of Jose Ramon Rueda).
- Names of R objects to be created are no longer translated (e.g., "Dataset", "NormalSamples") into other languages to avoid potential problems (issue reported by Tsung-wu Ho).
- Recognize new location for LaTeX in Mac OS X El Capitan.
Changes to Version 2.2-1
- New Greek translation (contributed by Vasileios Dimitropoulos, Anastasios Vikatos, and Andreas Vikatos, with help from Chel Hee Lee).
- Updated translations (with thanks to): Basque (Jose Ramon Rueda), Brazilian Portuguese (Marilia Sa Carvalho, with assistance of Chel Hee Lee), Catalan (Manel Salamero), Chinese (Tsung-wu Ho), simplified Chinese (Shulin Yang), French (Philippe Grosjean), Galician (for Rcmdr 2.1-x, Rafael Rodriguez Gayoso), German (Fritz Leisch), Indonesian (I Made Tirta), Italian (Stefano Calza), Japanese (Takaharu Araki), Korean (Jong-Hwa Shin), Polish (Lukasz Daniel), Romanian (Adrian Dusa), Slovenian (Matjaz Jeran), Spanish (Manuel Munoz Marquez).
- Modified modelFormula() utility to permit polynomial and splines in one-sided formulas. Used this in Breusch-Pagan test dialog.
O Tweaks.
Changes to Version 2.2-0
- New RMarkdown document, usable when pandoc (and possibly LaTeX) are installed; can be compiled to HTML, PDF, or Word file.
- New "Tools > Install auxiliary software" menu for installing pandoc and LaTeX.
- Added concentration ellipses to scatterplot and scatterplot-matrix dialogs (suggestion of Kosar Karimi Pour).
- Changed defaults for scatterplot, scatterplot matrix, 3D scatterplot, to simplify default plots.
- Bar plots can now be done by groups.
- Added dot plot dialog.
- Excel files now read on all platforms with readxl package (via RcmdrMisc).
- Package imports conform to new CRAN requirements.
- Updated translations (with thanks to): French (Philippe Grosjean); Russian (Alexey Shipunov).
- Small fixes/improvements.
Changes to Version 2.1-7
- New simplified Chinese translation (contributed by Shulin Yang).
- Corrections to Catalan translation (courtesy of Manel Salamero).
Changes to Version 2.1-6
- Prevent overriding S3 methods in standard packages (request of Brian Ripley).
Changes to Version 2.1-5
- Updated Catalan (thanks to Manel Salamero) and Slovenian (thanks to Matjaz Jeran) translations.
- Export RappP() and mavericksP() (request of Erich Neuwirth).
- Fixed bug in labeling values of discrete probability mass functions (reported by Vasileios Giagos).
Changes to Version 2.1-4
- Moved knitr and markdown packages to Suggests: to accommodate Debian (request of Dirk Eddelbuettel).
- New Galician translation, courtesy of Anton Meixome.
- Updated translations (with thanks): Brazilian Portuguese (Marilia Sa Carvalho and Adriano Azevedo-Filho); Catalan (Manel Salamero); Indonesian (I Made Tirta); Japanese (Takaharu Araki).
- Small interface improvements.
Changes to Version 2.1-3
- Updated translations (with thanks): Basque (Jose Ramon Rueda); Polish (Lukasz Daniel); Russian (Alexey Shipunov); Slovenian (Matjaz Jeran).
- Fixed random-data-generation dialogs so that code works in R Markdown file.
- Fixed custom contrasts in define-contrasts dialog.
- Fixed conversion of multiple numeric variables to factors (bug reported by Pedro Barbetta).
- Added dialog to control R.app app nap under OS X Mavericks.
Changes to Version 2.1-2
- Fixed ignoring of Rcmdr option "ask.on.exit" and "ask.to.exit", causing exiting without asking in non-English locales (bug report by Yoshinobu Kanda).
- Small bug fixes/improvements.
Changes to Version 2.1-1
- Updated Chinese translation (thanks to Tsungwu Ho); Japanese translation (thanks to Takaharu Araki); and Korean translation (thanks to Jong-Hwa Shin).
- New cross-platform Rcmdr data editor.
- Fixed inadvertently reverted histogram dialog (following report by Mark Dunning).
Changes to Version 2.1-0
- Improved R-code generated by many dialogs (mostly implemented by Kosar Karimi-Pour).
- Added effect-plots dialog (was invoked directly from Model > Graphs menu).
- Check for functioning Java on 64-bit Windows to load import-from-Excel menu item (issue reported by Kosar Karimi-Pour).
- Added option to set ttk theme; included in Tools > Options menu item.
- More careful loading of packages and their dependencies, now placed near the end of the search path.
- Moved non-GUI-related statistical, graphics, and data management functions to the new RcmdrMisc package (suggestion of Liviu Andronic), which is loaded along with car package at Rcmdr startup.
- Logical and character variables in the active data set are treated as if they were factors, which works OK for most purposes (following correspondence with Shannon McClintock).
- Selection of fit indices added to the CFA dialog (suggestion of Tay Lee Yong).
- Read Excel spreadsheet dialog asks about variable and row names (suggestion of Knut Krueger).
- The linear-model and GLM dialogs now permit the selection of a weight variable (following a query by Bruce Dunham about fitting binomial -- as opposed to binary -- GLMs). New Rcmdr utility, variableComboBox(), to support these features.
- New model-summary dialog for linear models, allowing selection of sandwich standard errors; similar options provided in linear hypothesis and ANOVA dialogs for linear models (generalizing a suggestion of Liviu Andronic).
- New single-sample Wilcoxon test dialog (suggestion of Manuel Munoz Marquez).
- New drop unused factor levels dialog (suggestion of Manuel Munoz Marquez).
- Improved handling of help in Mac OS X and RStudio.
- Improved interaction with RStudio graphics device.
- Updated getting-started manual.
- Small changes/improvements.
- Updated translations (with thanks to the translators): German (Friedrich Leisch); Italian (Stefano Calza); Romanian (Adrian Dusa); Spanish (Manuel Munoz Marquez).
Changes to Version 2.0-5
- New Basque translation (courtesy of Jose Ramon Rueda).
Changes to Version 2.0-4
- Updated Slovenian translation (with thanks to Jaro.Lajovic and Matjaz Jeran).
- Fixed numSummary() so that it doesn't fail when there's an empty factor level (problem reported by Alan Mainwaring).
- ActiveDataSet(NULL) now removes the active data set.
Changes to Version 2.0-3
- Updated Polish translation (with thanks to Lukasz Daniel).
- titleLabel() to format a label in title font and color; exported for plug-ins.
- Added histograms by group (suggestion of Sarah Dawson).
- Small interface improvements.
- Fixed bug in French translation preventing loading R Markdown files (reported by J. Mazet).
Changes to Version 2.0-2
- Moved knitr and markdown packages to Suggests: (suggestion of Dirk Eddelbuettel).
- Updated Japanese translation of Getting Started manual (by Takaharu Araki).
- Added editing buttons with tooltips to Rcmdr editor.
- Added Mac OS X command-key combinations.
- Tweaks to ttk theme and font handling (with help of Philippe Grosjean and the tcltk2 package).
- Small bug fixes.
Changes to Version 2.0-1
- Caching of variable names, factor names, etc., to improve menu refreshes in large data sets (in response to observation of Yoshinobu Kanda).
- Updated translations (with thanks to the translators): French (Milan Bouchet-Valat), Japanese (Takaharu Araki).
- Most errors now removed from R Markdown and knitr documents.
- New editor for R Markdown and knitr documents; small addition to Getting Started manual to describe the editor.
- Stem-and-leaf dialog now supports back-to-back stem-and-leaf displays.
- Small corrections to the R-Rcmdr.pot file.
- Small bug fixes.
Changes to Version 2.0-0
- New package co-author: Milan Bouchet-Valat.
- Many changes to style of dialogs: tabs, Reset button, Apply button, small interface improvements.
- Support for R Markdown, with script and Rmd tabs.
- Expanded Options dialog and new Save Options dialog.
- Better handling of default fonts.
- Improved probability plots.
- Introduced plotDistr(), lineplot(), indexplot() convenience functions.
- New nonparametric density estimate dialog.
- Use automatic point identification as default in plot dialogs.
- Calls to deprecated functions .find.package() and .path.package() replaced by find.package() and path.package() (suggestion of Brian Ripley).
- Partial correlations now optionally report pairwise p-values (suggestion of Aaron Swink).
- Removed Sciviews support code.
- Small fixes.
- Updated translations (with thanks to the translators): Italian (Stefano Calza), Korean (Jong-Hwa Shin), Romanian (Adrian Dusa), Russian (Alexey Shipunov), Spanish (Manuel Munoz-Marquez).
- Show menu item for English introductory manual even if a "translation" is available (suggestion of Manuel Munoz-Marquez).
Changes to Version 1.9-5
- R logo now replaces Tk logo on non-Windows as well as Windows platforms (with help of Milan Bouchet-Valat).
- Faster opening of dialog windows under Windows (consequence of above).
- Fix for Mac OS X bug in auto-load of missing dependencies on initial start-up (reported by Pablo Serrano).
Changes to Version 1.9-4
- Introduced RcmdrEnv.on.path option for plug-in packages that don't conform to the new rules.
- Bug fixes to some dialogs that didn't work properly when RcmdrEnv not on path (reported by Kristian Hovde Liland).
Changes to Version 1.9-3
- Fixed one- and multi-way ANOVA so that observation statistics can be saved (bug reported by Pedro Alberto Barbetta).
- New quit.R.on.close Rcmdr option (suggested by Milan Bouchet-Valat).
- Fix to Rcmdr display font to improve appearance on some Macs (suggested by Milan Bouchet-Valat).
- Modified start-up so that Commander window doesn't open twice when a plug-in is loaded via library() (adapting a suggestion by Milan Bouchet-Valat).
- Various low-level changes for compatability with R devel (R 2.16.0).
- Updated French translation (courtesy of Milan Bouchet-Valat).
- Plug-in packages now can specify models via the RcmdrModels: field in the DESCRIPTION file in preference to the Models: field (request of Brian Ripley).
- Small interface and documentation tweaks and bug fixes.
Changes to Version 1.9-2
- Updated Korean translation and getting-started document (thanks to Shin Jong-Hwa).
- Updated Japanese getting-started document (thanks to Takaharu Araki).
- Better icons for dialog buttons, new option to suppress these icons, other interface tweaks (after suggestions of Milan Bouchet-Valat).
- Small fixes.
Changes to Version 1.9-1
- Updated version of Getting Started With the R Commander.
- Updated Italian translation (thanks to Stefano Calza).
- Updated Japanese translation (thanks to Takaharu Araki).
- Updated Korean translation and new Korean getting-started document (thanks to Shin Jong-Hwa).
- Updated Polish translation (thanks to Lukasz Daniel)
- Updated Romanian translation (thanks to Adrian Dusa).
- Updated Russian translation (thanks to Alexey Shipunov).
- Updated Slovenian translation (thanks to Jaro Lajovic and Matjaz Jeran).
- Updated Spanish translation (thanks to Manuel Munoz Marquez).
- Fixed omissions to R-Rcmdr.pot file (reported by Jaro Lajovic).
- Small fixes.
Changes to Version 1.9-0
- Improvements to boxplot dialog.
- Improvements to save graphs dialogs (adapting suggestions of Milan Bouchet-Valat).
- Added data import from SAS xport files (suggestion of Peter Mandeville).
- Added ability to import Excel data sets generally via XLConnect package (suggestion of Michael Weylandt, only for Windows at this point).
- Added IQR to numerical summaries and table of statistics (suggestion of Peter Mandeville).
- Updated French translation (thanks to Milan Bouchet-Valat).
- Updated Korean translation (thanks to Shin Jong-Hwa).
- Updated Polish translation (thanks to Lukasz Daniel).
- Updated Spanish translation (thanks to Manuel Munoz Marquez).
- Updated Xyplot dialog (courtesy of Richard Heiberger).
- Small fixes and improvements.
Changes to Version 1.8-5
- New Polish translation (courtesy of Lukasz Daniel).
- Small GUI improvements (suggestions/code of Milan Bouchet-Valat).
- globalVariables() invoked for R 2.15.1 and above.
- Added standard button icons.
Changes to Version 1.8-4
- Fixes to Italian translation (from Stefano Calza).
- Updated Korean translation (courtesy of Shin Jong-Hwa).
- Fixed bug in numSummary() that surfaced when only one quantile was specified (reported by Peter B. Mandeville).
- Titles for sets of check boxes now left-aligned (suggestion of Milan Bouchet-Valat).
- Fix to Spanish translation (courtesy of Manuel Munoz Marquez).
- Fix to data set edit button, which was removing case names (reported by Gilles Le Pape).
- Updated Slovenian translations (courtesy of Jaro Lajovic and Matjaz Jeran).
- Updated Korean translation (courtesy of Shin Jong-Hwa).
- Rcmdr now detects when it is running under RStudio and arranges to display graphs properly. There is still an open bug causing a freeze in the RStudio graphics device when points are identified in a graph.
Changes to Version 1.8-3
- Small fixes to pass CRAN checks (reported by Kurt Hornik).
Changes to Version 1.8-2
- Fixes to font selection, especially for non-Windows systems.
- Fix to groupsBox() utility function (to fix bug reported by Richard Heiberger).
- PDF files for "Getting Started" manual in English, Japanese, and Spanish compacted (suggestion of Brian Ripley).
- Retain dialog selections optionally non-resettable, used for probability dialogs.
- Bartlett's test and Levene's test now allow more than one factor.
- Updated Slovenian translation (thanks to Jaro Lajovic and Matjaz Jeran).
- Updated Korean translation (courtesy of Shin Jong-Hwa and the Korean translation team).
- Fixed bug in scatterplot dialog that prevented log axes from being used with groups defined (reported by Kent Johnson).
Changes to Version 1.8-1
- Updated DESCRIPTION file; version synchronization for CRAN.
Changes to Version 1.8-0
- See CHANGES file for changes to older versions.
- Concluded dialog-memory updates (with help of Kosar Karimi Pour). Rcmdr option retain.selections now set to TRUE by default.
- Added confirmatory factor analysis.
- Updated Italian, Japanese, Romanian, Russian, and Spanish translations (thanks respectively to Stefano Calza, Takaharu Araki, Adrian Dusa, Alexey Shipunov, and Manuel Munoz Marquez).