Skip to content

Commit 63a1e9d

Browse files
committed
rebuild and recheck
1 parent 81f08cb commit 63a1e9d

File tree

13 files changed

+43
-66
lines changed

13 files changed

+43
-66
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.6
5-
Date: 2020-01-31
5+
Date: 2020-02-01
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# cdata 1.1.6 2020/01/31
2+
# cdata 1.1.6 2020/02/01
33

44
* fix noSuggests CRAN issue.
55
* Move wrapr to Depends.

cran-comments.md

Lines changed: 21 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4,64 +4,40 @@
44

55
### OSX
66

7-
R CMD check --as-cran cdata_1.1.5.tar.gz
7+
R CMD check --as-cran cdata_1.1.6.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.5
14+
* this is package ‘cdata’ version ‘1.1.6
1515
* package encoding: UTF-8
1616
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1717
Maintainer: ‘John Mount <[email protected]>’
1818
Status: OK
1919

2020
### Windows
2121

22-
devtools::check_win_devel()
23-
* using R Under development (unstable) (2020-01-07 r77633)
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.5'
29-
* package encoding: UTF-8
30-
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
31-
Maintainer: 'John Mount <[email protected]>'
32-
Status: OK
33-
34-
### Linux
35-
36-
rhub::check_for_cran()
37-
1416#> * using R version 3.6.1 (2019-07-05)
38-
1417#> * using platform: x86_64-pc-linux-gnu (64-bit)
39-
1418#> * using session charset: UTF-8
40-
1419#> * using option ‘--as-cran’
41-
1420#> * checking for file ‘cdata/DESCRIPTION’ ... OK
42-
1421#> * checking extension type ... Package
43-
1422#> * this is package ‘cdata’ version ‘1.1.5’
44-
1423#> * package encoding: UTF-8
45-
1424#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
46-
1425#> Maintainer: ‘John Mount ’
47-
1474#> OK
48-
49-
rhub::check_for_cran()
50-
1596#> * using R Under development (unstable) (2020-01-18 r77674)
51-
1597#> * using platform: x86_64-pc-linux-gnu (64-bit)
52-
1598#> * using session charset: UTF-8
53-
1599#> * using option ‘--as-cran’
54-
1600#> * checking for file ‘cdata/DESCRIPTION’ ... OK
55-
1601#> * checking extension type ... Package
56-
1602#> * this is package ‘cdata’ version ‘1.1.5’
57-
1603#> * package encoding: UTF-8
58-
1604#> * checking CRAN incoming feasibility ...NB: need Internet access to use CRAN incoming checks
59-
1605#> NOTE
60-
1606#> Maintainer: ‘John Mount ’
61-
1607#> Possibly mis-spelled words in DESCRIPTION:
62-
1608#> coordinatized (15:36)
63-
1665#> Status: 1 NOTE
64-
coordinatized is spelled correctly.
22+
rhub::check_for_cran()
23+
688#> setting _R_CHECK_FORCE_SUGGESTS_ to false
24+
689#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
25+
690#> setting R_REMOTES_STANDALONE to true
26+
691#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
27+
692#> setting _R_CHECK_FORCE_SUGGESTS_ to true
28+
693#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
29+
694#> * using log directory 'C:/Users/USERFpTuGHdPvk/cdata.Rcheck'
30+
695#> * using R Under development (unstable) (2020-01-22 r77697)
31+
696#> * using platform: x86_64-w64-mingw32 (64-bit)
32+
697#> * using session charset: ISO8859-1
33+
698#> * using option '--as-cran'
34+
699#> * checking for file 'cdata/DESCRIPTION' ... OK
35+
700#> * checking extension type ... Package
36+
701#> * this is package 'cdata' version '1.1.6'
37+
702#> * package encoding: UTF-8
38+
703#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
39+
704#> Maintainer: 'John Mount '
40+
760#> Status: OK
6541

6642
## Downstream dependencies
6743

docs/articles/blocksrecs.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/cdata.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/control_table_keys.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/design.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/exercises.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/general_transform.html

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

docs/articles/operators.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.

0 commit comments

Comments
 (0)