Skip to content

Commit dae8411

Browse files
committed
preparing CRAN submission
1 parent 140bda9 commit dae8411

File tree

3 files changed

+31
-22
lines changed

3 files changed

+31
-22
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: PLNmodels
22
Title: Poisson Lognormal Models
3-
Version: 1.2.2
3+
Version: 1.2.1
44
Authors@R: c(
55
person("Julien", "Chiquet", , "julien.chiquet@inrae.fr", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-3629-3429")),

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Current version
1+
# PLNmodels 1.2.1 (2025-03-10)
22

3+
* fix NOTES in CRAN due to missing packages in \link{} (PR #142)
4+
* Now requires R >= 4.1.0 because package code uses the pipe |> (PR #142)
35
* fix sandwich variance estimation (PR #140)
46
* fix use of native pipe to ensure compatibility with R 3.6 (merge PR #125, fix #124)
57

cran-comments.md

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,50 @@
11

2-
Submitting PLNmodels version 1.2.0 to CRAN
2+
Submitting PLNmodels version 1.2.1 to CRAN (CRAN request)
33

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.
59

610
## Tested environments
711

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
913

1014
* 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
1117
- Windows Server 2022, R-devel, 64 bit
12-
- Windows Server 2022, R-release, 64 bit
13-
- Windows Server 2022, R-old, 64 bit
1418

1519
* 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
1822
- Windows Server 2022, R-release, 64 bit
1923
- 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
2226

23-
all status OK except for
27+
all status OK except for 2 NOTES
2428

2529
* 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
2634

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.
2940

3041
❯ checking installed package size ... NOTE
31-
installed size is 23.4Mb
42+
installed size is 15.2Mb
3243
sub-directories of 1Mb or more:
3344
data 1.4Mb
34-
doc 2.1Mb
35-
libs 18.3Mb
45+
doc 2.3Mb
46+
libs 9.8Mb
3647

37-
0 errors ✔ | 0 warnings ✔ | 1 note
48+
0 errors ✔ | 0 warnings ✔ | 2 notes
3849

3950
R CMD check succeeded
40-
41-
── R CMD check results ─────────────────────────── PLNmodels 1.2.0 ────
42-
43-

0 commit comments

Comments
 (0)