Package: tidyfast 0.4.0

tidyfast: Fast Tidying of Data

Tidying functions built on 'data.table' to provide quick and efficient data manipulation with minimal overhead.

Authors:Tyson Barrett [aut, cre], Mark Fairbanks [ctb], Ivan Leung [ctb], Indrajeet Patil [ctb]

tidyfast_0.4.0.tar.gz
tidyfast_0.4.0.zip(r-4.7)tidyfast_0.4.0.zip(r-4.6)tidyfast_0.4.0.zip(r-4.5)
tidyfast_0.4.0.tgz(r-4.6-x86_64)tidyfast_0.4.0.tgz(r-4.6-arm64)tidyfast_0.4.0.tgz(r-4.5-x86_64)tidyfast_0.4.0.tgz(r-4.5-arm64)
tidyfast_0.4.0.tar.gz(r-4.7-arm64)tidyfast_0.4.0.tar.gz(r-4.7-x86_64)tidyfast_0.4.0.tar.gz(r-4.6-arm64)tidyfast_0.4.0.tar.gz(r-4.6-x86_64)
tidyfast_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
tidyfast/json (API)
NEWS

# Install 'tidyfast' in R:
install.packages('tidyfast', repos = c('https://tysonstanley.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/tysonstanley/tidyfast/issues

Pkgdown/docs site:https://tysonbarrett.com

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

6.82 score 188 stars 139 scripts 553 downloads 16 exports 2 dependencies

Last updated from:5248ea6323. Checks:11 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE130
linux-devel-x86_64NOTE271
source / vignettesOK157
linux-release-arm64NOTE127
linux-release-x86_64NOTE115
macos-release-arm64NOTE109
macos-release-x86_64NOTE160
macos-oldrel-arm64NOTE81
macos-oldrel-x86_64NOTE237
windows-develNOTE92
windows-releaseNOTE97
windows-oldrelNOTE85
wasm-releaseOK106

Exports:dt_case_whendt_containsdt_countdt_ends_withdt_everythingdt_filldt_hoistdt_nestdt_pivot_longerdt_pivot_widerdt_print_optionsdt_separatedt_starts_withdt_uncountdt_unnestfcase

Dependencies:cpp11data.table

Readme and manuals

Help Manual

Help pageTopics
tidyfast: Fast Tidying of Datatidyfast-package tidyfast
Case When with data.tabledt_case_when
Countdt_count
Fill with data.tabledt_fill
Hoist: Fast Unnesting of Vectorsdt_hoist dt_unnest_vec
Fast Nestingdt_nest
Pivot data from wide to longdt_pivot_longer
Pivot data from long to widedt_pivot_wider
Set Print Methoddt_print_options
Separate columns with data.tabledt_separate
Select helpersdt_contains dt_ends_with dt_everything dt_starts_with
Uncountdt_uncount
Unnest: Fast Unnesting of Data Tablesdt_unnest