Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Sep 15, 2019
1 parent 59ce60b commit 5e195bd
Show file tree
Hide file tree
Showing 47 changed files with 699 additions and 381 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ knitr::opts_chunk$set(
>
> [Edgar F. Codd](https://en.wikipedia.org/wiki/Codd%27s_12_rules)
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.
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)).


![](https://raw.githubusercontent.com/WinVector/cdata/master/tools/cdata.png)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ Representation”, and using Codd’s “Guaranteed Access Rule”.
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.
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)).

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

Expand Down
31 changes: 16 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,34 @@

### OSX

R CMD check --as-cran cdata_1.1.1.tar.gz
R CMD check --as-cran cdata_1.1.2.tar.gz
* using R version 3.6.0 (2019-04-26)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘cdata/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘cdata’ version ‘1.1.1
* this is package ‘cdata’ version ‘1.1.2
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
Status: OK
* checking package namespace information ... OK
Status: OK

### Windows

devtools::check_win_devel()
* using R Under development (unstable) (2019-07-05 r76784)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'cdata/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'cdata' version '1.1.1'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'John Mount <jmount@win-vector.com>'
* checking package namespace information ... OK
Status: OK
rhub::check_for_cran()
620#> * using R Under development (unstable) (2019-08-30 r77101)
621#> * using platform: x86_64-w64-mingw32 (64-bit)
622#> * using session charset: ISO8859-1
623#> * using option '--as-cran'
624#> * checking for file 'cdata/DESCRIPTION' ... OK
625#> * checking extension type ... Package
626#> * this is package 'cdata' version '1.1.2'
627#> * package encoding: UTF-8
628#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
629#> Maintainer: 'John Mount '
685#> Status: OK

## Downstream dependencies

Expand Down
7 changes: 5 additions & 2 deletions docs/LICENSE-text.html

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

5 changes: 3 additions & 2 deletions docs/articles/blocksrecs.html

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

5 changes: 3 additions & 2 deletions docs/articles/cdata.html

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

5 changes: 3 additions & 2 deletions docs/articles/control_table_keys.html

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

5 changes: 3 additions & 2 deletions docs/articles/design.html

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

5 changes: 3 additions & 2 deletions docs/articles/exercises.html

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

17 changes: 9 additions & 8 deletions docs/articles/general_transform.html

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

7 changes: 5 additions & 2 deletions docs/articles/index.html

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

13 changes: 7 additions & 6 deletions docs/articles/operators.html

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

Loading

0 comments on commit 5e195bd

Please sign in to comment.