|
3 | 3 |
|
4 | 4 | ## Test Results |
5 | 5 |
|
6 | | -### Linux |
7 | | - |
8 | | - R CMD check --as-cran RcppDynProg_0.1.2.tar.gz |
9 | | - * using R version 3.5.3 (2019-03-11) |
10 | | - * using platform: x86_64-pc-linux-gnu (64-bit) |
11 | | - * using session charset: UTF-8 |
12 | | - * using option ‘--as-cran’ |
13 | | - * checking for file ‘RcppDynProg/DESCRIPTION’ ... OK |
14 | | - * checking extension type ... Package |
15 | | - * this is package ‘RcppDynProg’ version ‘0.1.2’ |
16 | | - * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
17 | | - Maintainer: ‘John Mount <[email protected]>’ |
18 | | - Status: 1 WARNING |
19 | | - Non-portable compliation flag part of local check, not part of package. |
20 | 6 |
|
21 | 7 | ### OSX |
22 | 8 |
|
23 | | - R CMD check --as-cran RcppDynProg_0.1.2.tar.gz |
24 | | - * using R version 3.5.0 (2018-04-23) |
| 9 | + R CMD check --as-cran RcppDynProg_0.1.3.tar.gz |
| 10 | + * using R version 3.6.0 (2019-04-26) |
25 | 11 | * using platform: x86_64-apple-darwin15.6.0 (64-bit) |
26 | 12 | * using session charset: UTF-8 |
27 | 13 | * using option ‘--as-cran’ |
28 | 14 | * checking for file ‘RcppDynProg/DESCRIPTION’ ... OK |
29 | 15 | * checking extension type ... Package |
30 | | - * this is package ‘RcppDynProg’ version ‘0.1.2’ |
| 16 | + * this is package ‘RcppDynProg’ version ‘0.1.3’ |
31 | 17 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
32 | 18 | Maintainer: ‘John Mount <[email protected]>’ |
33 | | - Status: OK |
34 | 19 |
|
35 | 20 | ### Windows |
36 | 21 |
|
37 | | - devtools::build_win() |
38 | | - * using R version 3.6.0 alpha (2019-03-29 r76300) |
| 22 | + devtools::check_win_devel() |
| 23 | + * using R Under development (unstable) (2019-07-05 r76784) |
39 | 24 | * using platform: x86_64-w64-mingw32 (64-bit) |
40 | | - * using session charset: ISO8859-1 |
41 | | - * checking for file 'RcppDynProg/DESCRIPTION' ... OK |
42 | | - * checking extension type ... Package |
43 | | - * this is package 'RcppDynProg' version '0.1.2' |
44 | | - * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
45 | | - Maintainer: 'John Mount <[email protected]>' |
46 | | - Status: OK |
47 | | - |
48 | | - devtools::build_win() |
49 | | - * using R version 3.5.3 (2019-03-11) |
50 | | - * using platform: x86_64-w64-mingw32 (64-bit) |
51 | | - * using session charset: ISO8859-1 |
52 | | - * checking for file 'RcppDynProg/DESCRIPTION' ... OK |
53 | | - * checking extension type ... Package |
54 | | - * this is package 'RcppDynProg' version '0.1.2' |
55 | | - * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
56 | | - Maintainer: 'John Mount <[email protected]>' |
57 | 25 | Status: OK |
58 | 26 |
|
59 | 27 | ## Downstream dependencies |
|
0 commit comments