summaryrefslogtreecommitdiff
path: root/math/R-wle
AgeCommit message (Collapse)AuthorFilesLines
2021-04-27R-wle: removewiz3-26/+0
This package was removed from CRAN nearly 3 years ago.
2020-10-12math/blas, math/lapack: Install interchangeable BLAS systembacon1-2/+3
Install the new interchangeable BLAS system created by Thomas Orgis, currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and Apple's Accelerate.framework. This system allows the user to select any BLAS implementation without modifying packages or using package options, by setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details. This commit should not alter behavior of existing packages as the system defaults to Netlib BLAS/LAPACK, which until now has been the only supported implementation. Details: Add new mk/blas.buildlink3.mk for inclusion in dependent packages Install compatible Netlib math/blas and math/lapack packages Update math/blas and math/lapack MAINTAINER approved by adam@ OpenBLAS, cblas, and lapacke will follow in separate commits Update direct dependents to use mk/blas.buildlink3.mk Perform recursive revbump
2019-08-08Update all R packages to canonical form.brook1-5/+3
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
2019-07-31R-wle: update to canonical form of an R package.brook1-5/+5
2018-07-28Remove MASTER_SITES= from individual R package Makefiles.brook1-2/+1
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.
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-03-09Update to 0.9.9wen2-6/+6
Upstream changes: Version 0.9-9, 2013/12/10 Fixed several problems to avoid WARNING and NOTE with last versions of R
2013-10-10Does support destdir, mark it as such.wiz1-6/+3
2012-11-30Update to 0.9.7wen2-6/+6
2012-08-14Mark packages with no staged installation support explicitly ↵asau1-1/+3
(PKG_DESTDIR_SUPPORT=none).
2012-05-26math/R-wle: Add gettext-lib buildlink3marino1-1/+2
2012-04-15Update to wle v0.9-4, add LICENSE and regularize package files.brook3-16/+17
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-1/+2
that list Fortran in used languages.
2008-10-14Update R-wle to 0.9.3markd2-8/+10
Changes unknown
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-22pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.wiz1-7/+7
2006-08-05Uses fortran. Fix homepage.markd2-8/+9
Update to 0.9-2: Version 0.9-2, 2006/02/13 Fix minor typo in wle.fracdiff.Rd and in wle.var.test.Rd. Rewrite some part of wle.vonmises.R and wle.wrappednormal.R since there were a problem on looking for mutiple roots. Version 0.9-1, 2005/12/6 Set up a NAMESPACE file. Functions wle.wrappednormal and wle.vonmises use atan2 call instead of atan. mle.aic has a new argument 'se' so that standard errors are reported for the parameters of each submodel. wle.fracdiff and related functions are partialy rewritten. Version 0.9, 2005/04/16 This version should works under gcc-4.0 too. Many fortran sources are removed since already included in R (blas functions) Function qrgnin.f is modified by Prof. B. Ripley so that it does not use entry point. Version 0.8-1, 2005/04/10 Fixed bugs in wlestepwise.f and mlestepwise.f The calls to the packages ts and ctest are removed. The function wle.aic.ar (and its summaries) is added. Add the dataset rocky Version 0.8, 2004/10/05 Fix file wle.lm.summaries.Rd
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-11-04Imported R-wle from pkgsrc-wip.rillig4-0/+22
Provides approach to robustness via Weighted Likelihood Estimation.