Skip to content

Commit

Permalink
Update R CMD NOTE and revdepcheck after running both
Browse files Browse the repository at this point in the history
  • Loading branch information
Chargothrond committed Jan 20, 2023
1 parent 4fe0941 commit 85ce808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 85ce808

Please sign in to comment.