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

report Template raises error at "Journal (Source) co-citation analysis" #393

Open
rkrug opened this issue Oct 20, 2023 · 2 comments
Open

Comments

@rkrug
Copy link

rkrug commented Oct 20, 2023

bibliometrix     * 4.1.4     2023-10-19 [1] Github (massimoaria/bibliometrix@2e98060)
openalexR        * 1.2.2     2023-10-20 [1] local

I am using openalexR to get my data through a snowball search, convert the nodes for Bibliometrix using

ref.rds.zip

snowball <- readRDS("ref.rds")
M <- snowball$nodes[1:10,] |>
    oa2bibliometrix()

When I now try to do the "Journal (Source) co-citation analysis":

M <- metaTagExtraction(M, "CR_SO", sep = ";")

r$> NetMatrix <- biblioNetwork(M, analysis = "co-citation", network = "sources", sep = ";")
[1] "Field CR_SO is not a column name of input data frame"
Error in crossprod(x, y) : 
  requires numeric/complex matrix/vector arguments

Any ideas what is happening?

The ref.rds is attached.

@massimoaria
Copy link
Owner

The issue is related to the Cited Reference field exported by OpenAlex.
OA provides only the reference ids so it's impossible (at the moment), for bibliometrix, to extract source names from references.

@rkrug
Copy link
Author

rkrug commented Oct 31, 2023

Thanks for the explanation. Would it be possible to issue an error message which helps to understand what is going on?
This would make it much easier to understand.

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