|
1 | 1 |
|
2 | | -Submitting PLNmodels version 1.2.0 to CRAN |
| 2 | +Submitting PLNmodels version 1.2.1 to CRAN (CRAN request) |
3 | 3 |
|
4 | | -new feature: ZIPLN (PLN with zero inflation) for standard PLN and PLN Network |
| 4 | +Most of the problems on https://cran.r-project.org/web/checks/check_results_PLNmodels.html are due to external (yet important) packages (nloptr essentially). |
| 5 | + |
| 6 | +PLNmodels is scheduled for archiving today, March 10. Although noptr is due for submission soon, the corrections have not yet been made on CRAN: while archiving is not required for nloptr, it is required for the pckages that depend on it (including PLNmodels). |
| 7 | + |
| 8 | +We corrected the couple of NOTES imputed to PLNmodels, hoping to avoid the archival of our package. |
5 | 9 |
|
6 | 10 | ## Tested environments |
7 | 11 |
|
8 | | -* tested locally on Ubuntu Linux 22.04.3 LTS, R-release, GCC |
| 12 | +* tested locally on Ubuntu Linux 24.04.2 LTS, R-release, GCC |
9 | 13 |
|
10 | 14 | * tested remotely with win-builder |
| 15 | + - Windows Server 2022, R 4.3.3, 64 bit |
| 16 | + - Windows Server 2022, R 4.4.3, 64 bit |
11 | 17 | - Windows Server 2022, R-devel, 64 bit |
12 | | - - Windows Server 2022, R-release, 64 bit |
13 | | - - Windows Server 2022, R-old, 64 bit |
14 | 18 |
|
15 | 19 | * tested remotely with github-action |
16 | | - - Linux Ubuntu 22.04, R-release |
17 | | - - Linux Ubuntu 22.04, R-devel |
| 20 | + - Linux Ubuntu 24.04, R-release |
| 21 | + - Linux Ubuntu 24.04, R-devel |
18 | 22 | - Windows Server 2022, R-release, 64 bit |
19 | 23 | - Windows Server 2022, R-oldrel , 64 bit |
20 | | - - macOS Big Sur 11, R-release |
21 | | - - macOS Big Sur 11, R-oldrel |
| 24 | + - macOS Sonoma 14, R-release |
| 25 | + - macOS Sonoma 14, R-oldrel |
22 | 26 |
|
23 | | -all status OK except for |
| 27 | +all status OK except for 2 NOTES |
24 | 28 |
|
25 | 29 | * the usual NOTE about libs size (RcppArmadillo) |
| 30 | +* a note about the number of dependencies |
| 31 | + |
| 32 | +── R CMD check results ────────────────────────────── PLNmodels 1.2.1 ──── |
| 33 | +Duration: 6m 30.2s |
26 | 34 |
|
27 | | - R CMD check results PLNmod |
28 | | -Duration: 6m 27.6s |
| 35 | +❯ checking package dependencies ... NOTE |
| 36 | + Imports includes 21 non-default packages. |
| 37 | + Importing from so many packages makes the package vulnerable to any of |
| 38 | + them becoming unavailable. Move as many as possible to Suggests and |
| 39 | + use conditionally. |
29 | 40 |
|
30 | 41 | ❯ checking installed package size ... NOTE |
31 | | - installed size is 23.4Mb |
| 42 | + installed size is 15.2Mb |
32 | 43 | sub-directories of 1Mb or more: |
33 | 44 | data 1.4Mb |
34 | | - doc 2.1Mb |
35 | | - libs 18.3Mb |
| 45 | + doc 2.3Mb |
| 46 | + libs 9.8Mb |
36 | 47 |
|
37 | | -0 errors ✔ | 0 warnings ✔ | 1 note ✖ |
| 48 | +0 errors ✔ | 0 warnings ✔ | 2 notes ✖ |
38 | 49 |
|
39 | 50 | R CMD check succeeded |
40 | | - |
41 | | -── R CMD check results ─────────────────────────── PLNmodels 1.2.0 ──── |
42 | | - |
43 | | - |
|
0 commit comments