Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: coevolve
Title: Fit Bayesian Generalized Dynamic Phylogenetic Models using 'Stan'
Version: 1.0.0.9000
Version: 1.0.0.9001
Authors@R:
c(person("Scott", "Claessens", , "scott.claessens@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3562-6981")),
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ S3method(stancode,coevfit)
S3method(standata,coevfit)
S3method(summary,coevfit)
S3method(summary,nutpie_fit)
export(coev_ancestral_states)
export(coev_calculate_delta_theta)
export(coev_calculate_theta)
export(coev_fit)
export(coev_identify_nodes)
export(coev_make_stancode)
export(coev_make_standata)
export(coev_plot_delta_theta)
export(coev_plot_flowfield)
export(coev_plot_node_labels)
export(coev_plot_pred_series)
export(coev_plot_predictive_check)
export(coev_plot_selection_gradient)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### New Features

* Added `coev_ancestral_states()` for extracting posterior estimates of
ancestral trait values at internal phylogenetic nodes, on either the
latent or response scale (#86)
* Added `coev_plot_node_labels()` for plotting the tree with internal
node IDs displayed
* Added `coev_identify_nodes()` for interactive multi-click node selection,
wrapping `ape::identify.phylo()` in a loop
* Added vignette "Ancestral State Reconstruction with coevolve"
* Allow for single traits (#107)

# coevolve 1.0.0
Expand Down
Loading
Loading