{
  "_id": "6a25181c4b233be19838c63b",
  "Package": "R6P",
  "Type": "Package",
  "Title": "Design Patterns in R",
  "URL": "https://tidylab.github.io/R6P/, https://github.com/tidylab/R6P",
  "BugReports": "https://github.com/tidylab/R6P/issues",
  "Version": "0.4.0",
  "Authors@R": "c(\nperson(\"Harel\", \"Lustiger\", email = \"tidylab@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-2953-9598\")),\nperson(\"Tidylab\", role = c(\"cph\", \"fnd\"))\n)",
  "Maintainer": "Harel Lustiger <tidylab@gmail.com>",
  "Description": "Build robust and maintainable software with\nobject-oriented design patterns in R. Design patterns abstract\nand present in neat, well-defined components and interfaces the\nexperience of many software designers and architects over many\nyears of solving similar problems. These are solutions that\nhave withstood the test of time with respect to re-usability,\nflexibility, and maintainability. 'R6P' provides abstract base\nclasses with examples for a few known design patterns. The\npatterns were selected by their applicability to analytic\nprojects in R. Using these patterns in R projects have proven\neffective in dealing with the complexity that data-driven\napplications possess.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Roxygen": "list(markdown = TRUE, r6 = TRUE)",
  "Language": "en-GB",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://tidylab.r-universe.dev",
  "Date/Publication": "2024-12-22 10:34:48 UTC",
  "RemoteUrl": "https://github.com/tidylab/r6p",
  "RemoteRef": "HEAD",
  "RemoteSha": "d91c939b5891fd3626be2f3d86375573f0e98195",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-07 07:01:48 UTC",
    "User": "root"
  },
  "Author": "Harel Lustiger [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2953-9598>),\nTidylab [cph, fnd]",
  "MD5sum": "401bcd8dd91458c7cea17de703902746",
  "_user": "tidylab",
  "_type": "src",
  "_file": "R6P_0.4.0.tar.gz",
  "_fileid": "c49770eda2e56009317219bd3a6b0f2949fdbc645865a4afe86aada11c1fb1ee",
  "_filesize": 61137,
  "_sha256": "c49770eda2e56009317219bd3a6b0f2949fdbc645865a4afe86aada11c1fb1ee",
  "_created": "2026-06-07T07:01:48.000Z",
  "_published": "2026-06-07T07:05:00.457Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79939335092,
      "time": 112,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7461702373"
    },
    {
      "job": 79939335106,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7461703260"
    },
    {
      "job": 79939335105,
      "time": 160,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7461704765"
    },
    {
      "job": 79939335112,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7461702444"
    },
    {
      "job": 79939104893,
      "time": 235,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461688756"
    },
    {
      "job": 79939335098,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461702097"
    },
    {
      "job": 79939335111,
      "time": 104,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7461701326"
    },
    {
      "job": 79939335134,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7461697149"
    },
    {
      "job": 79939335117,
      "time": 70,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7461697329"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tidylab/actions/runs/27085508202",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tidylab/r6p",
  "_commit": {
    "id": "d91c939b5891fd3626be2f3d86375573f0e98195",
    "author": "harell <harell@users.noreply.github.com>",
    "committer": "harell <harell@users.noreply.github.com>",
    "message": "Merge branch 'release/v0.4.0'\n",
    "time": 1734863688
  },
  "_maintainer": {
    "name": "Harel Lustiger",
    "email": "tidylab@gmail.com",
    "orcid": "0000-0003-2953-9598"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "collections",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "DBI",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    }
  ],
  "_owner": "tidylab",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "ddd",
    "design-patterns"
  ],
  "_stars": 11,
  "_contributors": [
    {
      "user": "harell",
      "count": 124,
      "uuid": 7226303
    }
  ],
  "_userbio": {
    "uuid": 49600364,
    "type": "organization",
    "name": "Tidylab",
    "description": "R packages for building analytic applications in R"
  },
  "_downloads": {
    "count": 347,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/R6P"
  },
  "_devurl": "https://github.com/tidylab/r6p",
  "_pkgdown": "https://tidylab.github.io/R6P/",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/R6P.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tidylab/r6p",
  "_realowner": "tidylab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2021-01-19"
    },
    {
      "version": "0.2.0",
      "date": "2021-02-01"
    },
    {
      "version": "0.2.2",
      "date": "2021-08-03"
    },
    {
      "version": "0.3.0",
      "date": "2022-10-02"
    },
    {
      "version": "0.4.0",
      "date": "2024-12-22"
    }
  ],
  "_exports": [
    "AbstractRepository",
    "NullObject",
    "Singleton",
    "ValueObject"
  ],
  "_help": [],
  "_readme": "https://github.com/tidylab/r6p/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "collections",
    "cpp11",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 4.9164539485499255,
  "_indexed": true,
  "_nocasepkg": "r6p",
  "_universes": [
    "tidylab"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-07T07:03:49.000Z",
      "distro": "noble",
      "commit": "d91c939b5891fd3626be2f3d86375573f0e98195",
      "fileid": "faea3c731e5d4f913af84a2b6c5e5071b6a19faa99f474221780de77a0f6a0e7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/tidylab/actions/runs/27085508202"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-07T07:03:54.000Z",
      "distro": "noble",
      "commit": "d91c939b5891fd3626be2f3d86375573f0e98195",
      "fileid": "8fc51e86bb933d730810a95562a0e227176dddc49e973118b96db08d9d78f8e7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/tidylab/actions/runs/27085508202"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-07T07:04:09.000Z",
      "commit": "d91c939b5891fd3626be2f3d86375573f0e98195",
      "fileid": "c7fe91217a7bfd13ae6d16e4e17d9f1612a25422f9d920932369ac23c7fe231f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/tidylab/actions/runs/27085508202"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-07T07:03:50.000Z",
      "commit": "d91c939b5891fd3626be2f3d86375573f0e98195",
      "fileid": "02f2439a670034a22beb996914383c5ec6f7b390b2dfaf79a12c58804d42cf20",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/tidylab/actions/runs/27085508202"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-06-07T07:03:53.000Z",
      "commit": "d91c939b5891fd3626be2f3d86375573f0e98195",
      "fileid": "3b22ea156217c4c60b3aacd2757c1bf0a25d4810bee8a0a569c03a8ded029cb0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tidylab/actions/runs/27085508202"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-07T07:03:36.000Z",
      "commit": "d91c939b5891fd3626be2f3d86375573f0e98195",
      "fileid": "504f4ba2e993dea45a942f870aeac80e8c95def18ca00e52fcd3b30791ee5c14",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/tidylab/actions/runs/27085508202"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-07T07:03:00.000Z",
      "commit": "d91c939b5891fd3626be2f3d86375573f0e98195",
      "fileid": "c2559b272ae51420eb6b0c3a54fa0dda2af11a4eabc327af90c6ad4dd35e7b03",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/tidylab/actions/runs/27085508202"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-07T07:03:01.000Z",
      "commit": "d91c939b5891fd3626be2f3d86375573f0e98195",
      "fileid": "1d30ffd361c994485d77dc9f29b83f04b200fe66f1c045b106c2acbd1a87edd0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/tidylab/actions/runs/27085508202"
    }
  ]
}