Newest versions at top.
- None
- None
- None
- None
- None
- Remove dependency on 'spelling'
- Fixes ropensci/babette#106
- None
- None
- CRAN version
- Improved documentation
- None
- None
- Remove dependency on 'assertive'
- None
- None
- None
- None
- Use new CITATION style
- None
- None
- None
- Did
usethis::use_package_doc()
- None
- None
- None
create_strict_clock_model
can also create a strict model from only a string (conversion from a double was already supported)create_mean_param
can also create a mean parameter from only a string (conversion from a double was already supported)- Add
get_default_beast_namespace_v2_4
andget_default_beast_namespace_v2_6
, to work well withcreate_beauti_options_v2_4
andcreate_beauti_options_v2_6
respectively
- Strict clock model's clock rate can have a normal distribution, #138
- None
- None
- None
- The clock rate distribution of a strict clock model can be set
- None
- Add
create_freq_param
/create_param_freq
for the GTR, HKY and TN93 site models - Add
create_kappa_param
/create_param_kappa
for the HKY site model - Add
is_freq_param
for the GTR, HKY and TN93 site models - Add
is_kappa_param
for the HKY site model - The clock rate of a strict clock model can be estimated
- None
- None
create_hky_site_model
does not havekappa
as an argument anymore: usekappa_param
instead. Usingkappa
gives a proper deprecation message
- None
- Doc does not link to absent functions
- No tests take more than 5 seconds on CRAN infrastructure
- None
- Removed functions that were deprecated in v2.6.4
- None
- There is no 'beautier' temporary folder created by the tests, not the examples, to comply with CRAN policy
- None
- None
- None
- None
- At the end of the tests, delete the 'beautier' temporary folder, thanks Brian Ripley
- Filenames cannot have spaces
- None
check_empty_beautier_folder
works correctly on Windows
- None
- None
- Added
check_empty_beautier_folder
to make sure no temporary files are created
- None
- None
- Removed all deprecated functions and function arguments that warn the user in the current CRAN version (v2.6)
- Internal functions
clock_model_to_xml_prior_distr
,tipdate_taxa_to_xml_tree
,tree_priors_to_xml_operators
work withinfererence_model
, deprecated other arguments - Deprecated internal function
clock_models_to_xml_prior_distr
, redirect user toclock_model_to_xml_prior_distr
- Deprecated internal function
tree_priors_to_xml_operators
, redirect user totree_prior_to_xml_operators
- Deprecated
clock_models_to_xml_state
, redirect user toclock_model_to_xml_state
- Deprecated
clock_models_to_xml_operators
, redirect user toclock_model_to_xml_operators
- Deprecated
clock_models_to_xml_tracelog
, redirect user toclock_model_to_xml_tracelog
- Deprecated
mrca_priors_to_xml_tracelog
, redirect user tomrca_prior_to_xml_tracelog
- Deprecated
tree_models_to_xml_tracelog
, redirect user totree_model_to_tracelog_xml
- None
- Make sure that no files are created in
~/.cache
, fix #129
- None
- None
- None
- Removed
LazyData: true
from DESCRIPTION
- None
- None
- None
- GitHub Actions scheduler tests package once per week
- None
- None
- None
- Use GitHub Actions to check build
- Check more setups, thanks @GaryNapier
- Better synergy with
system2
- None
phylo_to_xml_state
removedsite_models_to_xml_state
gives a deprecation messagetree_priors_to_xml_state
gives a deprecation messagemrca_priors_to_xml_state
has the argumentsmrca_prior
andhas_non_strict_clock_model
replaced byinference_model
- Add
inference_models
vignette
- Added
create_ns_inference_model
- No
testthat
tests in examples
- None
- None
- None
- Internal functions have better names
- More internal functions use an
inference_model
(instead of multiple elements of it)
- None
- None
- None
- None
- Fix bug when using tipdating, thanks Katherine S. Walter, @ksw9
- None
- Add
get_mcmc_filenames
andget_inference_model_filenames
- Add
rename_mcmc_filenames
andrename_inference_model_filenames
- Add rename functions
get_remove_dir_fun
,get_remove_hex_fun
andget_replace_dir_fun
- Link to https of BEAST2
- None
- None
- None
- Lost dependency on orphaned
geiger
package
- None
- Moved
fasta_to_phylo
andfastas_to_phylos
to repository athttps://github.com/richelbilderbeek/ribir
to lose dependency on orphanedgeiger
package
- None
- Implemented all @lintr-bot's suggestions
- None
- None
- None
- None
- Remove files for CRAN submission
- None
- None
- Use
testthat
in documentation, instead of the less knowntestit
- None
- None
- Added
create_tracelog
,create_screenlog
,create_treelog
, that indicate where BEAST2 will store its output file create_mcmc
has all elements that BEAUti has- Added testing functions, that use a short MCMC chain length and/or
a simple inference model:
create_test_mcmc
,create_test_tracelog
,create_test_screenlog
,create_test_treelog
andcreate_test_inference_model
- None
- None
- None
- None
- Added
create_beast2_input_from_model
function
- None
- None
- None
- Added
check_mcmc_nested_sampling
function
- None
- None
- None
- Exported and documented more
is_
functions - Added
check_file_exists
function - Added
is_one_int
andis_one_double
functions
- None
- None
beautier
has passed rOpenSci peer reviewbeautier
is on CRAN
- Exported multiple
is_x
andcheck_x
functions
- None
- None
- None
- None
- Correct BEAST2 files are created when using a RLN clock model, with an MRCA prior with a distribution, thanks @rscherrer and Jana Riederer
- Support for multiple alignments, site models, clock models, tree models has decreased
- None
- Tested to build under macOS
- None
- None
- None
- Documented the simplified interface for parameters better
- Use the simplified interface for parameters as defaults more often
- None
- None
- None
- Simplified interface for parameters:
# Old
distr <- create_distr_poisson(id = 1, lambda = create_lambda_param(value = 1.2))
# Added
distr <- create_distr_poisson(id = 1, lambda = 1.2)
- When using MRCA priors with/without monophyly with/without
a distribution, resulted in incorrect BEAST2
.xml
files
- Cannot set parameters to be estimated, when the resulting
BEAST2
.xml
would be incomplete
- Support for a Nested-Sampling MCMC run
- None
- None
- None
- None
- Tagged for the academic article about
babette
- None
- None
- None
- Follow all rOpenSci packaging guidelines
- None
- None