Skip to content

v0.1.1#12

Merged
ericnovik merged 2 commits into
mainfrom
develop
Jul 2, 2026
Merged

v0.1.1#12
ericnovik merged 2 commits into
mainfrom
develop

Conversation

@jtimonen

@jtimonen jtimonen commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

Updates vmxr to 0.1.1 and brings the package closer to the current vmx-services API surface.

  • Fixes vmx_upload(config=...) to send config_yaml as inline YAML text instead of a file part, matching the API form contract.
  • Adds wrappers for current API endpoints:
    • vmx_model_build_report_create()
    • vmx_model_fit_postprocessor_status()
    • vmx_dosing_input_status()
    • vmx_sim_jobs()
    • vmx_sim_existing_subject_from_text()
    • vmx_sim_hypothetical_subject_from_text()
    • vmx_sim_population_from_text()
  • Adds min_timepoints support to simulation job creation helpers.
  • Fixes docs/examples so they no longer imply "actual" is a valid time basis; examples now use "observed".
  • Clarifies that OpenAPI/codegen and contract-test support are planned, not currently shipped generated bindings.
  • Regenerates Rd docs for the new and changed exports.

Tests

  • Rscript -e 'devtools::test()'

    • 186 passed
    • 1 live smoke test skipped
  • env LC_ALL=C _R_CHECK_FORCE_SUGGESTS_=false R CMD check --no-manual --no-build-vignettes .

    • completed with warnings/notes only
    • remaining warnings/notes are from checking the working directory directly, unavailable suggested packages due registry access, and no prebuilt vignette outputs

@jtimonen jtimonen requested a review from ericnovik July 2, 2026 10:36
@ericnovik ericnovik merged commit bbd051e into main Jul 2, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants