The NetBSD Project

CVS log for pkgsrc/math/R-statmod/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / R-statmod

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jun 2 13:55:59 2023 UTC (18 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
(math/R-statmod) Updated 1.4.36 to 1.5.0

28 Dec 2022: statmod 1.5.0

- New function expectedDeviance() to compute expected values and variances of
  unit deviances for linear exponential families, using C code written by
  Lizhong Chen. Add Lizhong Chen as package author.
- Replace NAMESPACE exportPattern() with export().
- New argument `n0` for compareGrowthCurves() and CompareTwoGrownCurves() to
  avoid permutation p-values exactly zero.
- Add link to Phipson & Smyth postprint on arXiv in help references for permp()
  and compareGrowthCurves().

12 Aug 2022: statmod 1.4.37

- Fix mathematic equations in remlscor.Rd.
- Explain simulation method of power.fisher.test() in power.Rd.
- Update http to https URLs in elda.Rd, gauss.quad.Rd and gauss.quad.prob.Rd.
- Change url to doi for reference in elda.Rd.
- Add doi for reference in fitNBP.Rd.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Sep 18 12:31:31 2021 UTC (3 years, 2 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, 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
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -3 lines
(math/R-statmod) Updated 1.4.32 to 1.4.36

25 Aug 2020: Statmod 1.4.35

- Fix Bug in tweedie(link.power=0) so that the resulting functions
  $linkinv() and $mu.eta() preserve the attributes of their
  arguments.

16 Feb 2020: statmod 1.4.34

- Improve the model description provided in the remlscoregamma() help
  page.

- tweedie() now checks whether `var.power` or `link.power` are
  character strings instead of numeric. If `var.power` is one of the
  standard family names ("gaussian", "poisson", "gamma" or
  "inverse.gaussian") or `link.power` is one of the standard link
  functions ("identity","log","inverse") then the argument is reset
  to the corresponding numerical value with a message, otherwise an
  informative error message is given.

- Cleaning up of internal code to avoid partial matching of function
  arguments, attributes or list component names. The automatic package
  tests are now run with the warnPartialMatchArgs,
  warnPartialMatchAttr and warnPartialMatchDollar options all set to
  TRUE.

 4 Jan 2020: statmod 1.4.33

- The components returned by mixedModel2Fit() relating to fixed
  coefficients are now documented explicitly. The help page has been
  corrected to refer to the argument `only.varcomp` instead of
  `fixed.estimates`. The vector of `reml.residuals` is no longer
  part of the output.

- The test file has been slightly revised using zapsmall() so ensure
  that the test output file remains correct for R with ATLAS BLAS.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 8 19:53:54 2019 UTC (5 years, 3 months ago) by brook
Branches: MAIN
CVS tags: 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
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -6 lines
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.16: download - view: text, markup, annotated - select for diffs
Wed Jul 31 20:33:59 2019 UTC (5 years, 4 months ago) by brook
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
R-statmod: update to version 1.4.32.

Update to the canonical form of an R package and fix the LICENSE
field.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 28 14:40:51 2018 UTC (6 years, 4 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -2 lines
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.14: download - view: text, markup, annotated - select for diffs
Sat Dec 2 12:00:34 2017 UTC (7 years ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Update to 1.4.30

Upstream changes:
16 June 2017: statmod 1.4.30

- Bug fix to qinvgauss(). In some case the gamma approximation used
  for small right tail probabilities was taking the initial value
  outside the domain of convergence.

27 February 2017: statmod 1.4.29

- rinvgauss() now accurately handles large or infinite values for the
  mean or dispersion.

26 February 2017: statmod 1.4.28

- R_registerRoutines is now used to register the Fortran subroutine
  gaussq2.

- pinvgauss() and qinvgauss() now use a gamma approximation when the
  coefficient of variation is very small.

17 December 2016: statmod 1.4.27

- qinvgauss() now supports mean=Inf.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 6 02:54:08 2016 UTC (8 years ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Update to 1.4.26

Upstream changes:
28 August 2016: statmod 1.4.26

- Fortran function gaussq2 updated to Fortran 77.

 5 August 2016: statmod 1.4.25

- Add CITATION file.

- pinvgauss() now uses an asymptotic approximation to compute right
  tail probabilities for extreme large quantiles.  This allows it to
  give correct right tail probabilities for virtually any quantile.

- Fix to qinvgauss() to avoid NA values when computing extreme tail
  quantiles where the inverse Gaussian density is subject to floating
  underflow.

- Bug fix to qresiduals() and qresid.invgauss() for the inverse
  Guassian distribution.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Apr 9 08:36:34 2016 UTC (8 years, 7 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to 1.4.24

Upstream changes:
 2 February 2016: statmod 1.4.24

- speedup for rinvgauss() by replacing rchisq() with rnorm() and
  rbinom() with runif().

- speedup for qinvgauss() by using qgamma as starting approximation
  for very small right tail probabilities, and inverse chisq as
  starting approximation for very small left tail probabilities.

- qinvgauss() now computes Newton step using log probabilities
  and a Taylor series expansion for small steps.  This improves
  accuracy in extreme cases.  The stopping criterion for the Newton
  iteration has been revised.

- Bug fix to dinvgauss(), pinvgauss() and qinvgauss() which were not
  preserving attributes of the first argument.

30 December 2015: statmod 1.4.23

- qinvgauss() has been improved to return best achievable machine
  accuracy.  It now checks for backtracking of the Newton iteration.

- dinvgauss() and pinvgauss() now check for a wider range of special
  cases.  This allows them to give valid results in some cases
  for infinite or missing parameter values and for x outside the
  support of the distribution.

26 October 2015: statmod 1.4.22

- Functions needed from the stats and graphics packages are now
  explicitly imported into the package NAMESPACE.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat May 30 10:50:34 2015 UTC (9 years, 6 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Update to 1.4.21

Upstream changes:
30 March 2015: statmod 1.4.21

- qinvgauss() now treats input arguments of different lengths or NA
  parameter values more carefully.

- elda() now gracefully removes structural zeros, i.e., rows where
  the number of cells or the number of assays is zero.

- S3 print and plot methods for "limdil" class now registered.

- Use of require("tweedie") in the qres.tweedie() code replaced by
  requireNameSpace("tweedie").

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jul 13 12:47:38 2014 UTC (10 years, 4 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Update to 1.4.20
Update LICENSE

Upstream changes:
30 May 2014: statmod 1.4.20

- Considerable work on the inverse Gaussian functions dinvgauss(),
  pinvgauss(), qinvgauss() and rinvgauss().  The parameter arguments
  are changed to mean, shape and dispersion instead of mu and lambda.
  The functions now include arguments lower.tail and log.p, meaning
  that right-tailed probabilities can be used and probabilities can
  be specified on the log-scale.  Good numerical precision is
  maintained in these case.  The functions now respect attributes,
  so that a matrix argument for example will produce a matrix result.
  Checking is now done for missing values and invalid parameter
  values on an element-wise basis.  A technical report has been
  written to describe the methodology behind qinvgauss().

- This file has been renamed to NEWS instead of changelog.txt.

- The introductory help page previously called 1.Introduction is now
  named statmod-package.

13 April 2014: statmod 1.4.19

- qinvgauss() now uses a globally convergent Newton iteration, which
  produces accurate values for a greater range of parameter values.

- glmnb.fit() now supports weights.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 9 14:28:57 2014 UTC (10 years, 8 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update to 1.4.18

Upstream changes:
27 September 2013: statmod 1.4.18
- Update reference for permp().
- bug fix to elda() so that it returns NA for the tests instead of
  giving an error when the Fisher information for the slope isNA.
- Exact roles of authors specified in DESCRIPTION file.
- All usage lines in help files wrapped at 90 characters to ensure
  that code is not truncated in pdf manual.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 7 11:07:18 2013 UTC (11 years, 5 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update to 1.4.17
(No upstream changelog)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Nov 30 13:55:48 2012 UTC (12 years ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2 lines
Update to 1.4.16

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 15 15:45:16 2012 UTC (12 years, 7 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3 lines
Update to statmod v1.4.14, add LICENSE and regularize package files.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 11 19:43:07 2009 UTC (14 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, 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
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -9 lines
Update to the latest version of the module along with R update

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 13 19:28:48 2008 UTC (16 years, 1 month ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4 lines
Update R-statmod to 1.3.6

Changes unknown

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:26:47 2007 UTC (17 years, 9 months ago) by wiz
Branches: 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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6 lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:10:01 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Nov 4 08:19:17 2005 UTC (19 years, 1 month ago) by rillig
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Imported R-statmod from pkgsrc-wip.

Miscellaneous biostatistical modeling functions.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 08:19:17 2005 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>