Package: sloop
Title: Helpers for 'OOP' in R
Version: 1.0.1
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, https://sloop.r-lib.org
BugReports: https://github.com/r-lib/sloop/issues
Depends: 
    R (>= 3.3)
Imports:
    codetools,
    crayon,
    methods,
    purrr,
    rlang,
    tibble (>= 2.0.1)
Suggests: 
    covr,
    testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
