Package: Deriv Type: Package Title: Symbolic Differentiation Version: 4.3.1 Date: 2026-09-?? Authors@R: c(person(given="Andrew", family="Clausen", role="aut"), person(given="Serguei", family="Sokol", role=c("aut", "cre"), email="sokol@insa-toulouse.fr", comment = c(ORCID = "0000-0002-5674-3327")), person(given="Andreas", family="Rappold", role="ctb", email="arappold@gmx.at")) Description: R-based solution for symbolic differentiation. It admits user-defined function as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work. License: GPL (>=3) Depends: Rcpp LinkingTo: Rcpp NeedsCompilation: yes Suggests: testthat (>= 0.11.0) BugReports: https://github.com/sgsokol/Deriv/issues RoxygenNote: 7.3.3 Imports: methods Encoding: UTF-8 Repository: https://sgsokol.r-universe.dev Date/Publication: 2026-07-24 14:10:51 UTC RemoteUrl: https://github.com/sgsokol/deriv RemoteRef: HEAD RemoteSha: f05808925aa13bbe51510721507a5b0a1dc959ad Packaged: 2026-07-24 14:41:14 UTC; root Author: Andrew Clausen [aut], Serguei Sokol [aut, cre] (ORCID: ), Andreas Rappold [ctb] Maintainer: Serguei Sokol