Path to this page:
Subject: CVS commit: pkgsrc/math/R-Rcmdr
From: Makoto Fujiwara
Date: 2020-09-21 01:57:25
Message id: 20200920235725.6BBD8FB28@cvs.NetBSD.org
Log Message:
(math/R-Rcmdr) Updated 2.5.3 to 2.7.0
Changes in version 2.7-0
o New dialogs for repeated-measures ANOVA and ANCOVA and plots with one or
two repeated-measures factors.
o New dialogs to reshape data sets from wide to long and from long to wide.
o Better handling of discrete numeric variables (after suggestions by Ethan \
Harris).
o Fix clipboard data set input to work on macOS.
o Improved pie charts and bar graphs via the piechart() and Barplot()
functions in RcmdrMisc.
o New File > Exit > Restart Commander menu item (suggestion of Vilmantas \
Gegzna).
o Fix Tk error produced by closing the dataset viewer and then repopening
the same data set (reported by Jose G. Conde).
o Fixes to handling panes with console.output and log.commands options set
to various values (thanks to Vilmantas Gegzna).
o Better handling of character data following change to stringsAsFactor
option in R 4.0.0+.
o 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.
o Small improvements and bug fixes.
o 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).
Changes in version 2.6-3
o Fix bug in processing resubmitted multi-line commands (reported by
Katarina Kosmelj).
o Fix bug in processing multiline comments in onSubmit() in Commander.
o Updated Slovenian translation (thanks to Matjaz Jeran).
Changes in version 2.6-2
o New Hungarian translation (thanks to Tamas Ferenci and Andrea Harnos).
o Fixed bug in Ctrl-S for script window (reported by Mayeul Kauffmann).
Changes in version 2.6-1
o Restore older version of splitCmd().
o For GLMs and GLMMs, provide confidence intervals for exponentiated
coefficients for models using log or logit link (suggestion of Tan Chuen
Seng).
o Make listTwoLevelFactors() work properly for logical and character
variables (treated as factors) with NAs (problem pointed out by Vilmantas
Gegzna).
o Insure that data set columns are usable in the Rcmdr, e.g., excluding
list columns (problem pointed out by Vilmantas Gegzna).
o Change instances of class(x) == "y" to inherits(x, "y").
o Use apalike rather than apa BiBTeX package in Getting Started vignette
(latter has been removed from TeXLive, reported by Brian Ripley).
Changes in version 2.6-0
o Linear and generalized linear mixed models dialogs added.
o Made editDataset() with data.frame method (suggestion of Ulrike Gromping).
o New R Commander hex sticker.
o Small fixes and improvements.
o 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).
Files: