| Port variant | std |
| Summary | Combined Evaluation and Split Access of Functions |
| Package version | 0.1.2 |
| Homepage | No known homepage |
| Keywords | cran |
| Maintainer | CRAN Automaton |
| License | Not yet specified |
| Other variants | There are no other variants. |
| Ravenports | Buildsheet | History |
| Ravensource | Port Directory | History |
| Last modified | 23 APR 2026, 14:06:01 UTC |
| Port created | 23 APR 2026, 14:06:01 UTC |
| single | splitfngr: Combined Evaluation and Split Access of Functions Some R functions, such as optim(), require a function its gradient passed as separate arguments. When these are expensive to calculate it may be much faster to calculate the function (fn) and gradient (gr) together since they often share many calculations (chain rule). This package allows the user to pass in a single function that returns both the function and gradient, then splits (hence 'splitfngr') them so the results can be accessed separately. The functions provided allow this to be done with any number of functions/values, not just for functions and gradients. |
| Build (only) |
gmake:primary:std R:primary:std icu:dev:std R:docs:std |
| Build and Runtime | R-lbfgs:single:std |
| Runtime (only) |
R:primary:std R:nls:std |
| main | mirror://CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ |
| R-mixopt:std | Mixed Variable Optimization |