Skip to content

Commit

Permalink
to v2, adds support to remote tables
Browse files Browse the repository at this point in the history
  • Loading branch information
talegari committed Sep 10, 2023
1 parent 9934d1a commit d299415
Show file tree
Hide file tree
Showing 19 changed files with 955 additions and 528 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: tidier
Title: Enhanced 'mutate'
Version: 0.1.0
Version: 0.2.0
Authors@R:
person("Srikanth",
"Komala Sheshachala",,
"[email protected]",
role = c("aut", "cre"))
Description: Provides 'Apache Spark' style window aggregation for R dataframes via 'mutate' in 'dplyr' flavour.
Description: Provides 'Apache Spark' style window aggregation for R dataframes and remote 'dbplyr' tables via 'mutate' in 'dplyr' flavour.
Imports:
dplyr (>= 1.1.0),
tidyr (>= 1.3.0),
Expand All @@ -15,10 +15,13 @@ Imports:
slider (>= 0.2.2),
magrittr (>= 1.5),
furrr (>= 0.3.0),
dbplyr (>= 2.3.1),
Suggests:
lubridate,
stringr,
testthat,
RSQLite,
tibble,
URL: https://github.com/talegari/tidier
License: GPL (>= 3)
Encoding: UTF-8
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# tidier 0.2.0

* `tidier`'s mutate now supports same syntax over 'dbplyr' tbls.

# tidier 0.1.0 (on github: 2023-06-01)

* Exposed slider's `.complete` argument in `tidier::mutate`
Expand Down
Loading

0 comments on commit d299415

Please sign in to comment.