Skip to content

Commit 0ebd73f

Browse files
committed
re-submit with stale check dependency out
1 parent 4dd2e74 commit 0ebd73f

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppDynProg
22
Type: Package
33
Title: 'Rcpp' Dynamic Programming
4-
Version: 0.1.5
5-
Date: 2020-10-17
4+
Version: 0.1.6
5+
Date: 2020-11-13
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")),
@@ -16,7 +16,7 @@ License: GPL-2 | GPL-3
1616
Depends:
1717
R (>= 3.4.0)
1818
Imports:
19-
wrapr (>= 2.0.2),
19+
wrapr (>= 2.0.4),
2020
Rcpp (>= 1.0.0),
2121
utils,
2222
stats

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
# RcppDynProg 0.1.6 2020/11/13
3+
4+
* Remove old test fn.
5+
26
# RcppDynProg 0.1.5 2020/10/17
37

48
* Move to tinytest.

cran-comments.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66

77
### OSX
88

9-
R CMD check --as-cran RcppDynProg_0.1.5.tar.gz
10-
* using log directory ‘/Users/johnmount/Documents/work/RcppDynProg.Rcheck’
119
* using R version 4.0.2 (2020-06-22)
1210
* using platform: x86_64-apple-darwin17.0 (64-bit)
1311
* using session charset: UTF-8
1412
* using option ‘--as-cran’
1513
* checking for file ‘RcppDynProg/DESCRIPTION’ ... OK
1614
* checking extension type ... Package
17-
* this is package ‘RcppDynProg’ version ‘0.1.5
15+
* this is package ‘RcppDynProg’ version ‘0.1.6
1816
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1917
Maintainer: ‘John Mount <[email protected]>’
2018
...
@@ -23,12 +21,12 @@
2321
### Windows
2422

2523
devtools::check_win_devel()
26-
* using R Under development (unstable) (2020-10-15 r79342)
24+
* using R Under development (unstable) (2020-11-12 r79423)
2725
* using platform: x86_64-w64-mingw32 (64-bit)
2826
* using session charset: ISO8859-1
2927
* checking for file 'RcppDynProg/DESCRIPTION' ... OK
3028
* checking extension type ... Package
31-
* this is package 'RcppDynProg' version '0.1.5'
29+
* this is package 'RcppDynProg' version '0.1.6'
3230
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
3331
Maintainer: 'John Mount <[email protected]>'
3432
...

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.5'
11+
## [1] '0.1.6'
1212

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

17-
## [1] "Sat Oct 17 07:00:27 2020"
17+
## [1] "Fri Nov 13 09:15:01 2020"
1818

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

36-
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpOQKlWJ"
36+
## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpQX8weR"
3737

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

0 commit comments

Comments
 (0)