Skip to content

Commit 8facf64

Browse files
Bump version. [skip ci]
1 parent 051b9ce commit 8facf64

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@
1717
^revdep$
1818
^paper$
1919
^LICENSE\.md$
20-
^contributing\.md$

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: JuliaCall
22
Type: Package
33
Title: Seamless Integration Between R and 'Julia'
4-
Version: 0.16.4
5-
Date: 2019-2-17
4+
Version: 0.16.5
5+
Date: 2019-3-12
66
Authors@R: c(
77
person("Changcheng", "Li", , "cxl508@psu.edu", c("aut", "cre")),
88
person("Randy", "Lai", role = "ctb"),

NEWS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# JuliaCall 0.16.5
2+
3+
# JuliaCall 0.16.4.9000
4+
5+
* Various improvements in documentation.
6+
* Add a `rebuild` argument in the function `julia_setup`.
7+
The argument controls whether to rebuild `RCall.jl`, whose default value is `FALSE` to save startup time.
8+
If a new version of R is used, then this parameter needs to be set to `TRUE`.
9+
110
# JuliaCall 0.16.4
211

312
* Twelfth release on CRAN.
@@ -34,7 +43,7 @@
3443
# JuliaCall 0.15.1.9000
3544

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

0 commit comments

Comments
 (0)