Skip to content

Commit

Permalink
docs(export(assets_version=)): Add caveat that not all `assets_versio…
Browse files Browse the repository at this point in the history
…n` values may work (#95)
  • Loading branch information
schloerke authored Jun 26, 2024
1 parent f139059 commit dafa82e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/export.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
#' @param package_cache Cache downloaded binary WebAssembly packages. Defaults
#' to `TRUE`.
#' @param assets_version The version of the Shinylive assets to use in the
#' exported app. Defaults to [assets_version()].
#' exported app. Defaults to [assets_version()]. Note, not all custom assets
#' versions may work with this release of \pkg{shinylive}. Please visit the
#' [shinylive asset releases](https://github.com/posit-dev/shinylive/releases)
#' website to learn more information about the available `assets_version` values.
#' @param ... Ignored
#' @export
#' @return Nothing. The app is exported to `destdir`. Instructions for serving
Expand Down
5 changes: 4 additions & 1 deletion man/export.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dafa82e

Please sign in to comment.