R Development Page
Contributed R Packages
Below is a list of all packages provided by project Optimist.
Important note for package
binaries: R-Forge provides these binaries only for
the most recent version of R, but not for older
versions. In order to successfully install the
packages provided on R-Forge, you have to switch
to the most recent version of R or, alternatively,
install from the package sources (.tar.gz).
adagio | Discrete and Global Optimization Routines
|
|
The R package adagio will provide methods and algorithms for
(discrete) optimization, e.g. knapsack and subset sum procedures,
derivative-free Nelder-Mead and Hooke-Jeeves minimization, and
some (evolutionary) global optimization functions. |
|
Version: 0.9.2 |
Last change: 2023-10-26 10:42:15+02 |
Rev.: 549 |
|
Download:
(.tar.gz) |
(.zip) |
Build status: Current | Stable Release: Get adagio 0.9.2 from CRAN |
|
R install command:
install.packages("adagio", repos="http://R-Forge.R-project.org") |
|
|
convoi | Convex Optimization in R
|
|
Convex Optimization (in planning, does not yet provide functions). |
|
Version: 0.1.2 |
Last change: 2012-02-04 11:12:05+01 |
Rev.: 151 |
|
Download:
(.tar.gz) |
(.zip) |
Build status: Current |
|
R install command:
install.packages("convoi", repos="http://R-Forge.R-project.org") |
|
|
nloptwrap | Wraps solvers in Package nloptr
|
|
Wraps solver functions in nloptr for easier access and use. |
|
Version: 0.5-7 |
Last change: 2014-01-14 20:54:40+01 |
Rev.: 340 |
|
Download:
(.tar.gz) |
(.zip) |
Build status: Current |
|
R install command:
install.packages("nloptwrap", repos="http://R-Forge.R-project.org") |
|
|
numbers | Number-Theoretic Functions
|
|
Provides number-theoretic functions for factorization, prime
numbers, twin primes, primitive roots, modular logarithm and
inverses, extended GCD, Farey series and continued fractions.
Includes Legendre and Jacobi symbols, some divisor functions,
Eulers Phi function, etc. |
|
Version: 0.8-9 |
Last change: 2022-12-28 00:47:15+01 |
Rev.: 544 |
|
Download:
(.tar.gz) |
(.zip) |
Build status: Current | Stable Release: Get numbers 0.8-5 from CRAN |
|
R install command:
install.packages("numbers", repos="http://R-Forge.R-project.org") |
|
|
pracma | Practical Numerical Math Functions
|
|
Provides a large number of functions from numerical analysis and
linear algebra, numerical optimization, differential equations,
time series, plus some well-known special mathematical functions.
Uses MATLAB function names where appropriate to simplify porting. |
|
Version: 2.4.5 |
Last change: 2024-03-06 10:40:13+01 |
Rev.: 552 |
|
Download:
(.tar.gz) |
(.zip) |
Build status: Current | Stable Release: Get pracma 2.4.4 from CRAN |
|
R install command:
install.packages("pracma", repos="http://R-Forge.R-project.org") |
|
|
specfun | Special Functions
|
|
Special Functions from Mathematics and Physics. |
|
Version: 0.2-0 |
Last change: 2013-11-07 12:59:12+01 |
Rev.: 325 |
|
Download:
(.tar.gz) |
(.zip) |
Build status: Current |
|
R install command:
install.packages("specfun", repos="http://R-Forge.R-project.org") |
|
|
Build status codes
0 - Current: the package is available for download. The corresponding package passed checks on the Linux and Windows platform without ERRORs.
1 - Scheduled for build: the package has been recognized by the build system and provided in the staging area.
2 - Building: the package has been sent to the build machines. It will be built and checked using the latest patched version of R. Note that it is included in a batch of several packages. Thus, this process will take some time to finish.
3 - Failed to build: the package failed to build or did not pass the checks on the Linux and/or Windows platform. It is not made available since it does not meet the policies.
4 - Conflicts: two or more packages of the same name exist. None of them will be built. Maintainers are asked to negotiate further actions.
5 - Offline: the package is not available. The build system may be offline or the package maintainer did not trigger a rebuild (done e.g., via committing to the package repository).
If your package is not shown on this page or not building, then check the build system status report.