Skip to content

Releases: milkway/rpic-r

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 21:55
bbc7172
ci: fix tag workflows — vignette builders in the tarball job; no Page…

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 12:17
322bbd9
feat: bump to rpic 0.6.1 and adopt the new core surface (#6)

- rpic-core/rpic-render 0.1.0 -> 0.6.1 (crates.io); package version
  aligned at 0.6.1.
- CompileOptions instead of prepending the circuit library: with
  circuits = TRUE, error positions stay relative to the user's source
  (rpic-lang#181).
- texlabels argument on rpic_svg/rpic_png/rpic_pdf/rpic_manifest and as
  a knitr chunk option; the RaTeX math renderer is now registered (it
  never was — texlabels would have fallen back to literal text).
- Structured errors: compile failures raise a classed rpic_error
  condition with the diagnostic on e$info (message/line/col/end_col/
  file/kind/found/expected/hint; NA = absent), via the new
  rpic_core::compile_with_diagnostics.
- rpic_manifest now documents the {warnings} field of the bundle.
- Wrappers/roxygen docs regenerated; README updated.

Closes #5

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

v0.1.0

Choose a tag to compare

@milkway milkway released this 30 Jun 02:53
3770978

Tracks upstream rpic 0.1.0 (circuit_macros / dpic figure parity complete). Depends on rpic-core / rpic-render 0.1.0 from crates.io. Install: remotes::install_github("milkway/rpic-r").

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:04
rpic (R) v0.0.2 — first standalone release