From 85ce808c0c6ab445a2ca20f5e5e5a66d4cf92d9b Mon Sep 17 00:00:00 2001 From: Peter Schmid Date: Fri, 20 Jan 2023 14:54:52 +0100 Subject: [PATCH] Update R CMD NOTE and revdepcheck after running both --- cran-comments.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 7e2c8de6..4df60096 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -14,13 +14,13 @@ There was 1 NOTE: ```sh > checking installed package size ... NOTE - installed size is 26.9Mb + installed size is 26.5Mb sub-directories of 1Mb or more: - java 24.4Mb + java 24.5Mb ``` Justification: XLConnect uses a java component which we maintain in a separate project, as well as Apache POI 5.2.x and its dependencies. At install time, the presence of these dependencies in the correct version is checked; if missing, they are downloaded into XLConnect's installation directory. Apache POI 5.2.x is not yet available from major distributions' package managers at the time of writing. In addition, the full ooxml-schemas-4.1.0.jar is required, which is not distributed via package managers. See [The POI FAQ](https://poi.apache.org/help/faq.html#faq-N10109) for more information. # Downstream dependencies -_revdepcheck_ found 7 downstream dependencies; they were all checked successfully. +_revdepcheck_ found 10 downstream dependencies; they were all checked successfully.