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
Would be nice if there's a first check to see if the license argument is provided in create_charpente(), otherwise you end up with a half-complete package.
Simple fix:
if(missing(license)) {
ui_stop('Please provide a license, e.g. "mit" or "gpl3"')
}
also update example in roxygen documentation 📝
The text was updated successfully, but these errors were encountered:
Would be nice if there's a first check to see if the
license
argument is provided increate_charpente()
, otherwise you end up with a half-complete package.Simple fix:
also update example in roxygen documentation 📝
The text was updated successfully, but these errors were encountered: