Package: RCppAD
Type: Package
Title: 'CppAD' C++ Header Files for Automatic Differentiation
Version: 1.20260000.0
Authors@R: c(
    person(given = "Patrick", family = "Brown",
           email = "patrick.borgnine@gmail.com",
           role = c("aut", "cre", "cph")),
    person(given = "Bradley M.", family = "Bell",
           role = c("aut", "cph"),
           comment = "CppAD author"),
    person(given = "COIN-OR Foundation", role = "cph",
           comment = "CppAD")
    )
Maintainer: Patrick Brown <patrick.borgnine@gmail.com>
Description: Provides the 'CppAD' C++ header library for automatic
    differentiation, for use by R packages via LinkingTo. Headers are
    vendored with CRAN-safe defaults and R-safe error handling that does not call std::cerr or
    std::exit.  The two final components of the version number are the 'CppAD' release number.
License: GPL (>= 2)
URL: https://github.com/eborgnine/adlaplace/
Depends: R (>= 3.5.0)
NeedsCompilation: no
Encoding: UTF-8
Config/roxygen2/version: 8.0.0
RoxygenNote: 7.3.3
Packaged: 2026-07-29 22:04:17 UTC; patrick
Author: Patrick Brown [aut, cre, cph],
  Bradley M. Bell [aut, cph] (CppAD author),
  COIN-OR Foundation [cph] (CppAD)
Repository: CRAN
Date/Publication: 2026-08-07 16:10:22 UTC
