Up to [cvs.NetBSD.org] / pkgsrc / math / R-emdbook
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 18 11:31:28 2022 UTC (5 months, 1 week ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
(math/R-compositions) Updated 2.0.2 to 2.0.4 Version 2.0-4 * F77_ calling conventions adapted from fixed length strings to length parameter in BLAS calls * fitDirichlet returned loglikehood fixed (by adding a "-" in front of n) * as.matrix.rmult method returns now a matrix with the rmult class stripped; in this way, derivate functions of `lm()` work properly (e.g. `anova`, `summary.manova`, `MASS::lda`) Version 2.0-3 * kernel density estimation on the simplex with Dirichlet kernels (kdeDirichlet) Version 2.0-2.9000 * own implementation of dDirichlet
Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 18 11:27:33 2022 UTC (5 months, 1 week ago) by mef
Branch: MAIN
Changes since 1.4: +4 -2
lines
Diff to previous 1.4 (colored)
(math/emdbook) Updated 1.3.11 to 1.3.12 (CMD Rdconv -t txt math/R-emdbook/work/emdbook/inst/NEWS.Rd |head -30) Changes in version 1.3.12: * documentation/CRAN-compatibility update
Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 8 19:53:49 2019 UTC (3 years, 9 months ago) by brook
Branch: MAIN
CVS Tags: 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,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.3: +4 -6
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Wed Jul 31 19:23:25 2019 UTC (3 years, 9 months ago) by brook
Branch: MAIN
Changes since 1.2: +8 -8
lines
Diff to previous 1.2 (colored)
R-emdbook: update to version 1.3.11. Update to the canonical form of an R package and fix the LICENSE field.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 28 14:40:48 2018 UTC (4 years, 10 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.1: +1 -2
lines
Diff to previous 1.1 (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.1 / (download) - annotate - [select for diffs], Mon Mar 5 16:57:36 2018 UTC (5 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
math/R-emdbook: Import version 1.3.9 Auxiliary functions and data sets for "Ecological Models and Data", a book presenting maximum likelihood estimation and related topics for ecologists.