Package: vmxr Title: VeloMetrix R Client Version: 0.1.1 Authors@R: c( person(given = "Eric", family = "Novik", email = "eric@generable.com", role = c("aut", "cre")), person(given = "Juho", family = "Timonen", role = "ctb"), person(given = "Generable", role = c("cph", "fnd"))) Author: Eric Novik [aut, cre], Juho Timonen [ctb], Generable [cph, fnd] Maintainer: Eric Novik Description: A native R client for the VeloMetrix REST API (vmx-api). Wraps the treatment-to-simulation analysis workflow in ergonomic, pipe-friendly verbs that block-and-poll for asynchronous server jobs and return native R objects (tibbles and typed S3 objects). The package orchestrates server-side jobs; it holds no business logic of its own. Targets API 0.2.x / CLI 0.6.x. License: Apache License (>= 2) URL: https://github.com/generable/vmxr BugReports: https://github.com/generable/vmxr/issues Depends: R (>= 4.1.0) Imports: cli, curl, httr2, rlang, tibble, vctrs Suggests: arrow, dplyr, ggplot2, httptest2, jsonlite, knitr, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 RoxygenNote: 7.3.3 Config/pak/sysreqs: libssl-dev Repository: https://generable.r-universe.dev Date/Publication: 2026-07-02 13:02:55 UTC RemoteUrl: https://github.com/generable/vmxr RemoteRef: HEAD RemoteSha: bbd051e249d4e53960bc87e8451576a59b1faed4 NeedsCompilation: no Packaged: 2026-07-02 15:18:35 UTC; root