Package: fntl
Title: Numerical Tools for 'Rcpp' and Lambda Functions
Version: 0.1.0
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
Roxygen: list(markdown = TRUE)
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
