Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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: 1.5.99.9000
version: 1.5.99.9003
abstract: Routines for simple graphs and network analysis. It can handle large graphs
very well and provides functions for generating random and regular graphs, graph
visualization, centrality methods and much more.
Expand Down Expand Up @@ -86,7 +86,7 @@ references:
- family-names: Müller
given-names: Kirill
year: '2023'
notes: R package version 1.5.99.9000
notes: R package version 1.5.99.9003
doi: 10.5281/zenodo.7682609
url: https://CRAN.R-project.org/package=igraph
- type: software
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ importFrom(utils,capture.output)
importFrom(utils,edit)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,packageName)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
Expand Down
Loading