Skip to content

BristolMyersSquibb/blockr.session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockr.session

lifecycle status coverage

Project (i.e. board) management provided by blockr.core via the preserve_board plugin is a simple file upload/download-based mechanism. More user-friendly alternatives using the pins package are available as manage_project plugin.

Installation

You can install the development version of blockr.session from GitHub with:

# install.packages("pak")
pak::pak("BristolMyersSquibb/blockr.session")

Example

We can start up an app that uses the manage_session() plugin by swapping out the default preserve_board() plugin.

library(blockr.core)
library(blockr.dock)
library(blockr.session)

serve(
  new_dock_board(),
  plugins = custom_plugins(manage_project())
)

The default storage backend is [pins::board_local()] which can be configured by setting the session_mgmt_backend [blockr_option()].

About

Blockr project management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •