You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jranke fixed the way bcpc_query() parses activities and sub-activities in #348, #349 (thank you!). I think the fix relies on their always being one sub-activity for every activity, so we should look for any cases where activities have multiple sub-activities and add a test.
It may be best to just re-work the output to be a tibble (something that might be good to do anyways, #218).
The text was updated successfully, but these errors were encountered:
@jranke fixed the way
bcpc_query()
parses activities and sub-activities in #348, #349 (thank you!). I think the fix relies on their always being one sub-activity for every activity, so we should look for any cases where activities have multiple sub-activities and add a test.It may be best to just re-work the output to be a tibble (something that might be good to do anyways, #218).
The text was updated successfully, but these errors were encountered: