Skip to content

Commit 5e195bd

Browse files
committed
rebuild and recheck
1 parent 59ce60b commit 5e195bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+699
-381
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ knitr::opts_chunk$set(
2626
>
2727
> [Edgar F. Codd](https://en.wikipedia.org/wiki/Codd%27s_12_rules)
2828
29-
The point being: it is much easier to reason about data than to try to reason about code, so using data to control your code is often a very good trade-off.
29+
The point being: it is much easier to reason about data than to try to reason about code, so using data to control your code is often a very good trade-off. `cdata` also has a `Python` implementation that it can inter-operate with in the [`data_algebra` package](https://github.com/WinVector/data_algebra) (example [here](https://github.com/WinVector/data_algebra/blob/master/Examples/cdata/cdata.ipynb)).
3030

3131

3232
![](https://raw.githubusercontent.com/WinVector/cdata/master/tools/cdata.png)

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Representation”, and using Codd’s “Guaranteed Access Rule”.
2020
2121
The point being: it is much easier to reason about data than to try to
2222
reason about code, so using data to control your code is often a very
23-
good
24-
trade-off.
23+
good trade-off. `cdata` also has a `Python` implementation that it can
24+
inter-operate with in the [`data_algebra`
25+
package](https://github.com/WinVector/data_algebra) (example
26+
[here](https://github.com/WinVector/data_algebra/blob/master/Examples/cdata/cdata.ipynb)).
2527

2628
![](https://raw.githubusercontent.com/WinVector/cdata/master/tools/cdata.png)
2729

cran-comments.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,34 @@
44

55
### OSX
66

7-
R CMD check --as-cran cdata_1.1.1.tar.gz
7+
R CMD check --as-cran cdata_1.1.2.tar.gz
88
* using R version 3.6.0 (2019-04-26)
99
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
1010
* using session charset: UTF-8
1111
* using option ‘--as-cran’
1212
* checking for file ‘cdata/DESCRIPTION’ ... OK
1313
* checking extension type ... Package
14-
* this is package ‘cdata’ version ‘1.1.1
14+
* this is package ‘cdata’ version ‘1.1.2
1515
* package encoding: UTF-8
1616
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1717
Maintainer: ‘John Mount <[email protected]>’
18-
Status: OK
18+
* checking package namespace information ... OK
19+
Status: OK
1920

2021
### Windows
2122

22-
devtools::check_win_devel()
23-
* using R Under development (unstable) (2019-07-05 r76784)
24-
* using platform: x86_64-w64-mingw32 (64-bit)
25-
* using session charset: ISO8859-1
26-
* checking for file 'cdata/DESCRIPTION' ... OK
27-
* checking extension type ... Package
28-
* this is package 'cdata' version '1.1.1'
29-
* package encoding: UTF-8
30-
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
31-
Maintainer: 'John Mount <[email protected]>'
32-
* checking package namespace information ... OK
33-
Status: OK
23+
rhub::check_for_cran()
24+
620#> * using R Under development (unstable) (2019-08-30 r77101)
25+
621#> * using platform: x86_64-w64-mingw32 (64-bit)
26+
622#> * using session charset: ISO8859-1
27+
623#> * using option '--as-cran'
28+
624#> * checking for file 'cdata/DESCRIPTION' ... OK
29+
625#> * checking extension type ... Package
30+
626#> * this is package 'cdata' version '1.1.2'
31+
627#> * package encoding: UTF-8
32+
628#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
33+
629#> Maintainer: 'John Mount '
34+
685#> Status: OK
3435

3536
## Downstream dependencies
3637

docs/LICENSE-text.html

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

docs/articles/blocksrecs.html

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

docs/articles/cdata.html

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

docs/articles/control_table_keys.html

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

docs/articles/design.html

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

docs/articles/exercises.html

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

docs/articles/general_transform.html

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

0 commit comments

Comments
 (0)