CIP-RIU / brapi

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

ba_trials regression #76

Closed mverouden closed 5 years ago

mverouden commented 5 years ago

The revision of the ba_trials call caused a regression with respect to the BrAPI specifications. On the test-server the argument active can have three values:

By setting the argument in the ba_trials to only logical the BrAPI R package does not allow for displaying all results. For that reason active = "any" was introduced.

mverouden commented 5 years ago

Resolved the issue by setting active = NA as default setting