Provides a 'C++' API for routinely used numerical tools such as integration, root-finding, and optimization, where function arguments are given as lambdas. This facilitates 'Rcpp' programming, enabling the development of 'R'-like code in 'C++' where functions can be defined on the fly and use variables in the surrounding environment.
Version: | 0.1.1 |
Depends: | R (≥ 4.3) |
Imports: | Rcpp |
LinkingTo: | Rcpp |
Suggests: | knitr, numDeriv, rmarkdown, quarto, tidyverse, tinytest |
Published: | 2024-09-07 |
DOI: | 10.32614/CRAN.package.fntl |
Author: | Andrew M. Raim [aut, cre] |
Maintainer: | Andrew M. Raim <andrew.raim at gmail.com> |
License: | MIT + file LICENSE |
URL: | https://github.com/andrewraim/fntl |
NeedsCompilation: | yes |
Materials: | README |
CRAN checks: | fntl results |
Reference manual: | fntl.pdf |
Vignettes: |
fntl (source, R code) |
Package source: | fntl_0.1.1.tar.gz |
Windows binaries: | r-devel: fntl_0.1.1.zip, r-release: fntl_0.1.1.zip, r-oldrel: fntl_0.1.1.zip |
macOS binaries: | r-release (arm64): fntl_0.1.1.tgz, r-oldrel (arm64): fntl_0.1.1.tgz, r-release (x86_64): fntl_0.1.1.tgz, r-oldrel (x86_64): fntl_0.1.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=fntl to link to this page.