Skip to content

Commit fefef42

Browse files
committed
rebuild and recheck
1 parent 70ebf43 commit fefef42

Some content is hidden

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

43 files changed

+957
-480
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: cdata
22
Type: Package
33
Title: Fluid Data Transformations
44
Version: 1.1.3
5-
Date: 2019-10-23
5+
Date: 2019-10-29
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
88
person("Nina", "Zumel", email = "[email protected]", role = c("aut")),

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

2-
# cdata 1.1.3 2019/10/23
2+
# cdata 1.1.3 2019/10/29
33

44
* Decorate transform.
5+
* Tune transform speed a bit (control column visibility and lifetime).
56

67
# cdata 1.1.2 2019/09/15
78

cran-comments.md

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,54 @@
44

55
### OSX
66

7-
R CMD check --as-cran cdata_1.1.2.tar.gz
7+
R CMD check --as-cran cdata_1.1.3.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.2
14+
* this is package ‘cdata’ version ‘1.1.3
1515
* package encoding: UTF-8
1616
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1717
Maintainer: ‘John Mount <[email protected]>’
18-
* checking package namespace information ... OK
1918
Status: OK
2019

2120
### Windows
2221

22+
devtools::check_win_devel()
23+
24+
### Linux
25+
26+
rhub::check_for_cran()
27+
1437#> * using R version 3.6.1 (2019-07-05)
28+
1438#> * using platform: x86_64-pc-linux-gnu (64-bit)
29+
1439#> * using session charset: UTF-8
30+
1440#> * using option ‘--as-cran’
31+
1441#> * checking for file ‘cdata/DESCRIPTION’ ... OK
32+
1442#> * checking extension type ... Package
33+
1443#> * this is package ‘cdata’ version ‘1.1.3’
34+
1444#> * package encoding: UTF-8
35+
1445#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
36+
1446#> Maintainer: ‘John Mount ’
37+
1501#> Status: OK
38+
2339
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
40+
1464#> * using R Under development (unstable) (2019-10-26 r77334)
41+
1465#> * using platform: x86_64-pc-linux-gnu (64-bit)
42+
1466#> * using session charset: UTF-8
43+
1467#> * using option ‘--as-cran’
44+
1468#> * checking for file ‘cdata/DESCRIPTION’ ... OK
45+
1469#> * checking extension type ... Package
46+
1470#> * this is package ‘cdata’ version ‘1.1.3’
47+
1471#> * package encoding: UTF-8
48+
1472#> * checking CRAN incoming feasibility ...NB: need Internet access to use CRAN incoming checks
49+
1473#> NOTE
50+
1474#> Maintainer: ‘John Mount ’
51+
1475#> Possibly mis-spelled words in DESCRIPTION:
52+
1476#> coordinatized (15:36)
53+
1533#> Status: 1 NOTE
54+
"Zumel" and "coordinatized" are not misspelled.
3555

3656
## Downstream dependencies
3757

docs/404.html

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

docs/LICENSE-text.html

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

0 commit comments

Comments
 (0)