Package: fntl
Title: Numerical Tools for 'Rcpp' and Lambda Functions
Version: 0.1.2
Authors@R: 
    person("Andrew M.", "Raim", email = "andrew.raim@gmail.com",
        role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4440-2330"))
Description: 
    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.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/andrewraim/fntl
Depends: R (>= 4.3)
Suggests: knitr, numDeriv, rmarkdown, quarto, tidyverse, tinytest
LinkingTo: Rcpp
Imports: Rcpp
VignetteBuilder: quarto
NeedsCompilation: yes
Packaged: 2024-11-12 17:56:15 UTC; araim
Author: Andrew M. Raim [aut, cre] (<https://orcid.org/0000-0002-4440-2330>)
Maintainer: Andrew M. Raim <andrew.raim@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-12 19:00:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 02:39:38 UTC; windows
Archs: x64
