Skip to content

Commit 74802fb

Browse files
committed
rebuild and recheck
1 parent 0fe2f01 commit 74802fb

File tree

13 files changed

+57
-58
lines changed

13 files changed

+57
-58
lines changed

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ options(width =100)
2222

2323
The [`R`](https://www.r-project.org) package [`seplyr`](https://github.com/WinVector/seplyr) supplies improved *s*tandard *e*valuation interfaces for some common `dplyr` data plying tasks.
2424

25+
This project is used in production to avoid exposing all of the details of [`rlang`](https://CRAN.R-project.org/package=rlang) at the user level, and a demonstration of what can be done through value-oriented programming. Alternately one could use another value-oriented data manipulation system ['rquery']( https://CRAN.R-project.org/package=rquery)/['rqdatatable'](https://CRAN.R-project.org/package=rqdatatable).
26+
2527
![](https://github.com/WinVector/seplyr/raw/master/tools/safety.png)
2628

2729
To get started we suggest visiting the [`seplyr` site](https://winvector.github.io/seplyr/), and checking out [some examples](https://winvector.github.io/seplyr/articles/seplyr.html).

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ The [`R`](https://www.r-project.org) package
99
*s*tandard *e*valuation interfaces for some common `dplyr` data plying
1010
tasks.
1111

12+
This project is used in production to avoid exposing all of the details
13+
of [`rlang`](https://CRAN.R-project.org/package=rlang) at the user
14+
level, and a demonstration of what can be done through value-oriented
15+
programming. Alternately one could use another value-oriented data
16+
manipulation system
17+
[‘rquery’](https://CRAN.R-project.org/package=rquery)/[‘rqdatatable’](https://CRAN.R-project.org/package=rqdatatable).
18+
1219
![](https://github.com/WinVector/seplyr/raw/master/tools/safety.png)
1320

1421
To get started we suggest visiting the [`seplyr`

cran-comments.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
### Windows
66

77
rhub::check_for_cran()
8-
8+
E checking package dependencies
9+
Packages required but not available: 'dplyr', 'rlang', 'tidyr'
10+
11+
devtools::check_win_devel()
912

1013
### OSX
1114

docs/articles/MutatePartitioner.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/named_map_builder.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/rename_se.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/seplyr.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/using_seplyr.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)