(math/R-Rcmdr) Updated 2.7.1 to 2.8.0

Changes in version 2.8-0

  o Small improvements to 3D scatterplot and recode dialogs.

  o User name inferred and used in startup message and documents.

  o New dialogs for 3D component+residual and added-variable plots.

  o Use text help for non-Windows system with R 4.2.0 (due to bug in R).

  o Statistical modeling dialogs gain an optional case-deletion text box.

  o New minimum.width and minimum.height Rcmdr options, defaulting to
  1000 and 400, respectively.

  o 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).

  o RGL in RMarkdown now works with pdf, rtf, and word file formats as
  well as html, still requires Pandoc (suggestion of Georges Monette).

  o Boxplot dialog now permits selection of more than one variable for
  parallel boxplots (suggestion of Ivan Krylov).

  o Small improvements.

  o 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).
This commit is contained in:
mef 2023-06-15 12:59:45 +00:00
parent 5036196472
commit 6783d0fee4
2 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.12 2021/01/02 11:22:48 mef Exp $
# $NetBSD: Makefile,v 1.13 2023/06/15 12:59:45 mef Exp $
R_PKGNAME= Rcmdr
R_PKGVER= 2.7-1
R_PKGVER= 2.8-0
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Platform-independent basic-statistics GUI for R
@ -18,6 +18,7 @@ DEPENDS+= R-relimp>=1.0.5:../../math/R-relimp
# 'leaps', 'multcomp', 'rgl', 'sem'
TEST_DEPENDS+= R-aplpack-[0-9]*:../../math/R-aplpack
TEST_DEPENDS+= R-lmtest-[0-9]*:../../math/R-lmtest
TEST_DEPENDS+= R-rgl-[0-9]*:../../graphics/R-rgl
USE_LANGUAGES= # none

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2021/10/26 10:55:23 nia Exp $
$NetBSD: distinfo,v 1.11 2023/06/15 12:59:45 mef Exp $
BLAKE2s (R/Rcmdr_2.7-1.tar.gz) = 42645392cef69d807ad9887d68662ae02833ab37bdda84ff266ea81d0393c7e2
SHA512 (R/Rcmdr_2.7-1.tar.gz) = 379fbb732aebe9ee0226f290166382ddb9af5d700b5d81d01be48afeb8201e18de6150004c35cdf7cbcf3c0ef9d8b21729cc853d44d31a11297976588fe4fd2c
Size (R/Rcmdr_2.7-1.tar.gz) = 4817926 bytes
BLAKE2s (R/Rcmdr_2.8-0.tar.gz) = cfff042c659772af32c197a5eab26854bc5dae9bb9e5f067e1f58b37f6b11379
SHA512 (R/Rcmdr_2.8-0.tar.gz) = 7e552ec4ba5f96cd8684cb518ad6ae6650d1f170511cedbaa5deb45200e16399bb32f399f1c6540f4de00ef0e90d7e95d7c9e0cd7e24f0f3aa1cd86f56ee1ca5
Size (R/Rcmdr_2.8-0.tar.gz) = 5646962 bytes