Skip to content

Commit 5823c72

Browse files
committed
version and date bump
1 parent 6ebfb8f commit 5823c72

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: rivr
22
Type: Package
33
Title: Steady and Unsteady Open-Channel Flow Computation
4-
Version: 1.2-1.9000
5-
Date: 2019-03-12
4+
Version: 1.2-2
5+
Date: 2020-02-27
66
Authors@R: c(
77
person("Michael C", "Koohafkan", , "michael.koohafkan@gmail.com", role = c("aut", "cre"))
88
)
@@ -27,4 +27,4 @@ Suggests:
2727
LinkingTo: Rcpp
2828
LazyData: true
2929
VignetteBuilder: knitr
30-
RoxygenNote: 6.1.1
30+
RoxygenNote: 7.0.2

NEWS.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# rivr 1.2-2
2+
3+
This patch release modifies internal behavior to handle an upcoming change
4+
to R 4.0.0, which makes `data.frame()` and `read.table()` use
5+
a `stringsAsFactors = FALSE` default. See
6+
https://developer.r-project.org/Blog/public/2020/02/16/stringsasfactors/index.html
7+
for more information about this change.
8+
9+
10+
# rivr 1.2-1
11+
12+
This patch release recompiles the C++ code in response to
13+
updates to package Rcpp in order to generate new binaries on CRAN.
14+
15+
116
# rivr 1.2
217

318
This minor version update adds new documentation.

cran-comments.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
Resubmission of rivr 1.2-1.
1+
Submission of rivr 1.2-2.
22

3-
Resubmitted again with fixed link in vignettes/publication-reproduction.Rmd,
4-
which I missed the last time. Apologies to the CRAN maintainers for the
5-
repeated submissions.
6-
7-
Resubmitted with fixed links in inst/CITATION, addresses NOTE in
8-
previous submission regarding R-project URLs not in canonical form.
9-
10-
This release recompiles the C++ code in response to updates to package Rcpp.
3+
This patch release modifies internal behavior to handle an upcoming change
4+
to R 4.0.0, which makes `data.frame()` and `read.table()` use
5+
a `stringsAsFactors = FALSE` default.
116

127
## Test environments
138

14-
* Local Windows 10 install, R 3.5.2
9+
* Local Windows 10 install, R 3.6.2
1510
* Ubuntu 14.04 (on travis-ci), R-oldrel, R-release, R-devel
16-
* R-hub (using rhub::check_for_cran())
1711

1812
## R CMD check results
1913

0 commit comments

Comments
 (0)