From 2839800b8e96d0e586a62d0c80098756cd07eaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 18 Oct 2024 20:24:28 +0200 Subject: [PATCH] CRAN comments --- cran-comments.md | 43 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index d198eda8d7..632de8002d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -igraph 2.1.0 +igraph 2.1.1 ## R CMD check results @@ -8,17 +8,48 @@ igraph 2.1.0 ## Current CRAN check results -- [x] Checked on 2024-09-26, 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 +- [x] Checked on 2024-10-18, problems found: https://cran.r-project.org/web/checks/check_results_igraph.html +- [ ] 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 File ‘igraph/libs/igraph.so’: Found non-API calls to R: ‘PRENV’, ‘R_PromiseExpr’ - Fixed. -- [x] WARN: r-devel-linux-x86_64-fedora-gcc + 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. +- [ ] WARN: r-devel-linux-x86_64-debian-gcc + 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’ +- [ ] WARN: r-devel-linux-x86_64-fedora-gcc Found the following significant warnings: Warning: Obsolescent feature: Old-style character length at (1) See ‘/data/gannet/ripley/R/packages/tests-devel/igraph.Rcheck/00install.out’ for details. + * used C compiler: ‘gcc-14 (GCC) 14.2.0’ + * used C++ compiler: ‘g++-14 (GCC) 14.2.0’ +- [ ] WARN: r-devel-windows-x86_64 + Found the following significant warnings: + Warning: Obsolescent feature: Old-style character length at (1) + See 'd:/Rcompile/CRANpkg/local/4.5/igraph.Rcheck/00install.out' for details. + * used C compiler: 'gcc.exe (GCC) 13.2.0' + * used C++ compiler: 'g++.exe (GCC) 13.2.0' +- [ ] NOTE: r-devel-windows-x86_64 + File 'igraph/libs/x64/igraph.dll': + Found non-API calls to R: 'PRENV', 'R_PromiseExpr' + + Compiled code should not call non-API entry points in R. - Need fix upstream. + 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. +- [ ] other_issue: NA +See: +- [ ] other_issue: NA +See: +- [ ] other_issue: NA +See: Check results at: https://cran.r-project.org/web/checks/check_results_igraph.html