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
NeedsCompilation: no
Packaged: 2017-05-06 18:26:45 UTC; sebastian
Author: Sebastian Warnholz [aut, cre]
Maintainer: Sebastian Warnholz <wahani@gmail.com>
Repository: CRAN
Date/Publication: 2017-05-07 05:33:32 UTC
