./math/R-minqa, Derivative-free optimization algorithms by quadratic approximation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.8, Package name: R-minqa-1.2.8, Maintainer: pkgsrc-users

Derivative-free optimization by quadratic approximation based on
an interface to Fortran implementations by M. J. D. Powell.


Required to run:
[lang/g95] [math/R] [devel/R-Rcpp]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-11-05 04:55:42 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-minga) Updated 1.2.6 to 1.2.8, make test passed

2024-09-17 K Mullen <mullenkate@gmail.com>
	src/Makevars: remove reference to deprecated "Rcpp:::LdFlags()"
	DESCRIPTION: remove Author field, add Authors@R field
2024-05-19 K Mullen <mullenkate@gmail.com>
	* src/*f: changed syntax of DO loops to avoid warnings / errors
	triggered by more modern Fortan compilers
   2024-02-03 12:04:04 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-minqa) Updated 1.2.5 to 1.2.6

2023-09-09 K Mullen <mullenkate@gmail.com>
	* src/bigden.f, src/biglag.f, src/rescue.f, src/trsapp.f,
	src/trsbox.f: changed DFLOAT --> DBLE
   2023-06-02 15:28:58 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(math/R-minqa) Updated 1.2.4 to 1.2.5

2022-10-18 K Mullen <mullenkate@gmail.com>
	* src/altmov.f: Added initialization of IBDSAV to 0 at line 170.
	Ben Bolker reported a case that triggered a segfault that I traced
	to this variable being used uninitialized.
	* DESCRIPTION: CRAN now says the Title field should be in title case,
	changed to comply.
   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) | Package updated
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
   2019-07-31 21:56:41 by Brook Milligan | Files touched by this commit (1) | Package updated
Log message:
R-minqa: update to canonical form of an R package.

Update to the canonical form of an R package.
   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.