Package: xpectr Title: Generates Expectations for 'testthat' Unit Testing Version: 0.4.5 Authors@R: c(person(given = "Ludvig Renbo", family = "Olsen", role = c("aut", "cre"), email = "r-pkgs@ludvigolsen.dk", comment = c(ORCID = "0009-0006-6798-7454")), person(given = "R. Mark", family = "Sharp", role = c("ctb"))) Description: Helps systematize and ease the process of building unit tests with the 'testthat' package by providing tools for generating expectations. License: MIT + file LICENSE URL: https://github.com/ludvigolsen/xpectr BugReports: https://github.com/ludvigolsen/xpectr/issues Depends: R (>= 3.5.0) Imports: clipr (>= 0.7.0), checkmate (>= 2.0.0), dplyr, fansi (>= 0.4.1), lifecycle, plyr, rlang, rstudioapi (>= 0.10), stats, testthat (>= 2.3.1), tibble, utils, withr (>= 2.0.0) Suggests: data.table, knitr, rmarkdown RdMacros: lifecycle Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev libx11-dev Repository: https://ludvigolsen.r-universe.dev Date/Publication: 2026-05-12 20:52:05 UTC RemoteUrl: https://github.com/ludvigolsen/xpectr RemoteRef: HEAD RemoteSha: c72c0007460347063cce501fa1dc8453b98fc9de NeedsCompilation: no Packaged: 2026-06-11 06:31:02 UTC; root Author: Ludvig Renbo Olsen [aut, cre] (ORCID: ), R. Mark Sharp [ctb] Maintainer: Ludvig Renbo Olsen