v0.1.1 — cleanup release
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
probmedandmedrobustfromSuggests:andRemotes:. 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. medfitandRMediationremain inSuggests:— 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 usetempdir()/tempfile()instead of writing to the working directory. - Vignette
getting-started.qmd: install chunk explicitly markedeval: falsesopak::pak(...)doesn't auto-run during builds. Install command updated to canonicalData-Wisecase. README.md: fixed three broken URLs (Codecov →app.codecov.io, medrobust link → GitHub repo, removed non-functional Discussions link).DESCRIPTION: canonicalized GitHub URLs to useData-Wiseorg case.- Added
cran-comments.md(gitignored from build) as future-reference template.
Constituent PRs
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)