Package: ooplah Title: Helper Functions for Class Object-Oriented Programming Version: 0.2.0 Authors@R: person(given = "Raphael", family = "Sonabend", role = c("aut", "cre"), email = "raphaelsonabend@gmail.com", comment = c(ORCID = "0000-0001-9225-4654")) Description: Helper functions for coding object-oriented programming with a focus on R6. Includes functions for assertions and testing, looping, and re-usable design patterns including Abstract and Decorator classes. License: MIT + file LICENSE URL: https://xoopR.github.io/ooplah/, https://github.com/xoopR/ooplah BugReports: https://github.com/xoopR/ooplah/issues Imports: R6 Suggests: devtools, testthat, withr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = TRUE) RoxygenNote: 7.1.1 SystemRequirements: C++11 Repository: https://mlr-org.r-universe.dev Date/Publication: 2022-03-25 21:50:10 UTC RemoteUrl: https://github.com/mlr-org/ooplah RemoteRef: main RemoteSha: 4d88a65d349ba524060229704adcee25ec7bf4f8 NeedsCompilation: no Packaged: 2026-07-07 06:51:36 UTC; root Author: Raphael Sonabend [aut, cre] (ORCID: ) Maintainer: Raphael Sonabend