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

CRAN comments #1612

Merged
merged 5 commits into from
Dec 1, 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
4 changes: 1 addition & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,4 @@
^man/dot-extract_constructor_and_modifiers\.Rd$
^man/dot-apply_modifiers\.Rd$
^man/handle_vertex_type_arg\.Rd$
^build$
^libs$
^libsonly$
^rchk$
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ cran
/docs
/compile_commands.json
/.cache
build/
libs/
libsonly/
/rchk
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "igraph" in publications use:'
type: software
license: GPL-2.0-or-later
title: 'igraph: Network Analysis and Visualization'
version: 2.1.1
version: 2.1.2
identifiers:
- type: doi
value: 10.32614/CRAN.package.igraph
Expand Down Expand Up @@ -93,7 +93,7 @@ references:
- family-names: Müller
given-names: Kirill
year: '2024'
notes: R package version 2.1.1
notes: R package version 2.1.2
doi: 10.5281/zenodo.7682609
url: https://CRAN.R-project.org/package=igraph
- type: software
Expand Down
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.9907
Version: 2.1.2
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
Expand Down
115 changes: 4 additions & 111 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,121 +1,14 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# igraph 2.1.1.9907

## Chore

- Build-ignore rchk artifacts.


# igraph 2.1.1.9906
# igraph 2.1.2

## Bug fixes

- `adjacent_vertices()` and `incident_edges()` are now correct if the `"return.vs.es"` option is `FALSE` (@stibu81, #1605, #1606).

- Fix protection errors reported by rchk (#1592).

## Continuous integration

- Change `Makevars` only after installation of R.

- Use GLPK on macOS.

- Add required rgl version (#1584).

- Install GLPK on macOS.

- Bring back extra workflow.

- Import from actions-sync, check carefully (#1600).

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).

## Documentation

- Tweak NEWS \[ci skip\].


# igraph 2.1.1.9905

## Continuous integration

- Import from actions-sync, check carefully (#1600).

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).

## Documentation

- Tweak NEWS \[ci skip\].


# igraph 2.1.1.9904

## Continuous integration

- Import from actions-sync, check carefully (#1600).

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).

## Documentation

- Tweak NEWS \[ci skip\].


# igraph 2.1.1.9903

## Continuous integration

- Import from actions-sync, check carefully (#1600).

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).


# igraph 2.1.1.9902

## Continuous integration

- Remove covr, handled elsewhere.

- Fix extra workflow.

- Remove noise.

- Sync workflows (#1589).


# igraph 2.1.1.9901

## Continuous integration

- Sync workflows (#1589).


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

## Documentation

Expand All @@ -127,9 +20,9 @@

- `cluster_optimal()` does support directed graphs.

## Bug fixes
## Testing

- Fix the incorrect handling of the `sample` parameter in `sample_motifs()` and ensure that the default `sample.size` is integer (#1568).
- Test handling of `"return.vs.es"` in several functions (@stibu81, #1610).


# igraph 2.1.1
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
igraph 2.1.1.9900
igraph 2.1.2

## Cran Repository Policy

Expand Down
Loading