{
  "_id": "6a103847acfb0bcc41c9aa24",
  "Package": "modules",
  "Title": "Self Contained Units of Source Code",
  "Version": "0.13.0",
  "Authors@R": "person(\"Sebastian\", \"Warnholz\", email = \"wahani@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Provides modules as an organizational unit for source\ncode. Modules enforce to be more rigorous when defining\ndependencies and have a local search path. They can be used as\na sub unit within packages or in scripts.",
  "BugReports": "https://github.com/wahani/modules/issues",
  "URL": "https://github.com/wahani/modules",
  "ByteCompile": "TRUE",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.2",
  "Collate": "'amodule.R' 'NAMESPACE.R' 'getSearchPath.R' 'class.R'\n'depend.R' 'export.R' 'expose.R' 'extend.R' 'import.R'\n'module-class.R' 'module-coercion.R' 'module-helper.R'\n'module.R' 'use.R' 'testModule.R' 'base-override.R'",
  "VignetteBuilder": "knitr",
  "Repository": "https://wahani.r-universe.dev",
  "Date/Publication": "2024-01-20 15:44:09 UTC",
  "RemoteUrl": "https://github.com/wahani/modules",
  "RemoteRef": "HEAD",
  "RemoteSha": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 06:05:17 UTC",
    "User": "root"
  },
  "Author": "Sebastian Warnholz [aut, cre]",
  "Maintainer": "Sebastian Warnholz <wahani@gmail.com>",
  "MD5sum": "55064d0d36dd9b24b2fe41e191fdb51d",
  "_user": "wahani",
  "_type": "src",
  "_file": "modules_0.13.0.tar.gz",
  "_fileid": "f6e91054d748bbca703663b969386f2bd5c2d7a65f9f7f0149d9dfb5cf01e063",
  "_filesize": 173772,
  "_sha256": "f6e91054d748bbca703663b969386f2bd5c2d7a65f9f7f0149d9dfb5cf01e063",
  "_created": "2026-05-12T06:05:17.000Z",
  "_published": "2026-05-22T11:04:39.122Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77366940543,
      "time": 164,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6936901665"
    },
    {
      "job": 77366940388,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936895738"
    },
    {
      "job": 77366940512,
      "time": 119,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6936890995"
    },
    {
      "job": 77366940003,
      "time": 112,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936889122"
    },
    {
      "job": 77366939785,
      "time": 257,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936861577"
    },
    {
      "job": 77366939498,
      "time": 140,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158970565"
    },
    {
      "job": 77366940544,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6936881173"
    },
    {
      "job": 77366940813,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6936881504"
    },
    {
      "job": 77366940772,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936880231"
    }
  ],
  "_buildurl": "https://github.com/r-universe/wahani/actions/runs/25716533145",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/wahani/modules",
  "_commit": {
    "id": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
    "author": "Sebastian Warnholz <wahani@gmail.com>",
    "committer": "Sebastian Warnholz <wahani@gmail.com>",
    "message": "CRAN submission 0.13.0\n",
    "time": 1705765449
  },
  "_maintainer": {
    "name": "Sebastian Warnholz",
    "email": "wahani@gmail.com",
    "login": "wahani",
    "uuid": 3105646
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "parallel",
      "role": "Suggests"
    }
  ],
  "_owner": "wahani",
  "_selfowned": true,
  "_usedby": 6,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "functional-programming",
    "module"
  ],
  "_stars": 84,
  "_contributors": [
    {
      "user": "wahani",
      "count": 151,
      "uuid": 3105646
    }
  ],
  "_userbio": {
    "uuid": 3105646,
    "type": "user",
    "name": "Sebastian Warnholz"
  },
  "_downloads": {
    "count": 6568,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/modules"
  },
  "_devurl": "https://github.com/wahani/modules",
  "_searchresults": 259,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/modules.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/wahani/modules",
  "_realowner": "wahani",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2015-12-19"
    },
    {
      "version": "0.2.0",
      "date": "2016-01-06"
    },
    {
      "version": "0.3.0",
      "date": "2016-02-23"
    },
    {
      "version": "0.4.0",
      "date": "2016-04-07"
    },
    {
      "version": "0.5.0",
      "date": "2016-11-02"
    },
    {
      "version": "0.6.0",
      "date": "2017-07-22"
    },
    {
      "version": "0.7.0",
      "date": "2018-07-15"
    },
    {
      "version": "0.8.0",
      "date": "2019-02-10"
    },
    {
      "version": "0.9.0",
      "date": "2021-01-31"
    },
    {
      "version": "0.10.0",
      "date": "2021-02-07"
    },
    {
      "version": "0.11.0",
      "date": "2023-06-10"
    },
    {
      "version": "0.12.0",
      "date": "2023-08-25"
    },
    {
      "version": "0.13.0",
      "date": "2024-01-21"
    }
  ],
  "_exports": [
    "amodule",
    "as.module",
    "autoTopEncl",
    "depend",
    "export",
    "expose",
    "extend",
    "getSearchPath",
    "getSearchPathContent",
    "getSearchPathDuplicates",
    "getSearchPathNames",
    "import",
    "importDefaultPackages",
    "module",
    "use"
  ],
  "_help": [
    {
      "page": "amodule",
      "title": "Define Augmented and Parameterized Modules",
      "topics": [
        "amodule"
      ]
    },
    {
      "page": "modulecoerce",
      "title": "Coercion for Modules",
      "topics": [
        "as.module",
        "as.module.character",
        "as.module.module"
      ]
    },
    {
      "page": "depend",
      "title": "Declare dependencies of modules",
      "topics": [
        "depend",
        "depend.default"
      ]
    },
    {
      "page": "export",
      "title": "Export mechanism for modules",
      "topics": [
        "export"
      ]
    },
    {
      "page": "expose",
      "title": "Expose module contents",
      "topics": [
        "expose"
      ]
    },
    {
      "page": "extend",
      "title": "Extend existing module definitions",
      "topics": [
        "extend"
      ]
    },
    {
      "page": "utilityFunctions",
      "title": "Get the search path of an environment",
      "topics": [
        "getSearchPath",
        "getSearchPathContent",
        "getSearchPathDuplicates",
        "getSearchPathNames"
      ]
    },
    {
      "page": "import",
      "title": "Import mechanism for modules",
      "topics": [
        "import",
        "importDefaultPackages"
      ]
    },
    {
      "page": "module",
      "title": "Define Modules in R",
      "topics": [
        "autoTopEncl",
        "module"
      ]
    },
    {
      "page": "use",
      "title": "Use a module as dependency",
      "topics": [
        "use"
      ]
    }
  ],
  "_readme": "https://github.com/wahani/modules/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "modulesAsObjects.Rmd",
      "filename": "modulesAsObjects.html",
      "title": "Modules as R Objects",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Modules as first class citizen in R",
        "Nested Modules",
        "Modules as objects",
        "Dependency injection",
        "Modules to model mutable state",
        "Module composition",
        "Unit tests for modules",
        "Modules in Packages"
      ],
      "created": "2018-11-11 19:39:55",
      "modified": "2018-11-24 16:33:28",
      "commits": 2
    },
    {
      "source": "modulesInR.Rmd",
      "filename": "modulesInR.html",
      "title": "Modules in R",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Installation",
        "Introduction",
        "Scoping of modules",
        "Imports",
        "Importing modules",
        "Exports",
        "Example: Modules as Parallel Process",
        "Related Projects"
      ],
      "created": "2015-11-12 15:45:59",
      "modified": "2022-04-21 07:56:03",
      "commits": 34
    },
    {
      "source": "modulesAsFiles.Rmd",
      "filename": "modulesAsFiles.html",
      "title": "Modules: Organizing R Source Code",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Example",
        "Pseudo-code example",
        "Documentation",
        "Best practices"
      ],
      "created": "2018-11-11 19:39:55",
      "modified": "2018-11-26 19:17:51",
      "commits": 2
    }
  ],
  "_score": 9.586375958413505,
  "_indexed": true,
  "_nocasepkg": "modules",
  "_universes": [
    "wahani"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.13.0",
      "date": "2026-05-12T06:08:50.000Z",
      "distro": "noble",
      "commit": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
      "fileid": "f0f705063f2fe3cef0ef682f1a77e7d96d0b188944ddde25bb2b9187734fd51a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25716533145"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.13.0",
      "date": "2026-05-12T06:08:27.000Z",
      "distro": "noble",
      "commit": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
      "fileid": "d063f24b8a2fd479012abb0810180f1db31edaeca1d6e446313b6a7e4a1e5733",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25716533145"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.13.0",
      "date": "2026-05-12T06:08:06.000Z",
      "commit": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
      "fileid": "9c2ace00bf36fcd0ffcb4bc62a9b63ab492e02db817365dfbab4cbf57133c582",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25716533145"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.13.0",
      "date": "2026-05-12T06:07:57.000Z",
      "commit": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
      "fileid": "bf6eab67884064134b31f8c7d3cbdec990c7331d501cfcc8d2689c4f0fe3474e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25716533145"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.13.0",
      "date": "2026-05-12T06:07:20.000Z",
      "commit": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
      "fileid": "1baf78eafc07483e286db7d57d302d676f9c8c078e698f1e88671f0a2ceb360c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25716533145"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.13.0",
      "date": "2026-05-12T06:07:22.000Z",
      "commit": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
      "fileid": "2816b0587774395550e1ba9582183bab5ccd7c60f58355b01894005cff57f844",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25716533145"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.13.0",
      "date": "2026-05-12T06:07:17.000Z",
      "commit": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
      "fileid": "32f35b1b7160ad2306a686c0046ba6777e4bda01080f39a881c217147b9fd537",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25716533145"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.13.0",
      "date": "2026-05-22T11:04:26.000Z",
      "commit": "7578c5b6ef779bfd3e4d5e4da1a47189480ffc63",
      "fileid": "b865539514d1a39d96c7ed5bd406751f6a9eb5c9ddeb53db5bd70651f7d73227",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wahani/actions/runs/25716533145"
    }
  ]
}