File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44 1 . Update to BEAST X 'hmc-clock' to patch gradients
55 2 . Add custom spell-check dictionary
66 3 . Update copyright year
7-
7+ 4 . Reducce CPU vs elapsed time in examples
88
99BeastJar v10.5.0
1010================
Original file line number Diff line number Diff line change 3838# ' joint$add(rJava::.jcast(model, "dr.inference.model.Likelihood"))
3939# ' joint$add(rJava::.jcast(dummy, "dr.inference.model.Likelihood"))
4040# '
41- # ' joint <- rJava::new(rJava::J("dr.inference.model.CompoundLikelihood"), joint)
41+ # ' joint <- rJava::new(rJava::J("dr.inference.model.CompoundLikelihood"), 1L, joint)
4242# '
4343# ' # Specify auto-adapting random-walk Metropolis-Hastings transition kernel
4444# ' operator <- rJava::.jnew("dr.inference.operators.RandomWalkOperator",
Original file line number Diff line number Diff line change 22
33* This submission packages the latest release of the popular phylogenetics
44 software BEAST X to make it available to R users
5+
6+ * Fixed 2 NOTEs:
7+ - added 'Baele' to custom spell-check dictionary
8+ - reduced multi-core CPU usage in examples to single core
59
6- * occasional NOTE: installed size is 7.8Mb
10+ * Remains occasional NOTE: installed size is 7.8Mb
711 - We are aware the package size exceeds the maximum. We have tried our
812 best to reduce the size, for example by dropping code normally used
913 for a graphical user interface. However, we cannot reduce the size
You can’t perform that action at this time.
0 commit comments