Skip to content

Commit 2133846

Browse files
authored
Merge pull request #576 from massimoaria/develop
Develop
2 parents b27bbd7 + 277b6b9 commit 2133846

24 files changed

+1197
-443
lines changed

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ S3method(summary,bibliometrix_netstat)
77
export(Hindex)
88
export(KeywordGrowth)
99
export(applyCitationMatching)
10+
export(assignEvolutionColors)
1011
export(authorBio)
1112
export(authorProdOverTime)
1213
export(biblioAnalysis)
@@ -252,6 +253,7 @@ importFrom(igraph,E)
252253
importFrom(igraph,V)
253254
importFrom(igraph,arpack_defaults)
254255
importFrom(igraph,as_adjacency_matrix)
256+
importFrom(igraph,as_edgelist)
255257
importFrom(igraph,as_long_data_frame)
256258
importFrom(igraph,authority_score)
257259
importFrom(igraph,betweenness)

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ bibliometrix V.5.2.0 (Release date: 2025-11-04)
33
Features:
44

55
* Added Author Bio Card (new function AuthorBio())
6+
* Added new plot layout in plotThematicEvolution()
7+
* Added automatic identification of continuous flows in plotThematicEvolution()
68
* Added seed argument to networkPlot(), ThematicMap(), and ThematicEvolution() functions
79
* Improved OpenAlex data conversion process
810
* Enhanced Community Repulsion algorithm in networkPlot(), ThematicMap(), and ThematicEvolution() functions

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Features:
44

55
* Added Author Bio Card (new function AuthorBio())
6+
* Added new plot layout in plotThematicEvolution()
7+
* Added automatic identification of continuous flows in plotThematicEvolution()
68
* Added seed argument to networkPlot(), ThematicMap(), and ThematicEvolution() functions
79
* Improved OpenAlex data conversion process
810
* Enhanced Community Repulsion algorithm in networkPlot(), ThematicMap(), and ThematicEvolution() functions

0 commit comments

Comments
 (0)