summaryrefslogtreecommitdiff
path: root/math/R-Rcmdr
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-2/+1
2021-01-02(math/R-Rcmdr) Updated 2.7.0 to 2.7.1mef2-8/+8
Changes in version 2.7-1 o Updated Polish translation, thanks to Lukasz Daniel. o Fixed mixed-up .mo files for Spanish and Brazilian-Portuguese translations (problem reported by Jose Henrique Hildebrand Grisi Filho). o Small bug fixes to and improvements to repeated-measures dialogs.
2020-09-20(math/R-Rcmdr) Updated 2.5.3 to 2.7.0mef2-10/+14
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).
2019-08-08Update all R packages to canonical form.brook1-7/+5
The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-07-31R-Rcmdr: update to version 2.5.3.brook2-10/+17
Update to the canonical form of an R package and fix the LICENSE field.
2018-07-28Remove MASTER_SITES= from individual R package Makefiles.brook1-2/+1
Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place.
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-04-15Update to Rcmdr v1.8-4, add LICENSE and update MAINTAINER.brook2-8/+9
2011-09-26Fix PR pkg/45404.ryoon1-1/+3
Add dependency to math/R-car. Fix build.
2009-12-11Update to the latest version of the module along with R updateadam2-15/+12
2008-10-14Update R-Rcmdr to 1.4.2markd2-8/+7
Changes unknown
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-7/+7
Patch provided by Sergey Svishchev in private mail.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-11-04Imported R-Rcmdr from pkgsrc-wip.rillig4-0/+25
A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.