Releases: sbg/sevenbridges-r
Releases · sbg/sevenbridges-r
sevenbridges-r 1.11.4
Bug Fixes
- Fixed several compatibility issues for CWL app conversion caused by newly introduced fields.
sevenbridges-r 1.11.3
Improvements
- Added better support for the spot instance feature, by introducing the new argument
use_interruptible
forproject_new()
anduse_interruptible_instances
fortask_add()
. This will allow users to enable/disable the spot instance feature on both the project level and individual task level. See the new section "Run tasks using spot instances" in the API vignette for details.
sevenbridges-r 1.11.2
Improvements
- Further remove all words related to the previous installation method per Bioconductor's request.
sevenbridges-r 1.11.1
Improvements
- Use the new Bioconductor package manager
BiocManager
instead ofbiocLite()
for installation instructions.
sevenbridges-r 1.9.2
v1.9.2 bump version
sevenbridges-r 1.9.1
Bug Fixes
- Removed functions that prevents Shiny apps to load when the package is loaded (#63).
sevenbridges-r 1.7.4
Bug Fixes
- Fixed the
baseCommand
conversion issue (#59).
sevenbridges 1.7.3
Improvements
- Use system font stack instead of Google Fonts to avoid pandoc SSL issue.
sevenbridges 1.7.2
Bug Fixes
- Fixed task creation issues by introducting the new field
use_interruptible_instances
which supports the latest spot instance feature (ea14d5c).
sevenbridges 1.7.1
New Features
- Added a new argument (global option)
advance_access
for enabling the access to Advance Access features.