- Added a full implementation of the
runr
resource class, defining its behavior with simple heuristics based on the fact that users can now also provide not just a path but the call to the command of R to be run (therefore, the namerunr
) to obtain an object to explore. A typical use case would be to deploy a collection of datasets from a data package.
- Version bump to rebuild classes derived from
DotPlot
.
- Add possibility to customise the title of the app.
- Added possibility to inject custom header and footer in landing page.
- Added control over inclusion and location of default initial configuration amongst available choices.
- Added second example data set to replace copy of first one.
- Added support for custom tours through initial state configuration scripts.
- Disable GitHub CommonMark extensions and demonstrate
target="_blank"
for issue #41.
- Fixed duplication of UI output displaying information about initial configuration.
- Fix package man page.
- Added man page for package.
- Changed
options(width=120)
in vignettes when displaying session info.
- Removed export of internal function in NAMESPACE.
- Deduplicated choice of initial configuration.
- Added
\value
section to fixBiocCheck::BiocCheck()
WARNING.
- Trigger a new build on the Bioconductor Single Package Builder.
NEW FEATURES
- Added a
NEWS.md
file to track changes to the package.