Package: sealr
Title: Sealing the R Objects Test and Assert Conditions
Version: 0.1.0
Authors@R: c(
    person(given = "Shinya", family = "Uryu", email = "suika1127@gmail.com", role  = c("aut", "cre"), comment = c(ORCID = "0000-0002-0493-6186"))
    )
Description: Record the state of R object. Outputs include object class and attributes. 
  This helps reduce errors in test results by manual description. The goal is to improve 
  the efficiency of data analysis and package development.
License: MIT + file LICENSE
URL: https://github.com/uribo/sealr#readme
BugReports: https://github.com/uribo/sealr/issues
Depends: R (>= 3.1.0)
Imports: clipr (>= 0.4.0), clisymbols (>= 1.2.0), digest (>= 0.6.15),
        dplyr (>= 0.7.4), glue (>= 1.2.0), magrittr (>= 1.5), purrr (>=
        0.2.4), rlang (>= 0.2.0), rstudioapi (>= 0.7), styler (>=
        1.0.0), tibble (>= 1.4.2), tidyr (>= 0.8.0)
Suggests: covr (>= 3.0.1), testthat (>= 2.0.0), knitr (>= 1.20),
        rmarkdown (>= 1.9)
ByteCompile: true
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-04-05 19:41:13 UTC; rstudio
Author: Shinya Uryu [aut, cre] (<https://orcid.org/0000-0002-0493-6186>)
Maintainer: Shinya Uryu <suika1127@gmail.com>
Repository: CRAN
Date/Publication: 2018-04-06 12:11:57 UTC
