Skip to content

Commit

Permalink
igraph 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 1, 2024
1 parent 3b8263e commit d952d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
[submodule "igraph"]
path = igraph
url = https://github.com/igraph/rigraph
branch = v2.1.1
branch = v2.1.2
[submodule "jagstargets"]
path = jagstargets
url = https://github.com/ropensci/jagstargets
Expand Down
2 changes: 1 addition & 1 deletion igraph
Submodule igraph updated 78 files
+3 −3 .Rbuildignore
+0 −43 .aviator/config.yml
+1 −0 .github/.gitignore
+146 −0 .github/workflows/R-CMD-check-dev.yaml
+75 −0 .github/workflows/R-CMD-check-status.yaml
+346 −0 .github/workflows/R-CMD-check.yaml
+0 −55 .github/workflows/after-install/action.yml
+0 −44 .github/workflows/before-install/action.yml
+1 −211 .github/workflows/build-and-check.yml
+1 −1 .github/workflows/check/action.yml
+45 −11 .github/workflows/commit/action.yml
+10 −0 .github/workflows/custom/after-install/action.yml
+6 −0 .github/workflows/custom/before-install/action.yml
+0 −56 .github/workflows/dep-matrix-suggests/action.yml
+49 −0 .github/workflows/dep-suggests-matrix/action.R
+13 −0 .github/workflows/dep-suggests-matrix/action.yml
+70 −11 .github/workflows/fledge.yaml
+45 −8 .github/workflows/install/action.yml
+2 −2 .github/workflows/lock.yaml
+23 −0 .github/workflows/matrix-check/action.yml
+1 −1 .github/workflows/pkgdown-deploy/action.yml
+32 −30 .github/workflows/pkgdown.yaml
+99 −0 .github/workflows/pr-commands.yaml
+213 −0 .github/workflows/revdep.yaml
+1 −1 .github/workflows/style/action.yml
+9 −4 .github/workflows/update-snapshots/action.yml
+60 −0 .github/workflows/versions-matrix/action.R
+19 −0 .github/workflows/versions-matrix/action.yml
+1 −0 .gitignore
+3 −2 CITATION.cff
+3 −3 DESCRIPTION
+25 −0 NEWS.md
+1 −1 R/centrality.R
+10 −11 R/community.R
+23 −4 R/foreign.R
+2 −2 R/interface.R
+18 −3 R/motifs.R
+2 −2 R/palette.R
+5 −5 R/paths.R
+1 −1 configure
+3 −40 cran-comments.md
+1 −1 igraph.Rproj
+5 −5 man/all_simple_paths.Rd
+1 −1 man/as_directed.Rd
+1 −1 man/as_graphnel.Rd
+2 −1 man/cluster_fast_greedy.Rd
+1 −1 man/cluster_label_prop.Rd
+1 −1 man/cluster_leiden.Rd
+1 −1 man/cluster_louvain.Rd
+3 −4 man/cluster_optimal.Rd
+1 −2 man/cluster_spinglass.Rd
+1 −1 man/cluster_walktrap.Rd
+1 −1 man/diverging_pal.Rd
+2 −1 man/fastgreedy.community.Rd
+1 −1 man/fit_hrg.Rd
+2 −1 man/graph.motifs.est.Rd
+1 −1 man/graph_from_graphnel.Rd
+1 −1 man/label.propagation.community.Rd
+1 −1 man/layout_in_circle.Rd
+1 −1 man/multilevel.community.Rd
+3 −4 man/optimal.community.Rd
+1 −1 man/predict_edges.Rd
+2 −0 man/read_graph.Rd
+2 −2 man/sample_degseq.Rd
+3 −2 man/sample_motifs.Rd
+2 −2 man/sample_pref.Rd
+1 −1 man/sequential_pal.Rd
+1 −2 man/spinglass.community.Rd
+1 −1 man/walktrap.community.Rd
+1 −1 man/write.graph.Rd
+25 −4 man/write_graph.Rd
+8 −9 src/rinterface_extra.c
+1 −70 tests/testthat/_snaps/centrality.md
+7 −2 tests/testthat/test-centrality.R
+42 −0 tests/testthat/test-get.adjlist.R
+61 −0 tests/testthat/test-interface.R
+16 −0 tests/testthat/test-motifs.R
+1 −1 tests/testthat/test-plot.R

0 comments on commit d952d0e

Please sign in to comment.