Package: xpectr
Title: Generates Expectations for 'testthat' Unit Testing
Version: 0.1.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: rstudioapi (>= 0.10), testthat (>= 2.3.1), plyr, dplyr,
        tibble, rlang, utils, stats, checkmate (>= 2.0.0), lifecycle
Suggests: knitr, rmarkdown, data.table
RdMacros: lifecycle
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-02-09 21:13:06 UTC; ludvigolsen
Author: Ludvig Renbo Olsen [aut, cre],
  R. Mark Sharp [ctb]
Maintainer: Ludvig Renbo Olsen <r-pkgs@ludvigolsen.dk>
Repository: CRAN
Date/Publication: 2020-02-29 12:00:03 UTC
