'Problem with disgenet2r packgaes functions disease2molecularfunction and disease2cellcomponent

I'm trying to run disease2molecularfunction and disease2cellcomponent from disgenet2r package in R.

disease2mf <- disease2molecularfunction(
  disease = "C0002395",
  database = "UNIPROT"
)

disease2mf
disease2mf <- extract(disease2mf)
head(disease2mf[c("gene_product_label", "go_label")])

and

disease2cc <- disease2cellcomponent(  disease = "C0002395",
                                      database = "MGD")

disease2cc <- extract(disease2cc)
head(disease2cc[c("gene_product_label", "go_label")])

But I keep getting this error message: There are 3 genes to be queried on the Wikidata SPARQL endopoint which may take some time, please wait... Performing the query. This is a federated query with Wikidata and may take some time, please wait... Error in print.default(paste0("The query did not work. The error: "), : invalid printing digits -2147483648

r


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source