Package: caverify
Type: Package
Title: Fast Strength-t Coverage Verification for Covering Arrays
Version: 0.2.0
Authors@R: person("Christopher", "Smolen",
    email = "chrispbsmolen@gmail.com", role = c("aut", "cre"))
Description: Verifies that an array covers every t-way interaction, the
    certificate check for covering arrays, using compiled C code with
    optional 'OpenMP' threading. Supports uniform and mixed-level
    (per-column symbol counts) arrays. Missing values mark flexible
    ("don't care") entries, which contribute nothing to coverage, so a
    verified array remains covering however they are filled. Designed
    to be easy to embed in other packages: a single C file with a
    registered .Call entry point and one R wrapper.
License: MIT + file LICENSE
URL: https://github.com/chrispbsmolen/ca-tools
BugReports: https://github.com/chrispbsmolen/ca-tools/issues
Encoding: UTF-8
Language: en-US
Imports: parallel
NeedsCompilation: yes
Packaged: 2026-09-19 22:25:58 UTC; axviam
Author: Christopher Smolen [aut, cre]
Maintainer: Christopher Smolen <chrispbsmolen@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-20 02:50:02 UTC
Built: R 4.5.2; x86_64-apple-darwin20; 2026-09-20 03:59:34 UTC; unix
Archs: caverify.so.dSYM
