{
  "_id": "6a1421fcacfb0bcc41d3ea58",
  "Package": "rsx",
  "Title": "Create Encapsulated Shiny Components",
  "Version": "0.0.0.9000",
  "Authors@R": "person(\"Elian\", \"Thiele-Evans\", , \"elianhte@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-8008-3165\"))",
  "Description": "Create complex yet manageable Shiny applications with\nnestable components that encapsulate both UI and state. Heavily\ninspired by many JavaScript frameworks, particularly Vue.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.1.9000",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "URL": "https://elianhugh.github.io/rsx/",
  "Config/pak/sysreqs": "cmake make libuv1-dev zlib1g-dev",
  "Repository": "https://elianhugh.r-universe.dev",
  "Date/Publication": "2023-05-02 05:10:29 UTC",
  "RemoteUrl": "https://github.com/ElianHugh/rsx",
  "RemoteRef": "HEAD",
  "RemoteSha": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 10:15:39 UTC",
    "User": "root"
  },
  "Author": "Elian Thiele-Evans [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-8008-3165>)",
  "Maintainer": "Elian Thiele-Evans <elianhte@gmail.com>",
  "MD5sum": "3464f4ce378ff38d73f4eab680bfdd98",
  "_user": "elianhugh",
  "_type": "src",
  "_file": "rsx_0.0.0.9000.tar.gz",
  "_fileid": "1dc7cddd6b305ff6223284f8bdca1cf32d589b3b61601745cfa427e60f845ea9",
  "_filesize": 151181,
  "_sha256": "1dc7cddd6b305ff6223284f8bdca1cf32d589b3b61601745cfa427e60f845ea9",
  "_created": "2026-05-25T10:15:39.000Z",
  "_published": "2026-05-25T10:18:36.673Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77694661985,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7196251878"
    },
    {
      "job": 77694662025,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7196250098"
    },
    {
      "job": 77694662027,
      "time": 149,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7196246702"
    },
    {
      "job": 77694662017,
      "time": 151,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7196244576"
    },
    {
      "job": 77694340210,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7196215659"
    },
    {
      "job": 77694661989,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7196242309"
    },
    {
      "job": 77694661983,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7196234438"
    },
    {
      "job": 77694662000,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7196231571"
    },
    {
      "job": 77694662092,
      "time": 91,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7196238522"
    }
  ],
  "_buildurl": "https://github.com/r-universe/elianhugh/actions/runs/26395256149",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ElianHugh/rsx",
  "_commit": {
    "id": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
    "author": "Elian H. Thiele-Evans <60372411+ElianHugh@users.noreply.github.com>",
    "committer": "Elian H. Thiele-Evans <60372411+ElianHugh@users.noreply.github.com>",
    "message": "Better errors for components\n",
    "time": 1683004229
  },
  "_maintainer": {
    "name": "Elian Thiele-Evans",
    "email": "elianhte@gmail.com",
    "login": "elianhugh",
    "mastodon": "@elianhugh@fosstodon.org",
    "twitter": "@ElianHugh",
    "description": "I mostly write R (and a little typescript)",
    "uuid": 60372411,
    "orcid": "0000-0001-8008-3165"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "sass",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "elianhugh",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "shiny",
    "shiny-r"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "elianhugh",
      "count": 39,
      "uuid": 60372411
    }
  ],
  "_userbio": {
    "uuid": 60372411,
    "type": "user",
    "name": "Elian H. Thiele-Evans",
    "description": "I mostly write R (and a little typescript)"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rsx"
  },
  "_devurl": "https://github.com/elianhugh/rsx",
  "_pkgdown": "https://elianhugh.github.io/rsx/",
  "_searchresults": 10,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rsx.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "component",
    "decompose",
    "is.component",
    "is.instance_tag",
    "rsx_app",
    "rsx_module_server",
    "rsx_server",
    "rsx_ui"
  ],
  "_help": [
    {
      "page": "component",
      "title": "Create a component",
      "concept": [
        "components"
      ],
      "topics": [
        "component"
      ]
    },
    {
      "page": "component-data",
      "title": "Component Data",
      "concept": [
        "components"
      ],
      "topics": [
        "component-data"
      ]
    },
    {
      "page": "component-methods",
      "title": "Component Methods",
      "concept": [
        "components"
      ],
      "topics": [
        "component-methods"
      ]
    },
    {
      "page": "component-styles",
      "title": "Component Styles",
      "concept": [
        "components"
      ],
      "topics": [
        "component-styles"
      ]
    },
    {
      "page": "component-template",
      "title": "Component Template",
      "concept": [
        "components"
      ],
      "topics": [
        "component-template"
      ]
    },
    {
      "page": "decompose",
      "title": "Decompose a component instance",
      "topics": [
        "decompose"
      ]
    },
    {
      "page": "is.component",
      "title": "Is a component",
      "topics": [
        "is.component"
      ]
    },
    {
      "page": "is.instance_tag",
      "title": "Is an instance tag",
      "topics": [
        "is.instance_tag"
      ]
    },
    {
      "page": "rsx_app",
      "title": "Create an rsx app object",
      "concept": [
        "compilation"
      ],
      "topics": [
        "rsx_app"
      ]
    },
    {
      "page": "rsx_module_server",
      "title": "Create an rsx module server",
      "topics": [
        "rsx_module_server"
      ]
    },
    {
      "page": "rsx_server",
      "title": "Create an rsx server",
      "concept": [
        "compilation"
      ],
      "topics": [
        "rsx_server"
      ]
    },
    {
      "page": "rsx_ui",
      "title": "Create an rsx UI taglist",
      "concept": [
        "compilation"
      ],
      "topics": [
        "rsx_ui"
      ]
    }
  ],
  "_pkglogo": "https://github.com/ElianHugh/rsx/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/ElianHugh/rsx/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "digest",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "htmltools",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "otel",
    "promises",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "sass",
    "shiny",
    "sourcetools",
    "withr",
    "xtable"
  ],
  "_vignettes": [
    {
      "source": "using-other-frameworks.Rmd",
      "filename": "using-other-frameworks.html",
      "title": "Using Other Frameworks",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Vanilla",
        "Rhino",
        "Golem"
      ],
      "created": "2023-04-06 07:41:45",
      "modified": "2023-04-26 12:23:20",
      "commits": 2
    }
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "rsx",
  "_universes": [
    "elianhugh"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-25T10:18:03.000Z",
      "distro": "noble",
      "commit": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
      "fileid": "381b6112b78ef58e9dc590f99279442682e2aa799baa3bb89f1885ba1651f6bf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/elianhugh/actions/runs/26395256149"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-25T10:17:57.000Z",
      "distro": "noble",
      "commit": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
      "fileid": "cc6d9041a34765419456a5397f7cd307c63863dd8c147a6ec0b2c3e7c1b87e6e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/elianhugh/actions/runs/26395256149"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-25T10:17:45.000Z",
      "commit": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
      "fileid": "7ccf181a86b1c655c5e4ff8c8c9d3d88c38a043b3bd862dad9c3564d7bb5e628",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/elianhugh/actions/runs/26395256149"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-25T10:17:35.000Z",
      "commit": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
      "fileid": "f7c5feccac6797fdf6765d7be6dfdd24ffc481b7e472e92649474a9d6dd92c0e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/elianhugh/actions/runs/26395256149"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-05-25T10:17:39.000Z",
      "commit": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
      "fileid": "e1fc097fd4ff39630a291f8033018ea479a061e9d70df174ae0e5b445b2c4045",
      "status": "success",
      "buildurl": "https://github.com/r-universe/elianhugh/actions/runs/26395256149"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-25T10:16:49.000Z",
      "commit": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
      "fileid": "e6db32e7a443a372d04c5af7737709ab028165fbe7fa55242f74a4c8d0cbbbe5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/elianhugh/actions/runs/26395256149"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-25T10:16:39.000Z",
      "commit": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
      "fileid": "52ddfda4ebde97f130bb86aca49eb90e0b14f9e1903c7b37f5ea9a3bade3fe3d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/elianhugh/actions/runs/26395256149"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-25T10:17:08.000Z",
      "commit": "50173cdc4a1b053f098f8f6c34ef3d7d1980ccdd",
      "fileid": "5aaa7f10eb37d8581fdfe3e1b17a61593c890c1bf0318977cb6a58afc60b5df1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/elianhugh/actions/runs/26395256149"
    }
  ]
}