Package: Rcppautodiff Type: Package Title: An Interface to the C++ Automatic Differentiation Library 'autodiff' Version: 0.1.0 Date: 2026-06-27 Authors@R: c(person(given = "Satyaprakash", family = "Nayak", role = c("aut", "cre"), email = "satyaprakash.nayak@gmail.com", comment = c(ORCID = "0000-0001-7225-1317"))) Maintainer: Satyaprakash Nayak URL: https://github.com/sn248/Rcppautodiff, https://sn248.github.io/Rcppautodiff/ BugReports: https://github.com/sn248/Rcppautodiff/issues Description: Provides an interface from R to the 'autodiff' library , a modern header-only C++ library for automatic differentiation. Unlike numerical differentiation, automatic differentiation computes derivatives of functions to machine precision without truncation error, using either forward or reverse mode. The 'autodiff' header files are shipped with this package so that other R packages can use them by including 'Rcppautodiff' in the 'LinkingTo' field of their 'DESCRIPTION' file. Example programs demonstrate computing derivatives of single-variable and multi-variable functions, gradient vectors, Jacobian matrices and derivatives with respect to parameters, using 'Rcpp' and 'RcppEigen'. License: GPL (>= 2) Suggests: knitr, rmarkdown, tinytest Encoding: UTF-8 Imports: Rcpp (>= 1.0.8.3), RcppEigen LinkingTo: Rcpp, RcppEigen VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Repository: https://sn248.r-universe.dev Date/Publication: 2026-07-09 01:11:10 UTC RemoteUrl: https://github.com/sn248/rcppautodiff RemoteRef: HEAD RemoteSha: d04eea1b91bbbbcea4ab2e9dc1147e40874c8aff NeedsCompilation: yes Packaged: 2026-07-20 08:41:33 UTC; root Author: Satyaprakash Nayak [aut, cre] (ORCID: )