David Waring
David Waring
@chris263 It looks like [QBMS will add the crop name to the BrAPI URL](https://github.com/icarda-git/QBMS/blob/be20fb02080ea13aa0d87641417dd378d422d095/R/brapi.R#L71) when you use the `set_crop()` function. Try the same code without the `set_crop` call and it...
Strange, it works for me with R version 4.4.1 and QBMS version 1.0.0 ``` > library(QBMS) > set_qbms_config("https://cassavabase.org/brapi/v2", no_auth = TRUE, engine = "breedbase") > list_programs() programName 1 5CP 2...