Package: aoos Type: Package Title: Another Object Orientation System Version: 0.5.0 Date: 2017-05-06 Authors@R: person("Sebastian", "Warnholz", role = c("aut", "cre"), email = "wahani@gmail.com") BugReports: https://github.com/wahani/aoos/issues URL: https://wahani.github.io/aoos Description: Another implementation of object-orientation in R. It provides syntactic sugar for the S4 class system and two alternative new implementations. One is an experimental version built around S4 and the other one makes it more convenient to work with lists as objects. Depends: methods, R(>= 3.2.0) Imports: magrittr, utils, roxygen2 License: MIT + file LICENSE Suggests: testthat, knitr, rbenchmark, R6, rmarkdown Encoding: UTF-8 VignetteBuilder: knitr ByteCompile: TRUE Collate: 'DC-Binary.R' 'DC-Show.R' 'DC-aoos.R' 'DC-defineClass.R' 'DC-public-interfaces.R' 'NAMESPACE.R' 'RL-Infix.R' 'RL-envHelper.R' 'RL-retList.R' 'S4-expressions.R' 'S4-generics.R' 'S4-generics-test.R' 'S4-roxygen-parser.R' 'S4-types.R' 'S4RC-Accessor.R' 'S4RC-Private.R' 'S4RC-defineRefClass.R' RoxygenNote: 6.0.1 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev Repository: https://wahani.r-universe.dev Date/Publication: 2017-05-06 17:46:38 UTC RemoteUrl: https://github.com/wahani/aoos RemoteRef: HEAD RemoteSha: 232e0f930fd3e16f7531cbf16fd6cf0032d0d83f NeedsCompilation: no Packaged: 2026-06-06 09:23:53 UTC; root Author: Sebastian Warnholz [aut, cre] Maintainer: Sebastian Warnholz