File: control

package info (click to toggle)
r-cran-deriv 4.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 208 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 738 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: r-cran-deriv
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 13), r-base-dev (>= 4.4.1), dh-r
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/edd/r-cran-deriv
Vcs-Git: https://salsa.debian.org/edd/r-cran-deriv.git
Homepage: https://cran.r-project.org/package=deriv

Package: r-cran-deriv
Architecture: all
Depends: ${misc:Depends}, ${R:Depends}
Suggests: r-cran-testthat
Description: GNU R package to peform Symbolic Differentiation
 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.