Changelog
Source:NEWS.md
blockr.session 0.1.0
Initial CRAN release.
manage_project()provides a blockr.corepreserve_boardplugin that saves, restores and manages boards from within a running app, with a navbar dropdown exposing a workflow listing, version history and an editable board title.Board storage is backed by the pins package.
user_pins_board()is the default backend, resolved from thesession_mgmt_backendblockr option: on Posit Connect with the Connect API Integration enabled, each visitor reads and writes pins under their own account, falling back to the application’s Connect credentials and then to a local board off Connect.On Posit Connect, boards can be shared with named users and given a visibility level from the dropdown’s Sharing tab.