Closed ElsaWassmer closed 1 year ago
Dear Elsa, Thank you for reporting this issue. Since rbioapi is an unofficial implementation, I can only be aware of changes in the supported web services after their deployment.
I've made minor fixes to reflect the recent changes in PANTHER's API in the past few weeks. You can reinstall rbioapi with the latest fix using the following commands: (I will submit it to CRAN when some changes accumulate)
install.packages("remotes")
remotes::install_github("moosa-r/rbioapi")
Hopefully, this will solve your problem. The above example works just fine on my end.
Best, Moosa
Dear Moosa,
I was using the rbioapi packages to access the Panther server, and until today it was fine. However I got this error today, even with the example provided by the rbioapi website:
Do you know if it will be corrected soon?
Best, Elsa