Skip to content

Issue after DataCite 99 millions records added? #351

@yhan818

Description

@yhan818

I had no issue to run the code until today. I have tried a few times, and all failed. The most recent change is OpenAlex added 99 millions DataCite records on Nov 1.

works_published_2023 <-oa_fetch(
entity="works",

institutions.ror=c("03m2x1q45"), # UArizona
#institutions.ror=c("00cvxb145"), # University of Washington

from_publication_date ="2023-01-01",
to_publication_date = "2023-12-31",
)

Error message:
Error in tibble::as_tibble():
! Column name id must not be duplicated.
Use .name_repair to specify repair.
Caused by error in repaired_names():
! Names must be unique.
✖ These names are duplicated:

  • "id" at locations 1 and 23.
    Run rlang::last_trace() to see where the error occurred.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions