Skip to content

Commit

Permalink
Prepare new release on CRAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
Non-Contradiction committed Sep 8, 2022
1 parent 5de8892 commit fb8dcf8
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 39 deletions.
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.17.4
Date: 2021-05-14
Version: 0.17.5
Date: 2022-09-08
Authors@R: c(
person("Changcheng", "Li", , "cxl508@psu.edu", c("aut", "cre")),
person("Randy", "Lai", role = "ctb"),
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# JuliaCall 0.17.5

* Nineteenth release on CRAN.

# JuliaCall 0.17.4.9000

* Support keyword arguments for Callables. Fix #165.
* Add workaround for Julia 1.6+ on mac. Thank @JackDunnNZ.
* Use use knitr::sew() instead of deprecated knitr::wrap(). Thank Kevin Cazelles.
* Update install_julia to use official releases rather than Julia_jll. Thank @JackDunnNZ.
* Add support for macaarch64 to install_julia. Thank @JackDunnNZ.
* Fix warnings caused by pkg macro usage.

# JuliaCall 0.17.4

* Eighteenth release on CRAN.

# JuliaCall 0.17.3.9000

* White space stripping for string command in `julia_command` and `julia_eval`. Fix #161.
Expand Down
31 changes: 18 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Test environments
* local Windows 10, R 4.0.5 with Rtools40
* local Windows 11, R 4.2.1 with Rtools 4.2
* local macOS 10.14 R 4.1.0
* Windows-latest (on GitHub action), R-release
* macOS-latest (on GitHub action), R-release
* Ubuntu 20.04 (on GitHub action), R-release and R-devel
* win-builder (devel, release, and oldrelease)
* Windows Server 2008 R2 SP1 (on R-hub), R-devel, 32/64 bit
* win-builder (devel and release)
* macOS-builder (release)
* Ubuntu 20.04 (on R-hub), R-release, GCC
* Debian Linux (on R-hub), R-devel, GCC ASAN/UBSAN
* Fedora Linux (on R-hub), R-devel, clang, gfortran
Expand All @@ -17,14 +19,17 @@ I have also run R CMD check on downstream dependencies of JuliaCall
(https://github.com/Non-Contradiction/JuliaCall/tree/master/revdep).
The summary generated by revdepcheck is at (https://github.com/Non-Contradiction/JuliaCall/tree/master/revdep/README.md)
and (https://github.com/Non-Contradiction/JuliaCall/tree/master/revdep/problems.md).
There are 7 downstream dependencies currently -- convexjlr, diffeqr, iai, knitr, phenofit, RTIGER, and tktdj12r.
-- CHECK ------------------------------------------ 7 packages --
√ convexjlr 0.8.1 -- E: 0 | W: 0 | N: 0
√ diffeqr 1.1.0 -- E: 0 | W: 0 | N: 1
√ iai 1.5.0 -- E: 0 | W: 0 | N: 0
√ knitr 1.33 -- E: 0 | W: 0 | N: 1
√ phenofit 0.2.7 -- E: 0 | W: 0 | N: 0
√ RTIGER 0.99.0 -- E: 0 | W: 0 | N: 0
√ tktdjl2r 0.2.0 -- E: 0 | W: 0 | N: 0
OK: 7
There are 7 downstream dependencies currently -- bigsimr, convexjlr, diffeqr, iai, knitr, phenofit, and RTIGER. We checked these 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 (new) problems. Only 1 note with convexjlr and diffeqr each, which are unrelated to JuliaCall package.

── CHECK ────────────────────────────────────────────────── 7 packages ──
✔ bigsimr 0.11.2 ── E: 0 | W: 0 | N: 0
✔ convexjlr 0.8.1 ── E: 0 | W: 0 | N: 1
✔ diffeqr 1.1.1 ── E: 0 | W: 0 | N: 1
✔ iai 1.8.0 ── E: 0 | W: 0 | N: 0
✔ phenofit 0.3.2 ── E: 0 | W: 0 | N: 0
✔ knitr 1.40 ── E: 0 | W: 0 | N: 0
✔ RTIGER 1.99.0 ── E: 0 | W: 0 | N: 0
OK: 7
BROKEN: 0
49 changes: 25 additions & 24 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.5 (2021-03-31) |
|os |Windows 10 x64 |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_United States.1252 |
|ctype |English_United States.1252 |
|tz |America/New_York |
|date |2021-05-15 |
|field |value |
|:--------|:-----------------------------------------|
|version |R version 4.2.1 (2022-06-23 ucrt) |
|os |Windows 10 x64 (build 22000) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_United States.utf8 |
|ctype |English_United States.utf8 |
|tz |Asia/Taipei |
|date |2022-09-08 |
|rstudio |2022.07.1+554 Spotted Wakerobin (desktop) |
|pandoc |NA |

# Dependencies

|package |old |new |<U+0394> |
|package |old |new |Δ |
|:---------|:------|:------|:--|
|JuliaCall |0.17.2 |0.17.4 |* |
|evaluate |0.14 |0.14 | |
|glue |1.4.2 |1.4.2 | |
|JuliaCall |0.17.4 |0.17.5 |* |
|evaluate |0.16 |0.16 | |
|glue |1.6.2 |1.6.2 | |
|highr |0.9 |0.9 | |
|knitr |1.33 |1.33 | |
|magrittr |2.0.1 |2.0.1 | |
|markdown |1.1 |1.1 | |
|mime |0.10 |0.10 | |
|Rcpp |1.0.6 |1.0.6 | |
|stringi |NA |1.5.3 |* |
|stringr |1.4.0 |1.4.0 | |
|xfun |0.22 |0.22 | |
|yaml |2.2.1 |2.2.1 | |
|knitr |1.40 |1.40 | |
|magrittr |2.0.3 |2.0.3 | |
|Rcpp |1.0.9 |1.0.9 | |
|rjson |NA |0.2.21 |* |
|stringi |1.7.8 |1.7.8 | |
|stringr |1.4.1 |1.4.1 | |
|xfun |0.32 |0.32 | |
|yaml |2.3.5 |2.3.5 | |

# Revdeps

Binary file modified revdep/data.sqlite
Binary file not shown.

0 comments on commit fb8dcf8

Please sign in to comment.