-
-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fledge: CRAN pre-release v2.1.1.9900 (#1591)
- Loading branch information
Showing
3 changed files
with
8 additions
and
92 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: igraph | ||
Title: Network Analysis and Visualization | ||
Version: 2.1.1.9007 | ||
Version: 2.1.1.9900 | ||
Authors@R: c( | ||
person("Gábor", "Csárdi", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0001-7098-9676")), | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,5 @@ | ||
igraph 2.1.1 | ||
igraph 2.1.1.9900 | ||
|
||
## R CMD check results | ||
## Cran Repository Policy | ||
|
||
- [x] Checked locally, R 4.3.3 | ||
- [x] Checked on CI system, R 4.4.1 | ||
- [x] Checked on win-builder, R devel | ||
|
||
## Current CRAN check results | ||
|
||
- [x] Checked on 2024-10-18, problems found: https://cran.r-project.org/web/checks/check_results_igraph.html | ||
- [x] NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64 | ||
File ‘igraph/libs/igraph.so’: | ||
Found non-API calls to R: ‘PRENV’, ‘R_PromiseExpr’ | ||
|
||
Compiled code should not call non-API entry points in R. | ||
|
||
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, | ||
and section ‘Moving into C API compliance’ for issues with the use of | ||
non-API entry points. | ||
|
||
Fixed. | ||
- [x] WARN: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64 | ||
Found the following significant warnings: | ||
Warning: Obsolescent feature: Old-style character length at (1) | ||
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/igraph.Rcheck/00install.out’ for details. | ||
* used C compiler: ‘gcc-14 (Debian 14.2.0-6) 14.2.0’ | ||
* used C++ compiler: ‘g++-14 (Debian 14.2.0-6) 14.2.0’ | ||
|
||
Fixed. | ||
- [x] other_issue: NA | ||
See: <https://www.stats.ox.ac.uk/pub/bdr/gcc/igraph.out> | ||
|
||
Fixed. | ||
- [x] other_issue: NA | ||
See: <https://www.stats.ox.ac.uk/pub/bdr/noSuggests/igraph.out> | ||
|
||
Fixed. | ||
- [x] other_issue: NA | ||
See: <https://raw.githubusercontent.com/kalibera/cran-checks/master/rchk/results/igraph.out> | ||
|
||
Fixed. | ||
- [x] Reviewed CRP last edited 2024-08-27. |