Skip to content

Commit 3cc6a12

Browse files
committed
reduce examples to single-core
1 parent 7db8501 commit 3cc6a12

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changes:
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

99
BeastJar v10.5.0
1010
================

R/BeastJar.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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",

cran-comments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
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

0 commit comments

Comments
 (0)