{
  "_id": "6a1073b5acfb0bcc41cac295",
  "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\"),\nemail = \"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\nprovides syntactic sugar for the S4 class system and two\nalternative new implementations. One is an experimental version\nbuilt around S4 and the other one makes it more convenient to\nwork with lists as objects.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "ByteCompile": "TRUE",
  "Collate": "'DC-Binary.R' 'DC-Show.R' 'DC-aoos.R' 'DC-defineClass.R'\n'DC-public-interfaces.R' 'NAMESPACE.R' 'RL-Infix.R'\n'RL-envHelper.R' 'RL-retList.R' 'S4-expressions.R'\n'S4-generics.R' 'S4-generics-test.R' 'S4-roxygen-parser.R'\n'S4-types.R' 'S4RC-Accessor.R' 'S4RC-Private.R'\n'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": {
    "Date": "2026-05-07 05:55:01 UTC",
    "User": "root"
  },
  "Author": "Sebastian Warnholz [aut, cre]",
  "Maintainer": "Sebastian Warnholz <wahani@gmail.com>",
  "MD5sum": "9eff580d00f7498cbc9443b7e4c949b3",
  "_user": "wahani",
  "_type": "src",
  "_file": "aoos_0.5.0.tar.gz",
  "_fileid": "6e0ee7230df94fcd673006565ea1cca6472d1a440503cc5afd4a0d4411ee8325",
  "_filesize": 199397,
  "_sha256": "6e0ee7230df94fcd673006565ea1cca6472d1a440503cc5afd4a0d4411ee8325",
  "_created": "2026-05-07T05:55:01.000Z",
  "_published": "2026-05-22T15:18:12.991Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77408931641,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6847919478"
    },
    {
      "job": 77408931451,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6847921427"
    },
    {
      "job": 77408931523,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6847916530"
    },
    {
      "job": 77408931271,
      "time": 105,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6847916114"
    },
    {
      "job": 77408930808,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6847897419"
    },
    {
      "job": 77408930973,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7164031619"
    },
    {
      "job": 77408931690,
      "time": 70,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6847910370"
    },
    {
      "job": 77408932978,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6847913598"
    },
    {
      "job": 77408932125,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6847912251"
    }
  ],
  "_buildurl": "https://github.com/r-universe/wahani/actions/runs/25478393633",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/wahani/aoos",
  "_commit": {
    "id": "232e0f930fd3e16f7531cbf16fd6cf0032d0d83f",
    "author": "Sebastian <wahani@gmail.com>",
    "committer": "Sebastian <wahani@gmail.com>",
    "message": "Release 0.5.0\n",
    "time": 1494092798
  },
  "_maintainer": {
    "name": "Sebastian Warnholz",
    "email": "wahani@gmail.com",
    "login": "wahani",
    "uuid": 3105646
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "roxygen2",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rbenchmark",
      "role": "Suggests"
    },
    {
      "package": "R6",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "wahani",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [],
  "_tags": [],
  "_stars": 5,
  "_contributors": [
    {
      "user": "wahani",
      "count": 199,
      "uuid": 3105646
    },
    {
      "user": "jonathan-inwt",
      "count": 1,
      "uuid": 4971443
    }
  ],
  "_userbio": {
    "uuid": 3105646,
    "type": "user",
    "name": "Sebastian Warnholz"
  },
  "_downloads": {
    "count": 541,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/aoos"
  },
  "_devurl": "https://github.com/wahani/aoos",
  "_searchresults": 18,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/aoos.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/wahani/aoos",
  "_realowner": "wahani",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2014-11-04"
    },
    {
      "version": "0.0.3",
      "date": "2014-11-14"
    },
    {
      "version": "0.1.0",
      "date": "2014-12-19"
    },
    {
      "version": "0.2.0",
      "date": "2015-04-21"
    },
    {
      "version": "0.3.0",
      "date": "2015-08-06"
    },
    {
      "version": "0.4.0",
      "date": "2015-10-11"
    },
    {
      "version": "0.5.0",
      "date": "2017-05-07"
    }
  ],
  "_exports": [
    ".genericTest",
    "%g%",
    "%m%",
    "%type%",
    "asEnv",
    "defineClass",
    "defineRefClass",
    "envCopy",
    "envMerge",
    "funNames",
    "parser_%g%",
    "parser_%m%",
    "parser_%type%",
    "private",
    "public",
    "publicFunction",
    "publicValue",
    "retList",
    "show",
    "stripSelf"
  ],
  "_help": [
    {
      "page": "genericTest",
      "title": "Generic Test",
      "topics": [
        ".genericTest",
        ".genericTest,numeric-method"
      ]
    },
    {
      "page": "S4generics",
      "title": "Wrapper for writing S4 generics and methods",
      "topics": [
        "%g%",
        "%m%"
      ]
    },
    {
      "page": "grapes-type-grapes",
      "title": "Types",
      "topics": [
        "%type%"
      ]
    },
    {
      "page": "Accessor",
      "title": "Accessor class",
      "topics": [
        "$,Accessor-method",
        "$<-,Accessor-method",
        "Accessor-class"
      ]
    },
    {
      "page": "aoos",
      "title": "Class aoos",
      "topics": [
        "$,aoos-method",
        "$<-,aoos-method",
        "aoos-class",
        "as.environment,aoos-method",
        "show,aoos-method",
        "summary.aoos"
      ]
    },
    {
      "page": "Binary",
      "title": "Binary-class",
      "topics": [
        "Binary-class"
      ]
    },
    {
      "page": "defineClass",
      "title": "Define a new class",
      "topics": [
        "defineClass",
        "private",
        "private,public-method",
        "public",
        "public,function-method",
        "public,private-method",
        "public,public-method"
      ]
    },
    {
      "page": "defineRefClass",
      "title": "Define a Reference Class",
      "topics": [
        "defineRefClass"
      ]
    },
    {
      "page": "envHelper",
      "title": "Helpers for environments",
      "topics": [
        "envCopy",
        "envMerge"
      ]
    },
    {
      "page": "parser",
      "title": "Parser for roxygen documentation",
      "topics": [
        "parser_%g%",
        "parser_%m%",
        "parser_%type%"
      ]
    },
    {
      "page": "Infix",
      "title": "S3 helper classes",
      "topics": [
        "!.Infix",
        "%%.Infix",
        "&.Infix",
        "+.Infix",
        "-.Infix",
        "/.Infix",
        "<.Infix",
        "<=.Infix",
        "==.Infix",
        ">.Infix",
        ">=.Infix",
        "as.environment.Infix",
        "print.Print",
        "^.Infix"
      ]
    },
    {
      "page": "Private",
      "title": "Private class",
      "topics": [
        "$,Private-method",
        "$<-,Private-method",
        "Private-class",
        "[[,Private-method",
        "[[<-,Private-method"
      ]
    },
    {
      "page": "publicInterface",
      "title": "Constructors for public members",
      "topics": [
        "$,publicEnv-method",
        "publicFunction",
        "publicValue"
      ]
    },
    {
      "page": "retList",
      "title": "Generic constructor function",
      "topics": [
        "asEnv",
        "funNames",
        "retList",
        "stripSelf"
      ]
    },
    {
      "page": "Show",
      "title": "Show class",
      "topics": [
        "show,Show-method",
        "Show-class"
      ]
    }
  ],
  "_readme": "https://github.com/wahani/aoos/raw/HEAD/README.md",
  "_rundeps": [
    "brew",
    "callr",
    "cli",
    "commonmark",
    "cpp11",
    "desc",
    "evaluate",
    "fs",
    "glue",
    "highr",
    "knitr",
    "lifecycle",
    "magrittr",
    "pkgbuild",
    "pkgload",
    "processx",
    "ps",
    "R6",
    "rlang",
    "roxygen2",
    "rprojroot",
    "withr",
    "xfun",
    "xml2",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "aoosClasses.Rmd",
      "filename": "aoosClasses.html",
      "title": "aoosClasses",
      "engine": "knitr::rmarkdown",
      "headings": [
        "aoos classes",
        "Basics",
        "Predefined methods",
        "Inheritance",
        "Inheritance across packages"
      ],
      "created": "2015-03-22 12:57:14",
      "modified": "2015-04-12 08:38:32",
      "commits": 4
    },
    {
      "source": "Introduction.Rmd",
      "filename": "Introduction.html",
      "title": "Introduction",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2014-11-24 08:01:38",
      "modified": "2015-10-11 13:52:25",
      "commits": 14
    },
    {
      "source": "performance.Rmd",
      "filename": "performance.html",
      "title": "Performance benchmarks",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Definitions",
        "Results"
      ],
      "created": "2015-07-17 18:25:51",
      "modified": "2017-05-06 17:46:38",
      "commits": 3
    },
    {
      "source": "referenceClasses.Rmd",
      "filename": "referenceClasses.html",
      "title": "referenceClasses",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Reference Classes"
      ],
      "created": "2015-04-12 08:07:31",
      "modified": "2017-05-06 17:46:38",
      "commits": 3
    },
    {
      "source": "retListClasses.Rmd",
      "filename": "retListClasses.html",
      "title": "retListClasses",
      "engine": "knitr::rmarkdown",
      "headings": [
        "retList classes",
        "Basics",
        "Inheritance"
      ],
      "created": "2015-07-12 08:47:09",
      "modified": "2015-07-22 06:28:22",
      "commits": 4
    },
    {
      "source": "S4SyntacticSugar.Rmd",
      "filename": "S4SyntacticSugar.html",
      "title": "Object Oriented Programming with aoos",
      "engine": "knitr::rmarkdown",
      "headings": [
        "S4 Generics and Methods",
        "S4 Types",
        "S4 Type Unions",
        "Class Definitions with retList",
        "Inheritance",
        "Polymorphic Methods"
      ],
      "created": "2015-10-11 13:52:25",
      "modified": "2015-10-11 13:52:25",
      "commits": 1
    }
  ],
  "_score": 6.607455023214668,
  "_indexed": true,
  "_nocasepkg": "aoos",
  "_universes": [
    "wahani"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-07T05:57:03.000Z",
      "distro": "noble",
      "commit": "232e0f930fd3e16f7531cbf16fd6cf0032d0d83f",
      "fileid": "aca508981cad4a5ed495825700915c24db90242e9090324df23ae7d32bd4a00d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25478393633"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-07T05:57:14.000Z",
      "distro": "noble",
      "commit": "232e0f930fd3e16f7531cbf16fd6cf0032d0d83f",
      "fileid": "822774427a431d0f470b083b2e9d81a754695551a06ede498a219b29c94063c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25478393633"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-07T05:56:49.000Z",
      "commit": "232e0f930fd3e16f7531cbf16fd6cf0032d0d83f",
      "fileid": "da5669c4788f8a9259ec7ba1722e9545327cfa017931139c6710f6e337642d9b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25478393633"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-07T05:56:44.000Z",
      "commit": "232e0f930fd3e16f7531cbf16fd6cf0032d0d83f",
      "fileid": "2a87f8c7ca99c19bc365c976e25434abf11b5eb618bc59195c982db8c13ae05f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25478393633"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-07T05:56:08.000Z",
      "commit": "232e0f930fd3e16f7531cbf16fd6cf0032d0d83f",
      "fileid": "a71a44ba39e16233aada679f39ba60274cd78686434960a7478429c37e16a3e6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25478393633"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-07T05:56:26.000Z",
      "commit": "232e0f930fd3e16f7531cbf16fd6cf0032d0d83f",
      "fileid": "ca64bfdc6c5aa78fbf88cc50d9d98b73a2583cec45421f3955f9e4a8abb7e31d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25478393633"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-07T05:56:15.000Z",
      "commit": "232e0f930fd3e16f7531cbf16fd6cf0032d0d83f",
      "fileid": "162f23f84dcdf1c40c5c2387f14c63f93d7bc42b1f0e9ef27c497f47773cc6d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25478393633"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-05-22T15:17:55.000Z",
      "commit": "232e0f930fd3e16f7531cbf16fd6cf0032d0d83f",
      "fileid": "0f2b492112ca89216bd99b06099671f3b126571db3d4ac2c224edc71a3477290",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25478393633"
    }
  ]
}