Skip to content

Commit

Permalink
New release preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Non-Contradiction committed May 15, 2021
1 parent c093628 commit 7dcb66c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 22 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.3.9000
Date: 2021-03-15
Version: 0.17.4
Date: 2021-05-14
Authors@R: c(
person("Changcheng", "Li", , "cxl508@psu.edu", c("aut", "cre")),
person("Randy", "Lai", role = "ctb"),
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* White space stripping for string command in `julia_command` and `julia_eval`. Fix #161.
* Fix #163 and other problems related to the display system.
* Use `R_user_dir` to get default julia installation position on R 4.0.

# JuliaCall 0.17.2.9000

Expand Down
22 changes: 11 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
## Test environments
* local Windows 10, R 3.6.3 with Rtools35
* local Windows 10, R 4.0.5 with Rtools40
* 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
* Ubuntu 16.04 (on R-hub), R-release, GCC
* 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 @@ -18,13 +17,14 @@ 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 6 downstream dependencies currently -- convexjlr, diffeqr, iai, knitr, phenofit, and tktdj12r.
-- CHECK ----------------------------------------------------- 6 packages --
√ convexjlr 0.8.1 -- E: 0 | W: 0 | N: 0
√ diffeqr 1.0.0 -- E: 0 | W: 0 | N: 2
√ iai 1.4.0 -- E: 0 | W: 0 | N: 0
√ knitr 1.30 -- E: 0 | W: 0 | N: 2
√ phenofit 0.2.7 -- E: 0-1 | W: 0 | N: 0
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: 6
OK: 7
BROKEN: 0
18 changes: 9 additions & 9 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@

|field |value |
|:--------|:----------------------------|
|version |R version 3.6.3 (2020-02-29) |
|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-01-01 |
|date |2021-05-15 |

# Dependencies

|package |old |new |<U+0394> |
|:---------|:------|:------|:--|
|JuliaCall |0.17.1 |0.17.2 |* |
|JuliaCall |0.17.2 |0.17.4 |* |
|evaluate |0.14 |0.14 | |
|glue |1.4.2 |1.4.2 | |
|highr |0.8 |0.8 | |
|knitr |1.30 |1.30 | |
|highr |0.9 |0.9 | |
|knitr |1.33 |1.33 | |
|magrittr |2.0.1 |2.0.1 | |
|markdown |1.1 |1.1 | |
|mime |0.9 |0.9 | |
|Rcpp |1.0.5 |1.0.5 | |
|stringi |1.5.3 |1.5.3 | |
|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.19 |0.19 | |
|xfun |0.22 |0.22 | |
|yaml |2.2.1 |2.2.1 | |

# Revdeps
Expand Down
7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

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

0 comments on commit 7dcb66c

Please sign in to comment.