- Feature: function
create_browser_data()
was added to generate all treeview illustrations and metadata required by the tfpbrowser app, this replaces theupdate_data()
function in {tfpbrowser} - Fix:
all_mutations.csv
anddefining_mutations.csv
are added to./mutations
output directory rather than./treeview
subdirectory (as required by tfpbrowser)
- Interactive tree view plots can be saved in either
html
(as an htmlwidget) orrds
(as a ggtree object) files - Cluster SINA plots and interactive tree view plots are saved as both
html
andrds
by default
- "Cluster sina plot"s can be saved in either
html
(as an htmlwidget) orrds
(as a ggplot2 object) files
- Breaking change:
htmlwidget
s are no longer saved to file bytreeview()
- Breaking change: date of creation is absent from the "tree-..." files created by
treeview()
- Breaking change:
create_trees()
no longer createshtmlwidget
tree-views treeview()
now savesggtree
objects totree-xyz.rds
files, these can be converted tohtmlwidgets
usingggiraph::girafe
save_trees()
returns the file paths for any files that it creates
- Separate the function for creating and saving tree plots from the
treeview
function
- Split up the
.plot_tree
function into smaller components
- Separate the function for plotting
sina
cluster data from thetreeview
function
- Add
testthat
andpre-commit
infrastructure
- Integrate changes from mrc-ide repo with those in Jumping Rivers repo
- Styling with styler
- Fix some undocumented parameters
- Revise sina plot
- Output sina for more variables
- Move doMPI to a suggested dependency
- Add linting
- Add namespacing
- Pass R CMD Check
- Add system requirements
- Fix description file
- Remove
library()
calls