CIP-RIU / brapi

An R package to use the Breeding API (BrAPI) for accessing plant breeding data.
13 stars 7 forks source link

Error #38

Closed omarbenites closed 6 years ago

omarbenites commented 6 years ago

Hola Reinhard, hoy tuvimos unos problemas usando el R-BRAPI. Debajo el error:

library(brapi)
library(magrittr)
white_list <- ba_db()
sp_base <- ba_db()$sweetpotatobase
dt = ba_studies_table(sp_base, 
                      studyDbId = "162")

Error: image

Dale una revisada al problema, dado que estamos haciendo un training. Te lo agradeceríamos bastante.

Saludos

c5sire commented 6 years ago

Ok - revisando.

c5sire commented 6 years ago

Hi Omar, it seems several calls on the database changed or are not accessible. Checking further back.

c5sire commented 6 years ago

Note the brapi package only supports version 1.1 of the specs. You can also check here: http://webapps.ipk-gatersleben.de/brapivalidator/ Paste in: https://sweetpotatobase.org/brapi/v1/ and check against 1.1

omarbenites commented 6 years ago

Gracias Reinhard. Les comunicamos a los de BTI y arreglaron el problema en sus servidor, ahora ya funciona.