Source: r-cran-insight
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-insight
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-insight.git
Homepage: https://cran.r-project.org/package=insight
Rules-Requires-Root: no

Package: r-cran-insight
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Easy Access to Model Information for Various Model Objects
 A tool to provide an easy, intuitive and consistent access to information
 contained in various R models, like model formulas, model terms, information
 about random effects, data that was used to fit the model or data from
 response variables. 'insight' mainly revolves around two types of functions:
 Functions that find (the names of) information, starting with 'find_',
 and functions that get the underlying data, starting with 'get_'. The
 package has a consistent syntax and works with many different model objects,
 where otherwise functions to access these information are missing.
