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
Check every module for the ability to restore input states in bookmarked application.
teal:::bookmarks_identical may be helpful.
Every module constructor function must add teal_bookmarkable attribute to the resulting module.
Set the attribute to NULL if module was not verified. Set to TRUE if all inputs are restored from bookmark. Set to FALSE if some inputs fail to restore.
Mention the bookmarkability in the module documentation.
#' @section Bookmarking:
#' This module can be bookmarked (verified).
Do this for all module repos:
teal.modules.general
teal.modules.clinical
teal.modules.helios
teal.modules.hermes
teal.goshawk
teal.ospery
Work on branch 898_save_app_state3@main.
The text was updated successfully, but these errors were encountered:
Companion to #1011
Check every module for the ability to restore input states in bookmarked application.
teal:::bookmarks_identical
may be helpful.Every module constructor function must add
teal_bookmarkable
attribute to the resulting module.Set the attribute to
NULL
if module was not verified. Set toTRUE
if all inputs are restored from bookmark. Set toFALSE
if some inputs fail to restore.Mention the bookmarkability in the module documentation.
Do this for all module repos:
teal.modules.general
teal.modules.clinical
teal.modules.helios
teal.modules.hermes
teal.goshawk
teal.ospery
Work on branch
898_save_app_state3@main
.The text was updated successfully, but these errors were encountered: