Source: r-cran-collapse
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,
 r-cran-rcpp,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-collapse
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-collapse.git
Homepage: https://cran.r-project.org/package=collapse

Package: r-cran-collapse
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Advanced and Fast Data Transformation
 A large C/C++-based package for advanced data transformation and statistical
 computing in R that is extremely fast, class-agnostic, robust, and programmer
 friendly. Core functionality includes a rich set of S3 generic grouped
 and weighted statistical functions for vectors, matrices and data frames,
 which provide efficient low-level vectorizations, OpenMP multithreading, and
 skip missing values by default. These are integrated with fast grouping and
 ordering algorithms (also callable from C), and efficient data manipulation
 functions. The package also provides a flexible and rigorous approach to time
 series and panel data in R, fast functions for data transformation and common
 statistical procedures, detailed (grouped, weighted) summary statistics,
 powerful tools to work with nested data, fast data object conversions,
 functions for memory efficient R programming, and helpers to effectively deal
 with variable labels, attributes, and missing data. It seamlessly supports
 base R objects/classes as well as 'units', 'integer64', 'xts'/ 'zoo',
 'tibble', 'grouped_df', 'data.table', 'sf', and 'pseries'/'pdata.frame'. For a
 concise overview of the package see Krantz (2026) <doi:10.18637/jss.v116.i01>.
