Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Aug 25, 2021
1 parent 653fe2f commit 584fd45
Show file tree
Hide file tree
Showing 57 changed files with 109 additions and 512 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: seplyr
Type: Package
Title: Improved Standard Evaluation Interfaces for Common Data Manipulation Tasks
Version: 1.0.3
Date: 2021-06-12
Version: 1.0.4
Date: 2021-08-25
Authors@R: c(
person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
person(family = "Win-Vector LLC", role = c("cph"))
Expand All @@ -24,7 +24,7 @@ License: GPL-2 | GPL-3
Encoding: UTF-8
Depends:
R (>= 3.4.0),
wrapr (>= 2.0.7)
wrapr (>= 2.0.8)
Imports:
dplyr (>= 0.8.5),
rlang,
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@


# seplyr 1.0.4 2021-08-25

* Documentation fixes (catch up with rlang fixes).

# seplyr 1.0.3 2021-06-12

* Remove LazyData decl
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ To install this package please either install from
install.packages('seplyr')
```

Please see [`help("%.>%",
package="wrapr")`](https://winvector.github.io/wrapr/reference/dot_arrow.html)
Please see
[`help("%.>%", package="wrapr")`](https://winvector.github.io/wrapr/reference/dot_arrow.html)
for details on “dot pipe.”

In addition to standard interface adapters `seplyr` supplies some
non-trivial statement transforms:

- [`partition_mutate_se()`](https://winvector.github.io/seplyr/reference/partition_mutate_se.html):
- [`partition_mutate_se()`](https://winvector.github.io/seplyr/reference/partition_mutate_se.html):
[vignette](https://winvector.github.io/seplyr/articles/MutatePartitioner.html),
and
[article](https://winvector.github.io/FluidData/partition_mutate.html).
- [`if_else_device()`](https://winvector.github.io/seplyr/reference/if_else_device.html):
- [`if_else_device()`](https://winvector.github.io/seplyr/reference/if_else_device.html):
[article](https://winvector.github.io/FluidData/partition_mutate_ex2.html).

## Note
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/MutatePartitioner.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/named_map_builder.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/rename_se.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 7 additions & 27 deletions docs/articles/seplyr.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 584fd45

Please sign in to comment.