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
What if we documented this as a README inside of R/, instead of a user-facing vignette? parsnip has one of these, and it seems like a good, low-lift option for this kind of developer-facing info.
Start by implementing each of the following functions in order to get the basic functions of a board working:
pin_list()
and/orpin_search()
depending on how many pins you expectpin_exists()
pin_meta()
pin_fetch()
pin_versions()
pin_store()
Next get all of the cross-board tests working:
test_api_basic()
test_api_versioning()
test_api_meta()
Check test coverage, and make sure you have extra tests for any specific behaviour that this board should possess.
The text was updated successfully, but these errors were encountered: