Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in "A_Brief_Introduction_to_openalexR.Rmd" vignette #187

Closed
maelle opened this issue Nov 7, 2023 · 1 comment
Closed

error in "A_Brief_Introduction_to_openalexR.Rmd" vignette #187

maelle opened this issue Nov 7, 2023 · 1 comment

Comments

@maelle
Copy link
Member

maelle commented Nov 7, 2023

Via https://ropensci.r-universe.dev/builds

We see

library("magrittr")
library("openalexR")
#> Thank you for using openalexR!
#> To acknowledge our work, please cite the package by calling `citation("openalexR")`.
#> To suppress this message, add `openalexR.message = suppressed` to your .Renviron file.
oa_fetch(
  identifier = c("A923435168", "A2208157607"),
  verbose = TRUE
) %>%
  show_authors() 
#> Requesting url: https://api.openalex.org/authors?filter=openalex%3AA923435168%7CA2208157607
#> Warning in oa_request(oa_query(filter = filter_i, multiple_id = multiple_id, :
#> No records found!
#> Error in x[, c("id", "display_name", "orcid", "works_count", "cited_by_count", : incorrect number of dimensions

Created on 2023-11-07 with reprex v2.0.2

massimoaria added a commit to massimoaria/openalexR that referenced this issue Nov 7, 2023
error in "A_Brief_Introduction_to_openalexR.Rmd"
@massimoaria
Copy link
Collaborator

I have corrected the vignette to face new author ids generated by OpenAlex.

trangdata added a commit that referenced this issue Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants