summaryrefslogtreecommitdiff
path: root/math/R-nloptr
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-20(math/R-nloptr) updated 1.2.1 to 1.2.2.2mef3-17/+27
29 February 2020: * Replaced deprecated functions from testhat framework in unit tests (contributed by Avraham Adler). 26 February 2020: * Fixed warnings (as requested by CRAN): R CMD config variables 'CPP' and 'CXXCPP' are deprecated. 20 October 2018: * Exposed CCSAQ algorithm in R interface (contributed by Julien Chiquet). 03 October 2018: * Build process was changed to solve issues on several OS (many thanks to the CRAN maintainers).
2020-05-03math/R-nloptr: remove no-op SUBST blockrillig1-7/+1
2019-08-08Update all R packages to canonical form.brook1-6/+4
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-nloptr: update to version 1.2.1.brook3-14/+22
Update to the canonical form of an R package.
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.
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-03-07math/R-nloptr: Use pkg-config to set link options properlyminskim1-1/+2
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2016-04-17Import nloptr-1.0.4 as math/R-nloptr.wen4-0/+50
nloptr is an R interface to NLopt. NLopt is a free/open-source library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms.