Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fledge: CRAN pre-release v2.1.1.9900 #1591

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
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")),
Expand Down
55 changes: 4 additions & 51 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,20 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.1.1.9007
# igraph 2.1.1.9900

## Continuous integration

- Remove Aviator.

## doc
## Documentation

- Clarify what type of graph each community detection function supports.

- Improve `read_graph` and `write_graph` documentation.


# igraph 2.1.1.9006

## Continuous integration

- Install rgl from GitHub for Sanitizer runs (#1579).


# igraph 2.1.1.9005

## Chore

- Configure the RStudio IDE to use the extra roclets (#1575).

## Continuous integration

- Work around rgl sanitizer failure (#1578).


# igraph 2.1.1.9004

## Bug fixes

- Fix the incorrect handling of the `sample` parameter in `sample_motifs()` and ensure that the default `sample.size` is integer (#1568).


# igraph 2.1.1.9003

## doc

- Improve `all_simple_paths()` documentation.


# igraph 2.1.1.9002

## doc

- `cluster_optimal()` does support directed graphs.

## Bug fixes

# igraph 2.1.1.9001

## Chore

- Update .Rbuildignore.


# igraph 2.1.1.9000

- Merge branch 'cran-2.1.1'.
- Fix the incorrect handling of the `sample` parameter in `sample_motifs()` and ensure that the default `sample.size` is integer (#1568).


# igraph 2.1.1
Expand Down
43 changes: 3 additions & 40 deletions cran-comments.md
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.
Loading