Skip to content

Commit

Permalink
version and date bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Feb 27, 2020
1 parent 6ebfb8f commit 5823c72
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rivr
Type: Package
Title: Steady and Unsteady Open-Channel Flow Computation
Version: 1.2-1.9000
Date: 2019-03-12
Version: 1.2-2
Date: 2020-02-27
Authors@R: c(
person("Michael C", "Koohafkan", , "michael.koohafkan@gmail.com", role = c("aut", "cre"))
)
Expand All @@ -27,4 +27,4 @@ Suggests:
LinkingTo: Rcpp
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
RoxygenNote: 7.0.2
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# rivr 1.2-2

This patch release modifies internal behavior to handle an upcoming change
to R 4.0.0, which makes `data.frame()` and `read.table()` use
a `stringsAsFactors = FALSE` default. See
https://developer.r-project.org/Blog/public/2020/02/16/stringsasfactors/index.html
for more information about this change.


# rivr 1.2-1

This patch release recompiles the C++ code in response to
updates to package Rcpp in order to generate new binaries on CRAN.


# rivr 1.2

This minor version update adds new documentation.
Expand Down
16 changes: 5 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
Resubmission of rivr 1.2-1.
Submission of rivr 1.2-2.

Resubmitted again with fixed link in vignettes/publication-reproduction.Rmd,
which I missed the last time. Apologies to the CRAN maintainers for the
repeated submissions.

Resubmitted with fixed links in inst/CITATION, addresses NOTE in
previous submission regarding R-project URLs not in canonical form.

This release recompiles the C++ code in response to updates to package Rcpp.
This patch release modifies internal behavior to handle an upcoming change
to R 4.0.0, which makes `data.frame()` and `read.table()` use
a `stringsAsFactors = FALSE` default.

## Test environments

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

## R CMD check results

Expand Down

0 comments on commit 5823c72

Please sign in to comment.