Skip to content

Commit 2127c21

Browse files
Copilotgvegayon
andauthored
Prepare netdiffuseR v1.24.0 for CRAN release (#65)
* Initial plan * Update CRAN release documentation (NEWS.md and cran-comments.md) Co-authored-by: gvegayon <893619+gvegayon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gvegayon <893619+gvegayon@users.noreply.github.com>
1 parent 2980009 commit 2127c21

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes in netdiffuseR version 1.24.0 (DEV)
1+
# Changes in netdiffuseR version 1.24.0 (2025-12-09)
22

33
* New function `degree_adoption_diagnostic()` analyzes the correlation between network
44
centrality measures (in-degree and out-degree) and time of adoption to identify

cran-comments.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
## Test environments
22

3-
* Local: Ubuntu 18.04.4 LTS, R 3.6.2
4-
* Travis: Ubuntu 16.04.6 LTS, R 3.6.2
5-
* Travis: Ubuntu 16.04.6 LTS, R Under development (unstable) (2020-02-10 r77788)
6-
* Travis: macOS Mojave 10.14.4, R 3.6.2
7-
* AppVeyor: Windows Server 2012 R2 x64, R 3.5.3
8-
* AppVeyor: Windows Server 2012 R2 x64, R 3.6.2
9-
* AppVeyor: Windows Server 2012 R2 x64, R Under development (unstable) (2020-02-10 r77789)
3+
* GitHub Actions: macOS-latest, R release
4+
* GitHub Actions: macOS-latest, R devel
5+
* GitHub Actions: Windows-latest, R release
6+
* GitHub Actions: Ubuntu-latest, R devel (with and without valgrind)
7+
* GitHub Actions: Ubuntu-latest, R release
108

119
## R CMD check results
1210

13-
* This package was taken out of CRAN due to problems regarding matrices are now
14-
arrays. This issue has been solved by changing the way in which the package
15-
was testing for classes (array vs matrix) and has been throughly tested.
11+
0 errors | 0 warnings | 0 notes
1612

17-
* No reverse dependencies to be checked.
13+
* This is a new release adding the `degree_adoption_diagnostic()` function
14+
which analyzes the correlation between network centrality measures (degree)
15+
and time of adoption in diffusion processes.
1816

1917
## Reverse dependencies
2018

0 commit comments

Comments
 (0)