Skip to content

Commit 67d3205

Browse files
committed
CRAN Release 4.1.4
1 parent 6b240bf commit 67d3205

15 files changed

+41
-29
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ Rubbish
2222
^inst/biblioshiny/rsconnect
2323
^rsconnect
2424

25+
^CRAN-SUBMISSION$
26+
^cran-comments\.md$

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
bibliometrix v4.1.4 (Release date: )
1+
bibliometrix v4.1.4 (Release date: 2023-11-29)
22

33
Changes:
4+
* Biblioshiny: After the data quality check, the menus of the analyses that cannot be performed are hidden
45
* Start to adding support to OpenAlex data
56
* Improvements in historiograph:
67
- Improved Scopus algorithm to match local citations
78
- Added OpenAlex algorithm to match local citations
89
- Added Lens.org algorithm to match local citations
910
* Improved pajek export in biblioshiny
1011
* Computational speed improvements
12+
* Solved issue with igraph 1.6.0 release canddate
13+
* Solved issue with Matrix package
1114

1215
bibliometrix v4.1.2 (Release date: 2023-03-06)
1316

R/couplingMap.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#' @param impact.measure is a character. It indicates the impact measure used to rank cluster elements (documents, authors or sources).
2323
#' It can be \code{impact.measure = c("local", "global")}.\\
2424
#' With \code{impact.measure = "local"}, \link{couplingMap} calculates elements impact using the Normalized Local Citation Score while
25-
#' using code{impact.measure = "global"}, the function uses the Normalized Global Citation Score to measure elements impact.
25+
#' using \code{impact.measure = "global"}, the function uses the Normalized Global Citation Score to measure elements impact.
2626
#' @param minfreq is a integer. It indicates the minimum frequency (per thousand) of a cluster. It is a number in the range (0,1000).
2727
#' @param community.repulsion is a real. It indicates the repulsion force among network communities. It is a real number between 0 and 1. Default is \code{community.repulsion = 0.1}.
2828
#' @param stemming is logical. If it is TRUE the word (from titles or abstracts) will be stemmed (using the Porter's algorithm).

R/csvScopus2df.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ csvScopus2df <- function(file){
2929
DATA$AU=gsub("\\.", "", DATA$AU)
3030
DATA$AU=gsub(",", ";", DATA$AU)
3131

32+
### store raw affiliation format to extract link among authors and affiliations
33+
DATA$C1raw <- DATA$C1
34+
###
35+
3236
# Affiliation
3337
if (!("C1" %in% names(DATA))){DATA$C1 <- NA}else{
3438
DATA$C1 <- unlist(lapply(strsplit(DATA$C1,";"), function(l){

R/isi2df.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Please, take a look at the vignettes:
6464
df <- cbind(df1,df2)
6565
rm(df1,df2)
6666

67+
### store raw affiliation format to extract link among authors and affiliations
68+
df$C1raw <- df$C1
69+
###
70+
6771
df$DB <- "ISI"
6872

6973
# Authors

R/normalizeCItationScore.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#' @param impact.measure is a character. It indicates the impact measure used to rank cluster elements (documents, authors or sources).
1919
#' It can be \code{impact.measure = c("local", "global")}.\\
2020
#' With \code{impact.measure = "local"}, \link{normalizeCitationScore} calculates elements impact using the Normalized Local Citation Score while
21-
#' using code{impact.measure = "global"}, the function uses the Normalized Global Citation Score to measure elements impact.
21+
#' using \code{impact.measure = "global"}, the function uses the Normalized Global Citation Score to measure elements impact.
2222
#' @return a dataframe.
2323
#'
2424
#'

README.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -120,23 +120,23 @@ Load `bibliometrix`
120120

121121
``` r
122122
library('bibliometrix')
123-
#> To cite bibliometrix in publications, please use:
123+
#> Please note that our software is open source and available for use, distributed under the MIT license.
124+
#> When it is used in a publication, we ask that authors properly cite the following reference:
124125
#>
125126
#> Aria, M. & Cuccurullo, C. (2017) bibliometrix: An R-tool for comprehensive science mapping analysis,
126-
#> Journal of Informetrics, 11(4), pp 959-975, Elsevier.
127-
#>
128-
#>
129-
#> https://www.bibliometrix.org
127+
#> Journal of Informetrics, 11(4), pp 959-975, Elsevier.
130128
#>
129+
#> Failure to properly cite the software is considered a violation of the license.
131130
#>
132131
#> For information and bug reports:
132+
#> - Take a look at https://www.bibliometrix.org
133133
#> - Send an email to [email protected]
134134
#> - Write a post on https://github.com/massimoaria/bibliometrix/issues
135135
#>
136-
#> Help us to keep Bibliometrix free to download and use by contributing with a small donation to support our research team (https://bibliometrix.org/donate.html)
136+
#> Help us to keep Bibliometrix and Biblioshiny free to download and use by contributing with a small donation to support our research team (https://bibliometrix.org/donate.html)
137137
#>
138138
#>
139-
#> To start with the shiny web-interface, please digit:
139+
#> To start with the Biblioshiny app, please digit:
140140
#> biblioshiny()
141141
```
142142

@@ -197,23 +197,22 @@ The argument *M* is a bibliographic data frame obtained by
197197
com <- missingData(M)
198198

199199
com$mandatoryTags
200-
#> tag description missing_counts missing_pct status
201-
#> 1 AU Author 0 0.00 Excellent
202-
#> 2 DT Document Type 0 0.00 Excellent
203-
#> 3 SO Journal 0 0.00 Excellent
204-
#> 4 LA Language 0 0.00 Excellent
205-
#> 5 NR Number of Cited References 0 0.00 Excellent
206-
#> 6 WC Science Categories 0 0.00 Excellent
207-
#> 7 TI Title 0 0.00 Excellent
208-
#> 8 TC Total Citation 0 0.00 Excellent
209-
#> 9 CR Cited References 2 0.22 Good
210-
#> 10 AB Abstract 7 0.78 Good
211-
#> 11 PY Publication Year 9 1.00 Good
212-
#> 12 RP Corresponding Author 10 1.11 Good
213-
#> 13 C1 Affiliation 21 2.34 Good
214-
#> 14 DI DOI 36 4.01 Good
215-
#> 15 DE Keywords 79 8.80 Good
216-
#> 16 ID Keywords Plus 97 10.80 Acceptable
200+
#> tag description missing_counts missing_pct status
201+
#> 1 AU Author 0 0.00 Excellent
202+
#> 2 DT Document Type 0 0.00 Excellent
203+
#> 3 SO Journal 0 0.00 Excellent
204+
#> 4 LA Language 0 0.00 Excellent
205+
#> 5 WC Science Categories 0 0.00 Excellent
206+
#> 6 TI Title 0 0.00 Excellent
207+
#> 7 TC Total Citation 0 0.00 Excellent
208+
#> 8 CR Cited References 2 0.22 Good
209+
#> 9 AB Abstract 7 0.78 Good
210+
#> 10 PY Publication Year 9 1.00 Good
211+
#> 11 RP Corresponding Author 10 1.11 Good
212+
#> 12 C1 Affiliation 21 2.34 Good
213+
#> 13 DI DOI 36 4.01 Good
214+
#> 14 DE Keywords 79 8.80 Good
215+
#> 15 ID Keywords Plus 97 10.80 Acceptable
217216
```
218217

219218
**missingData** returns a list containing two data frame. The first one,

man/couplingMap.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-59.5 KB
Loading
-59 KB
Loading

0 commit comments

Comments
 (0)