Skip to content

Commit

Permalink
misc/R-cran-optimx: New port: Expanded Replacement and Extension of t…
Browse files Browse the repository at this point in the history
…he '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/
  • Loading branch information
nunotexbsd committed Mar 29, 2024
1 parent 7fc47fd commit d00de7d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/Makefile
@@ -1,6 +1,7 @@
COMMENT = Miscellaneous utilities

SUBDIR += R-cran-mime
SUBDIR += R-cran-optimx
SUBDIR += R-cran-xfun
SUBDIR += aclgen
SUBDIR += actiona
Expand Down
20 changes: 20 additions & 0 deletions misc/R-cran-optimx/Makefile
@@ -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 changes: 3 additions & 0 deletions misc/R-cran-optimx/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1711701172
SHA256 (optimx_2023-10.21.tar.gz) = 0d732d5604c26af59cfb95b80ed4e226c9c10422e2d82a6cc06b92f9ba6a44b5
SIZE (optimx_2023-10.21.tar.gz) = 3735842
4 changes: 4 additions & 0 deletions misc/R-cran-optimx/pkg-descr
@@ -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.

0 comments on commit d00de7d

Please sign in to comment.