aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-VGAM
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Update to 1.0.5Wen Heping2018-02-182-4/+4
| | | | Notes: svn path=/head/; revision=462222
* - Update to 1.0.4Wen Heping2017-07-262-5/+4
| | | | Notes: svn path=/head/; revision=446646
* qa: add check for NO_ARCHDavid Naylor2017-06-181-1/+2
| | | | | | | | | | | | | | | | | | | | | If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr Notes: svn path=/head/; revision=443845
* - update to 1.0.3Wen Heping2017-01-212-4/+4
| | | | Notes: svn path=/head/; revision=432020
* - Update to 1.0.2Wen Heping2016-06-022-3/+4
| | | | Notes: svn path=/head/; revision=416272
* - Update to 1.0.1Wen Heping2016-03-242-3/+3
| | | | Notes: svn path=/head/; revision=411814
* An implementation of about 6 major classes of statistical regressionWen Heping2015-11-243-0/+27
models.At the heart of it are the vector generalized linear and additive model (VGLM/VGAM) classes, and the book "Vector Generalized Linear and Additive Models: With an Implementation in R" (Yee, 2015) gives details of the statistical framework and VGAM package. Currently only fixed-effects models are implemented, i.e., no random-effects models. WWW: https://www.stat.auckland.ac.nz/~yee/VGAM Notes: svn path=/head/; revision=402348