Prepare netdiffuseR v1.24.0 for CRAN release#65
Merged
Conversation
Co-authored-by: gvegayon <893619+gvegayon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Verify repository readiness for next CRAN release
Prepare netdiffuseR v1.24.0 for CRAN release
Dec 9, 2025
There was a problem hiding this comment.
Pull request overview
This PR prepares netdiffuseR v1.24.0 for CRAN submission by updating package metadata and documentation. The release adds the degree_adoption_diagnostic() function that analyzes correlations between network centrality measures and adoption timing in diffusion processes. The changes ensure CRAN submission requirements are met with updated test environment documentation and proper release dating.
- Updates NEWS.md release date from "(DEV)" to current date (2025-12-09)
- Modernizes cran-comments.md by replacing obsolete CI references (Travis/AppVeyor) with GitHub Actions test matrix
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| NEWS.md | Updates version 1.24.0 release date to 2025-12-09, finalizing the changelog entry for CRAN submission |
| cran-comments.md | Replaces obsolete Travis CI and AppVeyor references with current GitHub Actions test environments across macOS/Windows/Ubuntu with R release/devel versions |
Member
|
I'm keeping this open until we get it into CRAN. |
Member
|
On CRAN! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates package metadata and documentation for CRAN submission of v1.24.0, which adds
degree_adoption_diagnostic()function.Changes
Package Status
Ready for CRAN submission.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
cloud.r-project.org/usr/lib/R/bin/exec/R /usr/lib/R/bin/exec/R --no-echo --no-restore --file=/tmp/install_packages.R conf�� 12.0-3build1.1_amd64.deb gir1.2-glib-2.0_2.80.0-6ubuntu3.5_amd64.deb /home/REDACTED/.cargo/bin/git user.name(dns block)/usr/bin/ping ping -c 2 cloud.r-project.org conf��(dns block)esm.ubuntu.com/usr/lib/apt/methods/https /usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This section details on the original issue you should resolve
<issue_title>Verify all is in good shape for next CRAN release</issue_title>
<issue_description>We need to prepare the repository for the next CRAN release. We need to check:
You can do whatever other checks people do before resubmitting to CRAN.
Details:
Here are the details from the last version on CRAN (1.23.0)
Details
CRAN Package Check Results for Package netdiffuseR
Last updated on 2025-11-28 10:50:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags -- | -- | -- | -- | -- | -- | -- r-devel-linux-x86_64-debian-clang | 1.23.0 | 107.61 | 345.50 | 453.11 | WARN | r-devel-linux-x86_64-debian-gcc | 1.23.0 | 76.33 | 226.55 | 302.88 | WARN | r-devel-linux-x86_64-fedora-clang | 1.23.0 | 136.00 | 619.36 | 755.36 | WARN | r-devel-linux-x86_64-fedora-gcc | 1.23.0 | 157.00 | 569.23 | 726.23 | WARN | r-devel-windows-x86_64 | 1.23.0 | 140.00 | 251.00 | 391.00 | WARN | --no-vignettes r-patched-linux-x86_64 | 1.23.0 | 113.94 | 322.21 | 436.15 | WARN | r-release-linux-x86_64 | 1.23.0 | 107.74 | 322.29 | 430.03 | WARN | r-release-macos-arm64 | 1.23.0 | | | | OK | r-release-macos-x86_64 | 1.23.0 | 51.00 | 209.00 | 260.00 | OK | r-release-windows-x86_64 | 1.23.0 | 123.00 | 249.00 | 372.00 | WARN | --no-vignettes r-oldrel-macos-arm64 | 1.23.0 | | | | NOTE | r-oldrel-macos-x86_64 | 1.23.0 | 51.00 | 214.00 | 265.00 | NOTE | r-oldrel-windows-x86_64 | 1.23.0 | 148.00 | 294.00 | 442.00 | WARN | --no-vignettesCheck Details
Version: 1.23.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: infection.cpp:58:16: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] infection.cpp:162:16: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/netdiffuseR.Rcheck/00install.out’ for details. * used C++ compiler: ‘Debian clang version 21.1.5 (1)’ Flavor: r-devel-linux-x86_64-debian-clang
set things up for you — coding agent works faster and does higher quality work when set up for your repo.