ooplah contains helper functions for object-oriented programming in R, with a focus on R6. These functions are used throughout the xoop universe but can be useful in any package.
For the latest release on CRAN, install with
install.packages("ooplah")
Otherwise for the latest stable build
::install_github("xoopR/ooplah") remotes
The ooplah API is still experimental and may be subject to major changes. Currently it’s primary use-case is in other xoopR packages, minor or major changes will be made to satisfy this dependency. Future development will then focus on code quality and speed.
ooplah is released under the MIT licence. We welcome and appreciate all new issues relating to bug reports, questions and suggestions. You can also start a discussion for more extensive feedback or feature suggestion.