head 1.7; access; symbols pkgsrc-2023Q4:1.7.0.4 pkgsrc-2023Q4-base:1.7 pkgsrc-2023Q3:1.7.0.2 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.6.0.6 pkgsrc-2023Q2-base:1.6 pkgsrc-2023Q1:1.6.0.4 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.2 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.4.0.26 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.24 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.22 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.20 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.18 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.16 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.14 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.12 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.10 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.8 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.4 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.6 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.2 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.2.0.8 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.7 date 2023.07.08.00.16.39; author mef; state Exp; branches; next 1.6; commitid LEXBsEokLPCoOVvE; 1.6 date 2022.12.18.11.31.28; author mef; state Exp; branches; next 1.5; commitid nYNa3D76Gqek226E; 1.5 date 2022.12.18.11.27.33; author mef; state Exp; branches; next 1.4; commitid 2MEy88lw4wS9126E; 1.4 date 2019.08.08.19.53.49; author brook; state Exp; branches; next 1.3; commitid K2VPfA0XCw7xfgyB; 1.3 date 2019.07.31.19.23.25; author brook; state Exp; branches; next 1.2; commitid SahCqKBnYinEnexB; 1.2 date 2018.07.28.14.40.48; author brook; state Exp; branches; next 1.1; commitid hIRYb3oU4xMfBULA; 1.1 date 2018.03.05.16.57.36; author minskim; state Exp; branches; next ; commitid FZ7LVQEkHn324itA; desc @@ 1.7 log @(math/R-emdbook) Updated 1.3.12 to 1.3.13 Changes in version 1.3.13: * various cleanup (CITATION file, junk test directory, old URLs, etc.) * 'deltamethod': attempt to improve handling of functions missing from derivs table when warning language is not English * 'lambertW': slightly improved reporting when iteration limits reached @ text @# $NetBSD: Makefile,v 1.6 2022/12/18 11:31:28 mef Exp $ R_PKGNAME= emdbook R_PKGVER= 1.3.13 MAINTAINER= minskim@@NetBSD.org COMMENT= Support functions and data for "Ecological Models and Data" LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= R-bbmle>=1.0.20:../../math/R-bbmle DEPENDS+= R-coda>=0.19.3:../../math/R-coda DEPENDS+= R-plyr>=1.8.4:../../math/R-plyr # Packages suggested but not available: 'R2jags', 'ellipse', 'SuppDists' TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" @ 1.6 log @(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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/12/18 11:27:33 mef Exp $ d4 1 a4 1 R_PKGVER= 1.3.12 d15 1 @ 1.5 log @(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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/08/08 19:53:49 brook Exp $ a4 1 CATEGORIES= math @ 1.4 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/07/31 19:23:25 brook Exp $ d4 1 a4 1 R_PKGVER= 1.3.11 d15 2 @ 1.3 log @R-emdbook: update to version 1.3.11. Update to the canonical form of an R package and fix the LICENSE field. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/07/28 14:40:48 brook Exp $ d3 3 a5 1 CATEGORIES= math R a7 1 HOMEPAGE= http://www.math.mcmaster.ca/bolker/emdbook/ a10 3 R_PKGNAME= emdbook R_PKGVER= 1.3.11 @ 1.2 log @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. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/03/05 16:57:36 minskim Exp $ d3 1 a3 1 CATEGORIES= math d8 1 a8 1 LICENSE= gnu-gpl-v2 d10 2 a11 3 DEPENDS+= R-bbmle-[0-9]*:../../math/R-bbmle DEPENDS+= R-coda-[0-9]*:../../math/R-coda DEPENDS+= R-plyr-[0-9]*:../../math/R-plyr d13 3 a15 2 R_PKGNAME= emdbook R_PKGVER= 1.3.9 @ 1.1 log @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. @ text @d1 1 a1 1 # $NetBSD$ a3 1 MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @