Skip to content

Commit

Permalink
rebuild and recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jan 7, 2020
1 parent ad94358 commit 297c768
Show file tree
Hide file tree
Showing 21 changed files with 52 additions and 76 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: cdata
Type: Package
Title: Fluid Data Transformations
Version: 1.1.4
Date: 2019-12-31
Date: 2020-01-07
Authors@R: c(
person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
person("Nina", "Zumel", email = "nzumel@win-vector.com", role = c("aut")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# cdata 1.1.4 2019/12/31
# cdata 1.1.4 2020/01/07

* Tolerate nonexistent column value.

Expand Down
66 changes: 21 additions & 45 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,64 +4,40 @@

### OSX

R CMD check --as-cran cdata_1.1.3.tar.gz
R CMD check --as-cran cdata_1.1.4.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.3
* this is package ‘cdata’ version ‘1.1.4
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <jmount@win-vector.com>’
Status: OK

### Windows

devtools::check_win_devel()
* using R Under development (unstable) (2019-10-26 r77334)
* 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.3'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'John Mount <jmount@win-vector.com>'
Status: OK

### Linux

rhub::check_for_cran()
1437#> * using R version 3.6.1 (2019-07-05)
1438#> * using platform: x86_64-pc-linux-gnu (64-bit)
1439#> * using session charset: UTF-8
1440#> * using option ‘--as-cran’
1441#> * checking for file ‘cdata/DESCRIPTION’ ... OK
1442#> * checking extension type ... Package
1443#> * this is package ‘cdata’ version ‘1.1.3’
1444#> * package encoding: UTF-8
1445#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1446#> Maintainer: ‘John Mount ’
1501#> Status: OK

rhub::check_for_cran()
1464#> * using R Under development (unstable) (2019-10-26 r77334)
1465#> * using platform: x86_64-pc-linux-gnu (64-bit)
1466#> * using session charset: UTF-8
1467#> * using option ‘--as-cran’
1468#> * checking for file ‘cdata/DESCRIPTION’ ... OK
1469#> * checking extension type ... Package
1470#> * this is package ‘cdata’ version ‘1.1.3’
1471#> * package encoding: UTF-8
1472#> * checking CRAN incoming feasibility ...NB: need Internet access to use CRAN incoming checks
1473#> NOTE
1474#> Maintainer: ‘John Mount ’
1475#> Possibly mis-spelled words in DESCRIPTION:
1476#> coordinatized (15:36)
1533#> Status: 1 NOTE
"Zumel" and "coordinatized" are not misspelled.
rhub::check_for_cran()
466#> setting _R_CHECK_FORCE_SUGGESTS_ to false
467#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
468#> setting R_REMOTES_STANDALONE to true
469#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
470#> setting _R_CHECK_FORCE_SUGGESTS_ to true
471#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
472#> * using log directory 'C:/Users/USERtoINOsAcZk/cdata.Rcheck'
473#> * using R Under development (unstable) (2019-11-08 r77393)
474#> * using platform: x86_64-w64-mingw32 (64-bit)
475#> * using session charset: ISO8859-1
476#> * using option '--as-cran'
477#> * checking for file 'cdata/DESCRIPTION' ... OK
478#> * checking extension type ... Package
479#> * this is package 'cdata' version '1.1.4'
480#> * package encoding: UTF-8
481#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
482#> Maintainer: 'John Mount '
538#> Status: OK

## Downstream dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/blocksrecs.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/cdata.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/control_table_keys.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/design.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/exercises.html

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

6 changes: 3 additions & 3 deletions docs/articles/general_transform.html

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

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

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

6 changes: 3 additions & 3 deletions docs/news/index.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/reference/blocks_to_rowrecs.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/reference/blocks_to_rowrecs_q.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/reference/build_pivot_control.html

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

Loading

0 comments on commit 297c768

Please sign in to comment.