Package: sloop
Title: Helpers for 'OOP' in R
Version: 1.0.0
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("RStudio", role = "cph")
  )
Description: A collection of helper functions designed to help
    you to better understand object oriented programming in R,
    particularly using 'S3'.
License: GPL-3
URL: https://github.com/r-lib/sloop
BugReports: https://github.com/r-lib/sloop/issues
Depends: R (>= 3.3)
Imports: codetools, crayon, methods, purrr, rlang, tibble
Suggests: covr, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-10-23 15:07:46 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2018-10-30 16:20:07 UTC
