Package: xpectr
Title: Generates Expectations for 'testthat' Unit Testing
Version: 0.3.0
Authors@R: 
    c(person(given = "Ludvig Renbo",
             family = "Olsen",
             role = c("aut", "cre"),
             email = "r-pkgs@ludvigolsen.dk"),
      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),
    rstudioapi (>= 0.10),
    testthat (>= 2.3.1),
    plyr,
    dplyr,
    tibble,
    rlang,
    utils,
    withr (>= 2.0.0),
    stats,
    checkmate (>= 2.0.0),
    lifecycle
Suggests: 
    knitr,
    rmarkdown,
    data.table
RdMacros: 
    lifecycle
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
VignetteBuilder: knitr
