Package: RcppFastAD Type: Package Title: 'Rcpp' Bindings to 'FastAD' Auto-Differentiation Version: 0.0.4 Date: 2024-09-24 Authors@R: c(person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person(given = "James", family = "Yang", role = "aut", email = "jamesyang916@gmail.com", comment = c(ORCID = "0000-0002-0015-7812"))) Description: The header-only 'C++' template library 'FastAD' for automatic differentiation is provided by this package, along with a few illustrative examples that can all be called from R. URL: https://github.com/eddelbuettel/rcppfastad BugReports: https://github.com/eddelbuettel/rcppfastad/issues License: GPL (>= 2) Suggests: tinytest Encoding: UTF-8 RoxygenNote: 6.0.1 Imports: Rcpp LinkingTo: Rcpp, RcppEigen Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-19 03:33:45 UTC RemoteUrl: https://github.com/eddelbuettel/rcppfastad RemoteRef: HEAD RemoteSha: 628b71f468aba351a4cec6e27716992247df6b2e NeedsCompilation: yes Packaged: 2026-06-18 08:15:52 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), James Yang [aut] (ORCID: ) Maintainer: Dirk Eddelbuettel