Skip to content

Commit

Permalink
Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 15, 2019
1 parent 5cab280 commit e705cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: callr
Title: Call R from R
Version: 3.1.1.9000
Version: 3.2.0
Authors@R: c(
person("Gábor", "Csárdi", role = c("aut", "cre", "cph"),
email = "csardi.gabor@gmail.com",
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# dev
# callr 3.2.0

* `r()`, `rcmd()` and `rscript()` can now redirect the standard error of
the subprocess its standard output. This allows to keep them correctly
Expand All @@ -13,7 +13,7 @@
and `rscript_process` extra arguments can be specified as `options$extra`,
these are also passed to the `processx::process` constructor (#100).

# 3.1.1
# callr 3.1.1

* `r()`, `r_bg()`, etc. now handle messages from the cliapp package
properly. They used to make the R session exit.
Expand Down

0 comments on commit e705cc2

Please sign in to comment.