Skip to content

Commit 44ee052

Browse files
authored
Merge pull request #572 from massimoaria/develop
Develop
2 parents 4dbcead + a3d2966 commit 44ee052

File tree

8 files changed

+4
-14
lines changed

8 files changed

+4
-14
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ knitr::opts_chunk$set(
1212
out.width = "100%",
1313
dpi = 300
1414
)
15+
library(dplyr)
1516
```
1617

1718
# bibliometrix
@@ -231,12 +232,11 @@ plot(x = results, k = 10, pause = FALSE)
231232
The **AuthorBio** function retrieves and displays biographical information about authors using OpenAlex data:
232233

233234
```{r eval=TRUE}
234-
require(dplyr)
235235
# Example: Get biographical information for an author
236236
authorInfo <- authorBio(author_position = 1,
237237
doi = "10.1016/j.joi.2017.08.007")
238238
239-
glimpse(authorInfo)
239+
dplyr::glimpse(authorInfo)
240240
```
241241

242242
This function provides comprehensive author profiles including:

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -490,21 +490,11 @@ The **AuthorBio** function retrieves and displays biographical
490490
information about authors using OpenAlex data:
491491

492492
``` r
493-
require(dplyr)
494-
#> Loading required package: dplyr
495-
#>
496-
#> Attaching package: 'dplyr'
497-
#> The following objects are masked from 'package:stats':
498-
#>
499-
#> filter, lag
500-
#> The following objects are masked from 'package:base':
501-
#>
502-
#> intersect, setdiff, setequal, union
503493
# Example: Get biographical information for an author
504494
authorInfo <- authorBio(author_position = 1,
505495
doi = "10.1016/j.joi.2017.08.007")
506496

507-
glimpse(authorInfo)
497+
dplyr::glimpse(authorInfo)
508498
#> Rows: 1
509499
#> Columns: 25
510500
#> $ id <chr> "https://openalex.org/A5069892096"
@@ -531,7 +521,7 @@ glimpse(authorInfo)
531521
#> $ affiliation_raw <chr> "Department of Economics and Statistics, Università degli Studi di Napoli Federico…
532522
#> $ source_doi <chr> "10.1016/j.joi.2017.08.007"
533523
#> $ source_title <chr> "bibliometrix : An R-tool for comprehensive science mapping analysis"
534-
#> $ query_timestamp <dttm> 2025-11-04 10:55:20
524+
#> $ query_timestamp <dttm> 2025-11-04 11:00:39
535525
```
536526

537527
This function provides comprehensive author profiles including:

data/bibtag.rda

0 Bytes
Binary file not shown.

data/countries.rda

1 Byte
Binary file not shown.

data/customTheme.rda

0 Bytes
Binary file not shown.

data/logo.rda

-89.3 KB
Binary file not shown.

data/ltwa.rda

-109 KB
Binary file not shown.

data/stopwords.rda

-685 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)