Skip to content

v0.1.1 — cleanup release

Choose a tag to compare

@Data-Wise Data-Wise released this 11 May 19:06
· 119 commits to main since this release
c1847a6

Cleanup release. No user-facing API changes — pure metadata, documentation, and dependency-declaration hygiene since v0.1.0.

Installation

# install.packages("pak")
pak::pak("Data-Wise/medsim")

Or pin to this exact version:

pak::pak("Data-Wise/medsim@v0.1.1")

What changed

Dependencies

  • Removed probmed and medrobust from Suggests: and Remotes:. Neither was actually referenced by medsim code; their integration is now documented at the ecosystem level rather than declared as dependencies. Users who want to use medsim to test probmed or medrobust methods can install those packages separately from GitHub.
  • medfit and RMediation remain in Suggests: — medfit is exercised by method-testing examples; RMediation is on CRAN.

Documentation

  • Cache function examples (medsim_cache_init, medsim_cache_info, medsim_cache_list) now use tempdir()/tempfile() instead of writing to the working directory.
  • Vignette getting-started.qmd: install chunk explicitly marked eval: false so pak::pak(...) doesn't auto-run during builds. Install command updated to canonical Data-Wise case.
  • README.md: fixed three broken URLs (Codecov → app.codecov.io, medrobust link → GitHub repo, removed non-functional Discussions link).
  • DESCRIPTION: canonicalized GitHub URLs to use Data-Wise org case.
  • Added cran-comments.md (gitignored from build) as future-reference template.

Constituent PRs

  • #14 — CRAN-readiness fixes
  • #15 — Remove probmed and medrobust from Suggests + Remotes

Quality

  • 193 tests pass, 0 failures, 0 warnings
  • R-CMD-check passing on macOS, Windows, Ubuntu (release + oldrel-1)
  • R-CMD-check --as-cran: 1 NOTE (informational only — "New submission" + remaining Suggests-not-on-CRAN item for medfit)

Full changelog

v0.1.0...v0.1.1