{
  "_id": "6a1db7021d7bb097a0a525bf",
  "Package": "mighty.component",
  "Title": "Mighty Components for ADaM Generation",
  "Version": "0.1.0.9000",
  "Authors@R": "c(\nperson(\"Aksel\", \"Thomsen\", , \"oath@enovonordisk.com\", role = c(\"aut\", \"cre\")),\nperson(\"Matthew\", \"Phelps\", , \"mewp@enovonordisk.com\", role = \"aut\"),\nperson(\"Novo Nordisk A/S\", role = \"cph\")\n)",
  "Description": "Components to be used inside the 'mighty' framework for\ngeneration of ADaM programs.",
  "License": "Apache License (>= 2)",
  "URL": "https://novonordisk-opensource.github.io/mighty.component,\nhttps://github.com/NovoNordisk-OpenSource/mighty.component",
  "VignetteBuilder": "knitr",
  "Config/roxygen2/version": "8.0.0",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "libxml2-dev",
  "Repository": "https://novonordisk-opensource.r-universe.dev",
  "Date/Publication": "2026-06-01 10:33:36 UTC",
  "RemoteUrl": "https://github.com/NovoNordisk-OpenSource/mighty.component",
  "RemoteRef": "HEAD",
  "RemoteSha": "b173119250caf970c14032b54e9a3d798edcba13",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 16:41:43 UTC",
    "User": "root"
  },
  "Author": "Aksel Thomsen [aut, cre],\nMatthew Phelps [aut],\nNovo Nordisk A/S [cph]",
  "Maintainer": "Aksel Thomsen <oath@enovonordisk.com>",
  "MD5sum": "1dfb566d6cf8b1f168b408b0121532f8",
  "_user": "novonordisk-opensource",
  "_type": "src",
  "_file": "mighty.component_0.1.0.9000.tar.gz",
  "_fileid": "1e80d4f8cbacd6b09d38e08d98de31713ca3f5965b6e4934c34ea0659c1486c0",
  "_filesize": 181689,
  "_sha256": "1e80d4f8cbacd6b09d38e08d98de31713ca3f5965b6e4934c34ea0659c1486c0",
  "_created": "2026-06-01T16:41:43.000Z",
  "_published": "2026-06-01T16:44:50.264Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78901371413,
      "time": 146,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7337413800"
    },
    {
      "job": 78901371543,
      "time": 143,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7337412963"
    },
    {
      "job": 78901371407,
      "time": 130,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7337415577"
    },
    {
      "job": 78901371401,
      "time": 93,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7337398746"
    },
    {
      "job": 78900466517,
      "time": 302,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7337359871"
    },
    {
      "job": 78901371409,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7337404663"
    },
    {
      "job": 78901371399,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7337400597"
    },
    {
      "job": 78901371396,
      "time": 113,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7337404306"
    },
    {
      "job": 78901371386,
      "time": 123,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7337405592"
    }
  ],
  "_buildurl": "https://github.com/r-universe/novonordisk-opensource/actions/runs/26768246820",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/NovoNordisk-OpenSource/mighty.component",
  "_commit": {
    "id": "b173119250caf970c14032b54e9a3d798edcba13",
    "author": "Aksel Thomsen <thomsenaksel@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "feat: support component repos for GitHub sources (#86)\n\n* feat: add repos parameter to get_component()\n\n* feat: add search_folder() and search_github() utilities\n\n* refactor: check single match before reading content\n\n* refactor: use remotes field names and improve search robustness\n\n* feat: implement find_component() and improve search_github path building\n\n* feat: wire find_component() into get_component()\n\n* refactor: unify get_component() to always use find_component()\n\n* chore: bump version to 0.1.0.9000\n\n* fix: address code review issues in component and utils-find\n\n* test: add tests for utils-find.R internal functions\n\n* test: update snapshots\n\n* Update R/utils-find.R\n\nSigned-off-by: Matthew Phelps <ma.phelps@gmail.com>\n\n* Update R/component.R\n\nSigned-off-by: Matthew Phelps <ma.phelps@gmail.com>\n\n* Update R/utils-find.R\n\nSigned-off-by: Matthew Phelps <ma.phelps@gmail.com>\n\n* Update R/utils-find.R\n\nSigned-off-by: Matthew Phelps <ma.phelps@gmail.com>\n\n* fix lint\n\n* fix megalint spelling\n\n* Upgrade warn to error\n\n---------\n\nSigned-off-by: Matthew Phelps <ma.phelps@gmail.com>\nCo-authored-by: Matthew Phelps <ma.phelps@gmail.com>\nCo-authored-by: MEWP (Matthew Phelps) <MEWP+nngithub@novonordisk.com>",
    "time": 1780310016
  },
  "_maintainer": {
    "name": "Aksel Thomsen",
    "email": "oath@enovonordisk.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "R6",
      "version": ">= 2.4.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "whisker",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "xmlparsedata",
      "role": "Imports"
    },
    {
      "package": "zephyr",
      "role": "Imports"
    },
    {
      "package": "admiral",
      "role": "Suggests"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "gh",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "pharmaverseadam",
      "role": "Suggests"
    },
    {
      "package": "remotes",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "novonordisk-opensource",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-22",
      "n": 1
    },
    {
      "week": "2025-25",
      "n": 2
    },
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-29",
      "n": 3
    },
    {
      "week": "2025-31",
      "n": 1
    },
    {
      "week": "2025-32",
      "n": 1
    },
    {
      "week": "2025-33",
      "n": 2
    },
    {
      "week": "2025-36",
      "n": 1
    },
    {
      "week": "2025-38",
      "n": 1
    },
    {
      "week": "2025-44",
      "n": 1
    },
    {
      "week": "2025-49",
      "n": 1
    },
    {
      "week": "2026-03",
      "n": 1
    },
    {
      "week": "2026-05",
      "n": 3
    },
    {
      "week": "2026-08",
      "n": 1
    },
    {
      "week": "2026-16",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 2
    },
    {
      "week": "2026-22",
      "n": 2
    },
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-05-26"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "akselthomsen",
      "count": 8,
      "uuid": 14150030
    },
    {
      "user": "matthew-phelps",
      "count": 5,
      "uuid": 11329685
    }
  ],
  "_userbio": {
    "uuid": 129066790,
    "type": "organization",
    "name": "NovoNordisk-OpenSource"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mighty.component"
  },
  "_devurl": "https://github.com/novonordisk-opensource/mighty.component",
  "_pkgdown": "https://novonordisk-opensource.github.io/mighty.component",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mighty.component.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "get_component",
    "get_rendered_component",
    "get_test_component",
    "list_components",
    "mighty_component",
    "mighty_component_rendered",
    "mighty_component_test"
  ],
  "_help": [
    {
      "page": "get_component",
      "title": "Retrieve mighty code component",
      "topics": [
        "get_component",
        "get_rendered_component"
      ]
    },
    {
      "page": "get_test_component",
      "title": "Create a testable component for unit testing",
      "topics": [
        "get_test_component"
      ]
    },
    {
      "page": "list_components",
      "title": "List components in directories",
      "topics": [
        "list_components"
      ]
    },
    {
      "page": "mighty_component",
      "title": "Mighty component",
      "topics": [
        "mighty_component"
      ]
    },
    {
      "page": "mighty_component_rendered",
      "title": "Rendered mighty component",
      "topics": [
        "mighty_component_rendered"
      ]
    },
    {
      "page": "mighty_component_test",
      "title": "Test mighty component",
      "topics": [
        "mighty_component_test"
      ]
    },
    {
      "page": "mighty.component-options",
      "title": "Options for mighty.component",
      "topics": [
        "mighty.component-options"
      ]
    }
  ],
  "_pkglogo": "https://github.com/NovoNordisk-OpenSource/mighty.component/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/NovoNordisk-OpenSource/mighty.component/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "R6",
    "rlang",
    "whisker",
    "xml2",
    "xmlparsedata",
    "zephyr"
  ],
  "_vignettes": [
    {
      "source": "mighty-component.Rmd",
      "filename": "mighty-component.html",
      "title": "Getting Started with mighty.component",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What is a mighty component?",
        "Anatomy of a component template",
        "Tags reference",
        "Mustache syntax",
        "Conventions",
        "Retrieve and inspect a component",
        "Render a component",
        "Evaluate rendered code",
        "Writing a custom component",
        "Automatic code validation",
        "Testing components"
      ],
      "created": "2026-02-18 11:51:40",
      "modified": "2026-05-26 12:05:09",
      "commits": 2
    }
  ],
  "_score": 3.9542425094393248,
  "_indexed": true,
  "_nocasepkg": "mighty.component",
  "_universes": [
    "novonordisk-opensource"
  ],
  "_previous": "0.1.0",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-06-01T16:44:01.000Z",
      "distro": "noble",
      "commit": "b173119250caf970c14032b54e9a3d798edcba13",
      "fileid": "ed0d0587e8eec4caab222a37d6e50142f9e2234c92cdfcd1ee5adcf9e9a70434",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/novonordisk-opensource/actions/runs/26768246820"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-06-01T16:43:59.000Z",
      "distro": "noble",
      "commit": "b173119250caf970c14032b54e9a3d798edcba13",
      "fileid": "ae24aa5ef64d0ced55e65af2e971bfc6f41a3495e8aa4f6b3adfaf49c0b55f73",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/novonordisk-opensource/actions/runs/26768246820"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-06-01T16:44:05.000Z",
      "commit": "b173119250caf970c14032b54e9a3d798edcba13",
      "fileid": "e896f776d4ebf12297fdf78da1b7c0e1fc6e4b416ecb6dcc76da39c07e738c23",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/novonordisk-opensource/actions/runs/26768246820"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-06-01T16:43:24.000Z",
      "commit": "b173119250caf970c14032b54e9a3d798edcba13",
      "fileid": "b61c5301a187e9286ad92642ca0c49e619e0f67f47340343f7e7e2b3d724d12d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/novonordisk-opensource/actions/runs/26768246820"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-06-01T16:43:59.000Z",
      "commit": "b173119250caf970c14032b54e9a3d798edcba13",
      "fileid": "7bb0937bdeac06fb0379f8db9ce5344b9695e5851a6e3200dc27872c12a100c1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/novonordisk-opensource/actions/runs/26768246820"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-01T16:43:19.000Z",
      "commit": "b173119250caf970c14032b54e9a3d798edcba13",
      "fileid": "45073475d1b02124b4e6ffaa812125fd8e13958120fff3623ab8529a9e9843d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/novonordisk-opensource/actions/runs/26768246820"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-01T16:43:27.000Z",
      "commit": "b173119250caf970c14032b54e9a3d798edcba13",
      "fileid": "b1406e29fafe8202d44072ba3c6930726dd9a383515f55b33aa4ec106206e46e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/novonordisk-opensource/actions/runs/26768246820"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-01T16:43:29.000Z",
      "commit": "b173119250caf970c14032b54e9a3d798edcba13",
      "fileid": "a4fa0f52c40ba4f1b0985a4e2cfde30327dcbfa92b8687768fce6c6e7a7f6ad0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/novonordisk-opensource/actions/runs/26768246820"
    }
  ]
}