@@ -12,9 +12,9 @@ version: 2.1.1
12
12
identifiers :
13
13
- type : doi
14
14
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
18
18
functions for vectors, matrices and data frames, which provide efficient low-level
19
19
vectorizations, OpenMP multithreading, and skip missing values by default. These
20
20
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
25
25
functions for memory efficient R programming, and helpers to effectively deal with
26
26
variable labels, attributes, and missing data. It seamlessly supports base R objects/classes
27
27
as well as 'units', 'integer64', 'xts'/'zoo', 'tibble', 'grouped_df', 'data.table',
28
- ' sf' , 'pseries'/'pdata.frame'.
28
+ ' sf' , and 'pseries'/'pdata.frame'.
29
29
authors :
30
30
- family-names : Krantz
31
31
given-names : Sebastian
0 commit comments