Source: r-cran-admisc
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-admisc
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-admisc.git
Homepage: https://cran.r-project.org/package=admisc
Rules-Requires-Root: no

Package: r-cran-admisc
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Adrian Dusa's Miscellaneous
 Contains functions used across packages 'DDIwR', 'QCA' and 'venn'. Interprets
 and translates, factorizes and negates SOP - Sum of Products expressions,
 for both binary and multi-value crisp sets, and extracts information
 (set names, set values) from those expressions. Other functions perform
 various other checks if possibly numeric (even if all numbers reside in a
 character vector) and coerce to numeric, or check if the numbers are whole.
 It also offers, among many others, a highly versatile recoding routine and
 some more flexible alternatives to the base functions 'with()' and 'within()'.
 SOP simplification functions in this package use related minimization from
 package 'QCA', which is recommended to be installed despite not being listed
 in the Imports field, due to circular dependency issues.
