Skip to content

Commit

Permalink
tidypolars 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Jul 5, 2024
1 parent f95d8af commit fcf0a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
[submodule "tidypolars"]
path = tidypolars
url = https://github.com/etiennebacher/tidypolars
branch = v0.8.0
branch = v0.9.0
[submodule "tidytensor"]
path = tidytensor
url = https://github.com/oneilsh/tidytensor
Expand Down
2 changes: 1 addition & 1 deletion tidypolars
Submodule tidypolars updated 66 files
+2 −2 DESCRIPTION
+31 −0 NEWS.md
+0 −2 R/arrange.R
+10 −4 R/collect.R
+1 −2 R/complete.R
+36 −7 R/count.R
+0 −2 R/distinct.R
+0 −1 R/drop_na.R
+2 −0 R/fetch.R
+0 −1 R/fill.R
+0 −1 R/filter.R
+23 −4 R/funs-date.R
+116 −26 R/funs-default.R
+3 −3 R/funs-string.R
+26 −0 R/global_options.R
+2 −6 R/groups.R
+4 −6 R/mutate.R
+5 −7 R/pivot_longer.R
+2 −15 R/pivot_wider.R
+0 −1 R/pull.R
+0 −7 R/relocate.R
+0 −2 R/rename.R
+0 −1 R/replace_na.R
+0 −1 R/rowwise.R
+0 −1 R/select.R
+0 −1 R/separate.R
+2 −5 R/slice.R
+0 −2 R/summarize.R
+0 −1 R/uncount.R
+0 −1 R/unite.R
+28 −7 R/utils-expr.R
+0 −12 R/utils-polars.R
+4 −2 R/utils.R
+1 −1 README.Rmd
+17 −8 README.md
+1 −0 _pkgdown.yml
+11 −6 man/compute.RPolarsLazyFrame.Rd
+4 −0 man/fetch.Rd
+5 −0 man/mutate.RPolarsDataFrame.Rd
+30 −0 man/tidypolars-options.Rd
+32 −0 tests/tinytest/test_count.R
+32 −0 tests/tinytest/test_count_lazy.R
+14 −0 tests/tinytest/test_filter.R
+14 −0 tests/tinytest/test_filter_lazy.R
+30 −4 tests/tinytest/test_funs_date.R
+30 −4 tests/tinytest/test_funs_date_lazy.R
+47 −5 tests/tinytest/test_funs_math.R
+47 −5 tests/tinytest/test_funs_math_lazy.R
+64 −2 tests/tinytest/test_funs_other.R
+64 −2 tests/tinytest/test_funs_other_lazy.R
+5 −5 tests/tinytest/test_funs_string.R
+5 −5 tests/tinytest/test_funs_string_lazy.R
+20 −0 tests/tinytest/test_global_option.R
+26 −0 tests/tinytest/test_global_option_lazy.R
+4 −4 tests/tinytest/test_join_mutating.R
+4 −4 tests/tinytest/test_join_mutating_lazy.R
+4 −0 tests/tinytest/test_make_unique_id.R
+4 −0 tests/tinytest/test_make_unique_id_lazy.R
+2 −2 tests/tinytest/test_mutate.R
+2 −2 tests/tinytest/test_mutate_lazy.R
+30 −34 tests/tinytest/test_rowwise.R
+30 −34 tests/tinytest/test_rowwise_lazy.R
+14 −0 tests/tinytest/test_utils-expr.R
+14 −0 tests/tinytest/test_utils-expr_lazy.R
+20 −22 vignettes/r-and-polars-expressions.Rmd
+22 −1 vignettes/tidypolars.Rmd

0 comments on commit fcf0a8d

Please sign in to comment.