Package: sloop Title: Helpers for 'OOP' in R Version: 1.0.1.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person(given = "Posit Software, PBC", role = c("cph", "fnd")) ) 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.6) Imports: codetools, crayon, methods, purrr, rlang, tibble (>= 2.0.1) Suggests: covr, testthat (>= 3.0.0) Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://r-lib.r-universe.dev Date/Publication: 2024-10-21 13:28:39 UTC RemoteUrl: https://github.com/r-lib/sloop RemoteRef: HEAD RemoteSha: cdb79122f426d835464252fd4915e311da3e6346 NeedsCompilation: no Packaged: 2026-06-19 09:23:11 UTC; root Author: Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham