Skip to content

Commit 05b3232

Browse files
committed
prepare for release
1 parent 66485f9 commit 05b3232

File tree

1 file changed

+45
-44
lines changed

1 file changed

+45
-44
lines changed

cran-comments.md

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,70 @@
11

22

3+
Please consider this early update (7 updates in 6 months) for cdata. I found and fixed a serious but and would like users to not run into the issue. I have added more tests to try and cut down on this sort of mistake.
4+
35
## Test environments
46

57
### OSX
68

7-
R CMD check --as-cran cdata_1.0.2.tar.gz
9+
R CMD check --as-cran cdata_1.0.3.tar.gz
810
* using R version 3.5.0 (2018-04-23)
911
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
1012
* using session charset: UTF-8
1113
* using option ‘--as-cran’
1214
* checking for file ‘cdata/DESCRIPTION’ ... OK
1315
* checking extension type ... Package
14-
* this is package ‘cdata’ version ‘1.0.2
16+
* this is package ‘cdata’ version ‘1.0.3
1517
* package encoding: UTF-8
16-
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
18+
* checking CRAN incoming feasibility ... NOTE
1719
Maintainer: ‘John Mount <[email protected]>’
18-
Status: OK
20+
Number of updates in past 6 months: 7
21+
Status: 1 NOTE
1922

20-
### Windows
2123

22-
rhub::check_for_cran()
23-
415#> * using R Under development (unstable) (2018-09-27 r75377)
24-
416#> * using platform: x86_64-w64-mingw32 (64-bit)
25-
417#> * using session charset: ISO8859-1
26-
418#> * using option '--as-cran'
27-
419#> * checking for file 'cdata/DESCRIPTION' ... OK
28-
420#> * checking extension type ... Package
29-
421#> * this is package 'cdata' version '1.0.2'
30-
422#> * package encoding: UTF-8
31-
423#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
32-
424#> Maintainer: 'John Mount '
33-
439#> * checking top-level files ... WARNING
34-
440#> Conversion of 'README.md' failed:
35-
441#> pandoc.exe: Could not fetch https://raw.githubusercontent.com/WinVector/cdata/master/tools/cdata.png
36-
442#> no store
37-
483#> Status: 1 WARNING
38-
URL is good, warning is spurious.
24+
### Windows
3925

26+
devtools::build_win()
27+
* using R Under development (unstable) (2018-10-18 r75463)
28+
* using platform: x86_64-w64-mingw32 (64-bit)
29+
* using session charset: ISO8859-1
30+
* checking for file 'cdata/DESCRIPTION' ... OK
31+
* checking extension type ... Package
32+
* this is package 'cdata' version '1.0.3'
33+
* package encoding: UTF-8
34+
* checking CRAN incoming feasibility ... NOTE
35+
Maintainer: 'John Mount <[email protected]>'
36+
Number of updates in past 6 months: 7
37+
Status: 1 NOTE
38+
4039
### Linux
4140

4241
rhub::check_for_cran()
43-
1347#> * using R version 3.4.4 (2018-03-15)
44-
1348#> * using platform: x86_64-pc-linux-gnu (64-bit)
45-
1349#> * using session charset: UTF-8
46-
1350#> * using option ‘--as-cran’
47-
1351#> * checking for file ‘cdata/DESCRIPTION’ ... OK
48-
1352#> * checking extension type ... Package
49-
1353#> * this is package ‘cdata’ version ‘1.0.2’
50-
1354#> * package encoding: UTF-8
51-
1355#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
52-
1356#> Maintainer: ‘John Mount ’
53-
1409#> Status: OK
42+
1395#> * using R version 3.4.4 (2018-03-15)
43+
1396#> * using platform: x86_64-pc-linux-gnu (64-bit)
44+
1397#> * using session charset: UTF-8
45+
1398#> * using option ‘--as-cran’
46+
1399#> * checking for file ‘cdata/DESCRIPTION’ ... OK
47+
1400#> * checking extension type ... Package
48+
1401#> * this is package ‘cdata’ version ‘1.0.3’
49+
1402#> * package encoding: UTF-8
50+
1403#> * checking CRAN incoming feasibility ... NOTE
51+
1404#> Maintainer: ‘John Mount ’
52+
1405#> Number of updates in past 6 months: 7
53+
1458#> Status: 1 NOTE
5454

5555
rhub::check_for_cran()
56-
2279#> * using R Under development (unstable) (2018-10-05 r75407)
57-
2280#> * using platform: x86_64-pc-linux-gnu (64-bit)
58-
2281#> * using session charset: UTF-8
59-
2282#> * using option ‘--as-cran’
60-
2283#> * checking for file ‘cdata/DESCRIPTION’ ... OK
61-
2284#> * checking extension type ... Package
62-
2285#> * this is package ‘cdata’ version ‘1.0.2’
63-
2286#> * package encoding: UTF-8
64-
2287#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
65-
2288#> Maintainer: ‘John Mount ’
66-
2343#> Status: OK
56+
2322#> * using R Under development (unstable) (2018-10-14 r75439)
57+
2323#> * using platform: x86_64-pc-linux-gnu (64-bit)
58+
2324#> * using session charset: UTF-8
59+
2325#> * using option ‘--as-cran’
60+
2326#> * checking for file ‘cdata/DESCRIPTION’ ... OK
61+
2327#> * checking extension type ... Package
62+
2328#> * this is package ‘cdata’ version ‘1.0.3’
63+
2329#> * package encoding: UTF-8
64+
2330#> * checking CRAN incoming feasibility ... NOTE
65+
2331#> Maintainer: ‘John Mount ’
66+
2332#> Number of updates in past 6 months: 7
67+
2395#> Status: 1 WARNING, 1 NOTE
6768

6869
## Downstream dependencies
6970

0 commit comments

Comments
 (0)