rstudio/shinytableau

tableau_manifest_from_yaml doesn't support "source_location"

Opened this issue · 0 comments

The source location argument needs to be added to the return value with tableau_manifest:

tableau_manifest(extension_id = y$extension_id, extension_version = y$extension_version, 
    name = y$name, description = y$description, extended_description = y$extended_description, 
    author_name = y$author_name, author_email = y$author_email, 
    author_organization = y$author_organization, website = y$website, 
    icon_file = path_icon_file, permissions = y$permissions, 
    min_api_version = y$min_api_version, 
+   source_location = y$source_location)