Package: ParmOff Type: Package Title: Complex Argument Matching Version: 1.0.3 Date: 2026-05-27 Authors@R: person(given = "Aaron", family = "Robotham", role = c("aut", "cre"), email = "aaron.robotham@uwa.edu.au") Description: Provides a flexible framework for matching and validating function arguments against user-defined expectations, including named and positional handling, range limits, and logarithmic transforms. It is designed to simplify robust argument processing in reusable code while keeping function interfaces clear, predictable, and easy to extend. License: LGPL-3 Encoding: UTF-8 Imports: checkmate Suggests: testthat (>= 3.0.0), knitr, rmarkdown, magicaxis VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://asgr.r-universe.dev Date/Publication: 2026-05-27 09:06:50 UTC RemoteUrl: https://github.com/asgr/parmoff RemoteRef: HEAD RemoteSha: 31273706baf080cc46480a4f660eef9228f9cd03 NeedsCompilation: no Packaged: 2026-07-04 05:13:21 UTC; root Author: Aaron Robotham [aut, cre] Maintainer: Aaron Robotham