Skip to content

Commit

Permalink
Bump version. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Non-Contradiction committed Mar 13, 2019
1 parent 051b9ce commit 8facf64
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
^revdep$
^paper$
^LICENSE\.md$
^contributing\.md$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: JuliaCall
Type: Package
Title: Seamless Integration Between R and 'Julia'
Version: 0.16.4
Date: 2019-2-17
Version: 0.16.5
Date: 2019-3-12
Authors@R: c(
person("Changcheng", "Li", , "cxl508@psu.edu", c("aut", "cre")),
person("Randy", "Lai", role = "ctb"),
Expand Down
11 changes: 10 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# JuliaCall 0.16.5

# JuliaCall 0.16.4.9000

* Various improvements in documentation.
* Add a `rebuild` argument in the function `julia_setup`.
The argument controls whether to rebuild `RCall.jl`, whose default value is `FALSE` to save startup time.
If a new version of R is used, then this parameter needs to be set to `TRUE`.

# JuliaCall 0.16.4

* Twelfth release on CRAN.
Expand Down Expand Up @@ -34,7 +43,7 @@
# JuliaCall 0.15.1.9000

* More deprecation warning fixed for `Julia` v0.7.
* `JuliaCall` is now compatible with `RCall` v0.11.0 on `Julia` v0.7.
* `JuliaCall` is now compatible with `RCall.jl` v0.11.0 on `Julia` v0.7.
* Fix the problem caused by the failure of `Pkg.build("RCall")`.
* Fix various small issues in `Julia` v1.0.
* Fix a segfault on Windows with `Julia` v0.7 and v1.0.
Expand Down

0 comments on commit 8facf64

Please sign in to comment.