Skip to content

Commit 386040d

Browse files
committed
rebuild and recheck
1 parent 86f1a1e commit 386040d

File tree

5 files changed

+11
-42
lines changed

5 files changed

+11
-42
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
^revdep$
1010
^docs$
1111
^README.Rmd$
12+
^LICENSE$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: RcppDynProg
22
Type: Package
33
Title: 'Rcpp' Dynamic Programming
44
Version: 0.1.3
5-
Date: 2019-07-23
5+
Date: 2019-07-24
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-
# RcppDynProg 0.1.3 2019/07/23
2+
# RcppDynProg 0.1.3 2019/07/24
33

44
* Adjust license.
55

cran-comments.md

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,57 +3,25 @@
33

44
## Test Results
55

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.
206

217
### OSX
228

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)
2511
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
2612
* using session charset: UTF-8
2713
* using option ‘--as-cran’
2814
* checking for file ‘RcppDynProg/DESCRIPTION’ ... OK
2915
* checking extension type ... Package
30-
* this is package ‘RcppDynProg’ version ‘0.1.2
16+
* this is package ‘RcppDynProg’ version ‘0.1.3
3117
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
3218
Maintainer: ‘John Mount <[email protected]>’
33-
Status: OK
3419

3520
### Windows
3621

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)
3924
* 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]>'
5725
Status: OK
5826

5927
## Downstream dependencies

extras/check_reverse_dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ package = "RcppDynProg"
88
packageVersion(package)
99
```
1010

11-
## [1] '0.1.2'
11+
## [1] '0.1.3'
1212

1313
``` r
1414
date()
1515
```
1616

17-
## [1] "Sun Mar 31 11:49:19 2019"
17+
## [1] "Wed Jul 24 09:52:26 2019"
1818

1919
``` r
2020
parallelCluster <- NULL
@@ -33,7 +33,7 @@ setwd(td)
3333
print(td)
3434
```
3535

36-
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpZgbWOw"
36+
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmprIRfmt"
3737

3838
``` r
3939
options(repos = c(CRAN="https://cloud.r-project.org"))

0 commit comments

Comments
 (0)