Skip to content

Commit

Permalink
correct typos in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBeannie committed Oct 30, 2024
1 parent 5af0c8d commit fad4d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Computational Improvements

- The source code of `summary()` is rewrite from `tibble` or `data.fram`e to `data.table`, which is optimized to use as little memory as possible by avoiding making unnecessary temporary copies of data frames. This results in code that is more efficient in both time and memory use. (#289, thanks to @jdblischak).
- The source code of `summary()` is rewritten from `tibble` or `data.frame` to `data.table`, which is optimized to use as little memory as possible by avoiding making unnecessary temporary copies of data frames. This results in code that is more efficient in both time and memory use. (#289, thanks to @jdblischak).
- The `sim_fixed_n()` function has been updated to allow parallel simulations (#249, #252, #253, #262, thanks to @cmansch and @jdblischak).

## Bug fixes
Expand Down

0 comments on commit fad4d46

Please sign in to comment.