|
1 | 1 | ## Resubmission |
2 | 2 |
|
3 | | -This is a resubmission following CRAN feedback on **bifrost 0.1.2**. The previous submission was **bifrost 0.1.2**. The current submission is **bifrost 0.1.3**. |
| 3 | +This is a new submission of **bifrost 0.1.4**. The current CRAN version is **bifrost 0.1.3**. |
4 | 4 |
|
5 | | -### Changes made in response to CRAN comments |
| 5 | +### Changes since 0.1.3 |
6 | 6 |
|
7 | | -- Added explicit return-value documentation (`@return` / `\value{}`) for the exported |
8 | | - `print.bifrost_search()` method, documenting that the function returns the input object |
9 | | - invisibly and is called for its printing side effects. |
10 | | - |
11 | | -### Other updates since 0.1.2 (unrelated to the CRAN note) |
12 | | - |
13 | | -- `plot_ic_acceptance_matrix()` gained an optional `baseline_ic` argument to use the true |
14 | | - no-shift baseline IC for the baseline annotation and for computing the rate-of-improvement |
15 | | - series (`diff(IC)`), which is useful when `matrix_data` begins at the first evaluated shift model. |
16 | | -- Jaw-shape vignette: added additional static figures (evolutionary correlation heatmap, IC |
17 | | - trajectory plot, and branch-rate visualization) and updated plotting/legend annotations for |
18 | | - clarity. Vignette continues to build under `--as-cran`. |
19 | | -- Expanded unit tests to cover the new `baseline_ic` behavior and input validation. |
| 7 | +- Added a new package vignette, **"Quick Start with bifrost"**, with a minimal end-to-end simulated example. |
| 8 | +- Clarified `searchOptimalConfiguration()` documentation around tree input requirements, recommended `mvgls()` methods, and the role of `error = TRUE`. |
| 9 | +- Reworked the README to foreground installation, documentation, and citation guidance. |
| 10 | +- Added two pkgdown-only background articles on multivariate Brownian motion / shifts and whole-tree PCA / model-selection issues. These articles are excluded from the CRAN tarball via `.Rbuildignore`. |
| 11 | +- Updated package authorship metadata and refreshed `citation("bifrost")` for the live bioRxiv preprint, the in-press application paper, and the foundational `mvMORPH` references. |
| 12 | +- Disabled a deprecated vignette-preview step in GitHub Actions CI. This does not affect package runtime or CRAN checks. |
20 | 13 |
|
21 | 14 | ## Test environments |
22 | 15 |
|
23 | 16 | - macOS Sequoia 15.x, R 4.4.2 (local, aarch64) |
24 | | -- GitHub Actions CI: macOS-latest, ubuntu-latest, windows-latest |
25 | | -- R-hub (run via GitHub) |
26 | 17 |
|
27 | 18 | ## R CMD check results |
28 | 19 |
|
29 | 20 | 0 errors | 0 warnings | 0 notes |
30 | 21 |
|
31 | | -Checked locally with `R CMD check --as-cran` / `devtools::check(args = "--as-cran")`. |
32 | | -GitHub Actions CI checks also pass on macOS, Linux, and Windows. |
| 22 | +Checked locally with `R CMD build .` and `R CMD check --as-cran bifrost_0.1.4.tar.gz`. |
33 | 23 |
|
34 | 24 | ## Downstream dependencies |
35 | 25 |
|
|
0 commit comments