Sun Sep 20 23:57:25 2020 UTC ()
(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).


(mef)
diff -r1.10 -r1.11 pkgsrc/math/R-Rcmdr/Makefile
diff -r1.6 -r1.7 pkgsrc/math/R-Rcmdr/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/math/R-Rcmdr/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-Rcmdr/Makefile 2019/08/08 19:53:45 1.10
+++ pkgsrc/math/R-Rcmdr/Makefile 2020/09/20 23:57:25 1.11
@@ -1,21 +1,25 @@ @@ -1,21 +1,25 @@
1# $NetBSD: Makefile,v 1.10 2019/08/08 19:53:45 brook Exp $ 1# $NetBSD: Makefile,v 1.11 2020/09/20 23:57:25 mef Exp $
2 2
3R_PKGNAME= Rcmdr 3R_PKGNAME= Rcmdr
4R_PKGVER= 2.5-3 4R_PKGVER= 2.7-0
5CATEGORIES= math 
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Platform-independent basic-statistics GUI for R 7COMMENT= Platform-independent basic-statistics GUI for R
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
10 9
11DEPENDS+= R-tcltk2>=1.2.6:../../devel/R-tcltk2 10DEPENDS+= R-tcltk2>=1.2.6:../../devel/R-tcltk2
12DEPENDS+= R-effects>=4.0.3:../../graphics/R-effects 11DEPENDS+= R-effects>=4.0.3:../../graphics/R-effects
13DEPENDS+= R-RcmdrMisc>=2.5.1:../../math/R-RcmdrMisc 12DEPENDS+= R-RcmdrMisc>=2.7.1:../../math/R-RcmdrMisc
14DEPENDS+= R-abind>=1.4.5:../../math/R-abind 13DEPENDS+= R-abind>=1.4.5:../../math/R-abind
15DEPENDS+= R-car>=3.0.1:../../math/R-car 14DEPENDS+= R-car>=3.0.8:../../math/R-car
16DEPENDS+= R-relimp>=1.0.5:../../math/R-relimp 15DEPENDS+= R-relimp>=1.0.5:../../math/R-relimp
17 16
 17# Packages suggested but not available:
 18# 'leaps', 'multcomp', 'rgl', 'sem'
 19TEST_DEPENDS+= R-aplpack-[0-9]*:../../math/R-aplpack
 20
 21
18USE_LANGUAGES= # none 22USE_LANGUAGES= # none
19 23
20.include "../../math/R/Makefile.extension" 24.include "../../math/R/Makefile.extension"
21.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/math/R-Rcmdr/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-Rcmdr/distinfo 2019/07/31 18:36:27 1.6
+++ pkgsrc/math/R-Rcmdr/distinfo 2020/09/20 23:57:25 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2019/07/31 18:36:27 brook Exp $ 1$NetBSD: distinfo,v 1.7 2020/09/20 23:57:25 mef Exp $
2 2
3SHA1 (R/Rcmdr_2.5-3.tar.gz) = 71332ecf6271810aa574ebb5b3ab216eacff7eee 3SHA1 (R/Rcmdr_2.7-0.tar.gz) = 9e7e1d8a12c7baf8ac1cd5d92291c37d22652aa7
4RMD160 (R/Rcmdr_2.5-3.tar.gz) = 79a75294cb40d8e25337cd4de95eba635b95ff64 4RMD160 (R/Rcmdr_2.7-0.tar.gz) = 4127678ee7dc11c7875632a6f4ec4a27a3b80784
5SHA512 (R/Rcmdr_2.5-3.tar.gz) = 97edadd21355a83c55050d55d485249b02106b82b327d160a9be3aaf9d8fec4dbf5e75bcc6d868f5e45fff2cdd8a1f7fce4622e20569784e61ce668b687752ad 5SHA512 (R/Rcmdr_2.7-0.tar.gz) = 559c290a0fbcb19db12f416f8b3c4f56976d2013f922a5f1adc6c9768b27984cba45ab055c8a5f7d017c343b0ff73cc6c782be0559f56636964e5cafe13ef34a
6Size (R/Rcmdr_2.5-3.tar.gz) = 5651856 bytes 6Size (R/Rcmdr_2.7-0.tar.gz) = 4819819 bytes