mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
misc/R-cran-optimx: New port: Expanded Replacement and Extension of the 'optim' Function
Provides a replacement and extension of the optim() function to call to several function minimization codes in R in a single statement. These methods handle smooth, possibly box constrained functions of several or many parameters. WWW: https://cran.r-project.org/web/packages/optimx/
This commit is contained in:
parent
7fc47fdafa
commit
d00de7d461
@ -1,6 +1,7 @@
|
||||
COMMENT = Miscellaneous utilities
|
||||
|
||||
SUBDIR += R-cran-mime
|
||||
SUBDIR += R-cran-optimx
|
||||
SUBDIR += R-cran-xfun
|
||||
SUBDIR += aclgen
|
||||
SUBDIR += actiona
|
||||
|
20
misc/R-cran-optimx/Makefile
Normal file
20
misc/R-cran-optimx/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
PORTNAME= optimx
|
||||
DISTVERSION= 2023-10.21
|
||||
CATEGORIES= misc
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
COMMENT= Expanded Replacement and Extension of the 'optim' Function
|
||||
WWW= https://cran.r-project.org/web/packages/optimx/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
CRAN_DEPENDS= R-cran-nloptr>0:math/R-cran-nloptr \
|
||||
R-cran-numDeriv>0:math/R-cran-numDeriv \
|
||||
R-cran-pracma>0:math/R-cran-pracma
|
||||
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/R-cran-optimx/distinfo
Normal file
3
misc/R-cran-optimx/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1711701172
|
||||
SHA256 (optimx_2023-10.21.tar.gz) = 0d732d5604c26af59cfb95b80ed4e226c9c10422e2d82a6cc06b92f9ba6a44b5
|
||||
SIZE (optimx_2023-10.21.tar.gz) = 3735842
|
4
misc/R-cran-optimx/pkg-descr
Normal file
4
misc/R-cran-optimx/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Provides a replacement and extension of the optim() function to call to
|
||||
several function minimization codes in R in a single statement. These
|
||||
methods handle smooth, possibly box constrained functions of several or
|
||||
many parameters.
|
Loading…
Reference in New Issue
Block a user