Skip to content

Commit 3008cee

Browse files
committed
Minors.
1 parent 3fe0f86 commit 3008cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Its flexible [class-agnostic architecture](https://sebkrantz.github.io/collapse/
5151
* **Advanced data exploration**: Fast (grouped, weighted, panel-decomposed)
5252
summary statistics and descriptive tools.
5353

54-
*collapse* is written in C and C++, with algorithms much faster than base R's, has extremely low evaluation overheads, and scales well (benchmarks: [linux](https://duckdblabs.github.io/db-benchmark/) | [windows](https://github.com/AdrianAntico/Benchmarks?tab=readme-ov-file#benmark-results)). It excels on complex tasks, such as weighted statistics, mode/counting/deduplication, joins, pivots, panel data. <!-- Optimized R code ensures minimal evaluation overheads. , but imports C/C++ functions from *fixest*, *weights*, *RcppArmadillo*, and *RcppEigen* for certain statistical tasks. -->
54+
*collapse* is written in C and C++, with algorithms much faster than base R's, has extremely low evaluation overheads, and scales well (benchmarks: [linux](https://duckdblabs.github.io/db-benchmark/) | [windows](https://github.com/AdrianAntico/Benchmarks?tab=readme-ov-file#benmark-results)). It excels on complex statistical tasks. <!--, such as weighted statistics, mode/counting/deduplication, joins, pivots, panel data. Optimized R code ensures minimal evaluation overheads. , but imports C/C++ functions from *fixest*, *weights*, *RcppArmadillo*, and *RcppEigen* for certain statistical tasks. -->
5555

5656
## Installation
5757

0 commit comments

Comments
 (0)