Package: Deriv
Type: Package
Title: Symbolic Differentiation
Version: 4.1.3
Date: 2021-02-24
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)
Suggests:
    testthat
BugReports: https://github.com/sgsokol/Deriv/issues
RoxygenNote: 7.1.0
Imports: methods
