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
Automated tests are failing due to problems running examples. The initial problem is that the functions are not exported in NAMESPACE. I tried adding "colorRampPalette_shuffle" to NAMESPACE and then had the same error for "generate_colors". After adding "generate_colors" there was an error on get_essential:
NoSuchKey (HTTP 404). The specified key does not exist.
I think this is because the environment isn't setup.
Perhaps we shouldn't be testing some of these examples via Github Actions.
Automated tests are failing due to problems running examples. The initial problem is that the functions are not exported in NAMESPACE. I tried adding "colorRampPalette_shuffle" to NAMESPACE and then had the same error for "generate_colors". After adding "generate_colors" there was an error on
get_essential
:I think this is because the environment isn't setup.
Perhaps we shouldn't be testing some of these examples via Github Actions.
Originally posted by @johnbradley in #8 (comment)
The text was updated successfully, but these errors were encountered: