Skip to content

Commit ab8a2c3

Browse files
Update CITATION.cff
1 parent 8c29385 commit ab8a2c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CITATION.cff

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ version: 2.1.1
1212
identifiers:
1313
- type: doi
1414
value: 10.32614/CRAN.package.collapse
15-
abstract: A C/C++ based package for advanced data transformation and statistical computing
16-
in R that is extremely fast, class-agnostic, robust and programmer friendly. Core
17-
functionality includes a rich set of S3 generic grouped and weighted statistical
15+
abstract: A large C/C++-based package for advanced data transformation and statistical
16+
computing in R that is extremely fast, class-agnostic, robust, and programmer friendly.
17+
Core functionality includes a rich set of S3 generic grouped and weighted statistical
1818
functions for vectors, matrices and data frames, which provide efficient low-level
1919
vectorizations, OpenMP multithreading, and skip missing values by default. These
2020
are integrated with fast grouping and ordering algorithms (also callable from C),
@@ -25,7 +25,7 @@ abstract: A C/C++ based package for advanced data transformation and statistical
2525
functions for memory efficient R programming, and helpers to effectively deal with
2626
variable labels, attributes, and missing data. It seamlessly supports base R objects/classes
2727
as well as 'units', 'integer64', 'xts'/'zoo', 'tibble', 'grouped_df', 'data.table',
28-
'sf', 'pseries'/'pdata.frame'.
28+
'sf', and 'pseries'/'pdata.frame'.
2929
authors:
3030
- family-names: Krantz
3131
given-names: Sebastian

0 commit comments

Comments
 (0)