Up to [cvs.NetBSD.org] / pkgsrc / math / R-Rcmdr
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 2 11:22:48 2021 UTC (2 years, 2 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
HEAD
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
(math/R-Rcmdr) Updated 2.7.0 to 2.7.1 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.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Sep 20 23:57:25 2020 UTC (2 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.10: +9 -5
lines
Diff to previous 1.10 (colored)
(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).
Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 8 19:53:45 2019 UTC (3 years, 7 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.9: +5 -7
lines
Diff to previous 1.9 (colored)
Update all R packages to canonical form. 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
Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 31 18:36:27 2019 UTC (3 years, 7 months ago) by brook
Branch: MAIN
Changes since 1.8: +12 -5
lines
Diff to previous 1.8 (colored)
R-Rcmdr: update to version 2.5.3. Update to the canonical form of an R package and fix the LICENSE field.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 28 14:40:46 2018 UTC (4 years, 7 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
Remove MASTER_SITES= from individual R package Makefiles. 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.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 15 15:49:00 2012 UTC (10 years, 11 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.6: +5 -4
lines
Diff to previous 1.6 (colored)
Update to Rcmdr v1.8-4, add LICENSE and update MAINTAINER.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 26 19:36:54 2011 UTC (11 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
Fix PR pkg/45404. Add dependency to math/R-car. Fix build.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 11 19:21:41 2009 UTC (13 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.4: +8 -11
lines
Diff to previous 1.4 (colored)
Update to the latest version of the module along with R update
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 14 07:25:31 2008 UTC (14 years, 5 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.3: +3 -4
lines
Diff to previous 1.3 (colored)
Update R-Rcmdr to 1.4.2 Changes unknown
Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:46 2007 UTC (16 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.2: +7 -7
lines
Diff to previous 1.2 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:00 2006 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 4 08:10:09 2005 UTC (17 years, 4 months ago) by rillig
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Imported R-Rcmdr from pkgsrc-wip. A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 4 08:10:09 2005 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Initial revision