2024-01-26 14:20:17 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-gss) Updated 2.2.5 to 2.2.7, make test passed
Tue 15 Aug 2023 08:44:33 PM EDT, Chong Gu <chong@purdue.edu>
* DESCRIPTION: Version 2.2-7.
* R: Edited numerous functions to allow for non-integer counts for
binned data.
* src: Edited numerous routines to allow for non-integer counts
for binned data.
Mon 07 Aug 2023 01:42:21 PM EDT, Chong Gu <chong@purdue.edu>
* DESCRIPTION: Version 2.2-6.
* man: Minor fix in mkterm.copu.Rd.
* src: Numerous edits to comply with stricter compiler checks.
|
2023-07-30 03:59:49 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-gss) Updated 2.2.4 to 2.2.5
Sun 18 Jun 2023 06:27:01 PM EDT, Chong Gu <chong@purdue.edu>
* DESCRIPTION: Version 2.2-5.
* src: Replaced FORTRAN function dfloat by dble.
|
2023-06-17 14:26:43 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-gss) Updated 2.2.3 to 2.2.4
Tue 14 Mar 2023 08:36:01 PM EDT, Chong Gu <chong@purdue.edu>
* DESCRIPTION: Version 2.2-4.
* inst: edited CITATION to conform with new standard.
* R: Edited numerous functions to replace "class(obj)==string" by
"inherits(obj,string)".
* src: Edits in smolyak.c to fix init(void), coeff(void).
|
2022-04-30 05:18:16 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.2.3
Upstream changes:
Tue Aug 3 20:32:06 EDT 2021, Chong Gu <chong@purdue.edu>
* DESCRIPTION: Version 2.2-3.
* R: Edited sscomp.
* src: Edits in smolyak.c to comment out unused calccoeff2.
Tue May 26 00:21:21 EDT 2020, Chong Gu <chong@purdue.edu>
* DESCRIPTION: Version 2.2-2.
* R: Added sscomp and sscomp2.
* man: Added documentation for sscomp and sscomp2.
Sat May 16 15:49:33 EDT 2020, Chong Gu <chong@purdue.edu>
* DESCRIPTION: Version 2.2-1.
* R: Bug fixes, code cleanings in numerous places.
Sun May 3 14:34:28 EDT 2020, Chong Gu <chong@purdue.edu>
* DESCRIPTION: Version 2.2-0.
* R: i) Reworked the gssanova, gssanova1, and gssanova0 suites, to
add support for the "polr" family. ii) Added predict9.gssanova
for response scale prediction.
* data: Added wesdr1.
* man: Updated to reflect changes in R and data.
Sat Feb 29 10:50:40 EST 2020, Chong Gu <chong@stat.purdue.edu>
* DESCRIPTION: Version 2.1-12
* src: Bug fix in copu2newton, thanks to Elliott Sales de Andrade.
Fri Feb 28 19:40:49 EST 2020, Chong Gu <chong@stat.purdue.edu>
* DESCRIPTION: Version 2.1-11.
Edits in R/ and man/ to prepare for the coming default
data.frame(...,stringsAsFactors=FALSE).
Merged gsscopu package into this one, adding sscopu/sscopu2 suites
for copula density estimation, and sshzd2d/sshzd2d1 suites for 2-D
hazard estimation.
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message:
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
|
2018-07-28 16:40:53 by Brook Milligan | Files touched by this commit (126) |
Log message:
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.
|
2018-01-25 00:48:03 by Min Sik Kim | Files touched by this commit (3) |
Log message:
math/R-gss: Import version 2.1-7
This is a comprehensive package for structural multivariate function
estimation using smoothing splines.
|