Skip to content

Commit

Permalink
Merge pull request #248 from massimoaria/main
Browse files Browse the repository at this point in the history
CRAN Submission 1.3.1
  • Loading branch information
massimoaria committed May 8, 2024
2 parents 13daeaa + b6ab4e1 commit 988344b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: openalexR
Title: Getting Bibliographic Records from 'OpenAlex' Database Using 'DSL'
API
Version: 1.3.0
Version: 1.3.1
Authors@R: c(
person(given = "Massimo",
family = "Aria",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# openalexR 1.3.1
* solved bug in au_affiliation_raw in PR#241

# openalexR 1.3.0
* Breaking change: two arguments in `oa_snowball` are renamed:
`citing_filter` is now `citing_params`,
Expand All @@ -14,6 +17,7 @@ and returns one record at a time.
# openalexR 1.2.2
* solved issue with CRAN test
*

# openalexR 1.2.1
* many improvements in bibliometrix support
* solved issue with CRAN test
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ my_arguments <- list(

do.call(oa_fetch, c(my_arguments, list(count_only = TRUE)))
#> count db_response_time_ms page per_page
#> [1,] 33 130 1 1
#> [1,] 31 116 1 1

if (do.call(oa_fetch, c(my_arguments, list(count_only = TRUE)))[1]>0){
do.call(oa_fetch, my_arguments) |>
Expand All @@ -289,12 +289,12 @@ do.call(oa_fetch, my_arguments) |>

| id | display_name | orcid | works_count | cited_by_count | affiliation_display_name | top_concepts |
|:------------|:----------------------|:--------------------|------------:|---------------:|:---------------------------------|:-----------------------------------------------------|
| A5032217427 | Nicola Longo | 0000-0002-3677-1216 | 1175 | 12977 | University of Naples Federico II | Internal medicine, Genetics, Pathology |
| A5032217427 | Nicola Longo | 0000-0002-3677-1216 | 1177 | 12936 | University of Naples Federico II | Internal medicine, Genetics, Pathology |
| A5076706548 | Salvatore Capozziello | 0000-0003-4886-2024 | 913 | 34110 | INFN Sezione di Napoli | Quantum mechanics, Astronomy, Theoretical physics |
| A5064797795 | A. O. M. Iorio | NA | 798 | 46038 | INFN Sezione di Napoli | Particle physics, Nuclear physics, Quantum mechanics |
| A5035636337 | S. Patricelli | NA | 795 | 43655 | INFN Sezione di Napoli | Quantum mechanics, Particle physics, Nuclear physics |
| A5051324603 | Massimo Chiariello | NA | 740 | 15347 | University of Naples Federico II | Internal medicine, Cardiology, Endocrinology |
| A5078562748 | Sabino De Placido | 0000-0001-5077-6286 | 737 | 26049 | University of Naples Federico II | Genetics, Internal medicine, Oncology |
| A5026402548 | Gabriella Fabbrocini | 0000-0002-0064-1874 | 735 | 11722 | University of Naples Federico II | Dermatology, Internal medicine, Pathology |
| A5078562748 | Sabino De Placido | 0000-0001-5077-6286 | 735 | 26074 | University of Naples Federico II | Genetics, Internal medicine, Oncology |

## 🍒 Example analyses

Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bibentry(bibtype="Article",
author = "Aria Massimo and Le Trang and Cuccurullo Corrado and Belfiore Alessandra and Choe June",
journal = "The R Journal",
year = "2024",
doi = "https://doi.org/10.32614/RJ-2023-089",
doi = "10.32614/RJ-2023-089",
volume = "15",
issue = "4",
issn = "2073-4859",
Expand Down
Binary file modified man/figures/README-big-journals-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-biological-concepts-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-concept-cloud-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-italy-insts-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-snowballing-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 988344b

Please sign in to comment.