{
  "_id": "6a2bfa513efcd9bda42d4283",
  "Package": "ShinyBlock",
  "Type": "Package",
  "Title": "Multi-Protocol Blockchain Simulator and Enterprise Ledger\nFramework",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(\"Isaac\", \"Osei\", email = \"ikemillar65@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Yamini\", \"Alakunta\", email = \"yamini_alakunta@srmap.edu.in\", role = \"aut\")\n)",
  "Maintainer": "Isaac Osei <ikemillar65@gmail.com>",
  "Description": "An interactive framework for simulating blockchain\nprotocols using a hybrid R-Shiny and Python architecture. The\npackage provides tools to visualize peer-to-peer network maps,\nmanage supply chain logistics on-chain, and execute\ncross-border settlements via smart contract logic. It leverages\nthe 'reticulate' package to perform standardized cryptographic\noperations, including SHA-256 hashing, Merkle Tree\nconstruction, and ECDSA key generation. This tool is designed\nfor pedagogical demonstration and rapid prototyping of\ndistributed ledger requirements.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "SystemRequirements": "Python (>= 3.7), ecdsa (Python package)",
  "VignetteBuilder": "knitr",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/ikemillar/ShinyBlock",
  "BugReports": "https://github.com/ikemillar/ShinyBlock/issues",
  "Config/pak/sysreqs": "cmake libglpk-dev make libicu-dev libpng-dev\nlibuv1-dev libxml2-dev python3 zlib1g-dev",
  "Repository": "https://ikemillar.r-universe.dev",
  "Date/Publication": "2026-05-24 07:05:49 UTC",
  "RemoteUrl": "https://github.com/ikemillar/shinyblock",
  "RemoteRef": "HEAD",
  "RemoteSha": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-12 12:20:11 UTC",
    "User": "root"
  },
  "Author": "Isaac Osei [aut, cre],\nYamini Alakunta [aut]",
  "MD5sum": "2993448ccc3a69af47517331c047afaf",
  "_user": "ikemillar",
  "_type": "src",
  "_file": "ShinyBlock_0.1.1.tar.gz",
  "_fileid": "2da78d048cfa5d8cdf90743724170e21077014927eb5576d0c23515fd8dba32b",
  "_filesize": 81915,
  "_sha256": "2da78d048cfa5d8cdf90743724170e21077014927eb5576d0c23515fd8dba32b",
  "_created": "2026-06-12T12:20:11.000Z",
  "_published": "2026-06-12T12:23:45.990Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81026376876,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7591333186"
    },
    {
      "job": 81026376885,
      "time": 177,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7591344779"
    },
    {
      "job": 81026376889,
      "time": 112,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7591321872"
    },
    {
      "job": 81026376901,
      "time": 125,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7591326109"
    },
    {
      "job": 81025829771,
      "time": 197,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7591284746"
    },
    {
      "job": 81026376879,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7591323948"
    },
    {
      "job": 81026376924,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7591320216"
    },
    {
      "job": 81026376864,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7591319367"
    },
    {
      "job": 81026377148,
      "time": 116,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7591323488"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ikemillar/actions/runs/27415095569",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ikemillar/shinyblock",
  "_commit": {
    "id": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
    "author": "ikemillar <ikemillar65@gmail.com>",
    "committer": "ikemillar <ikemillar65@gmail.com>",
    "message": "Initial release of ShinyBlock framework v0.1.1\n",
    "time": 1779606349
  },
  "_maintainer": {
    "name": "Isaac Osei",
    "email": "ikemillar65@gmail.com",
    "login": "ikemillar",
    "description": "",
    "uuid": 7838601
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "reactable",
      "role": "Imports"
    },
    {
      "package": "networkD3",
      "role": "Imports"
    },
    {
      "package": "bslib",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "ikemillar",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-21",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ikemillar",
      "count": 1,
      "uuid": 7838601
    }
  ],
  "_userbio": {
    "uuid": 7838601,
    "type": "user",
    "name": "Isaac Osei"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ShinyBlock"
  },
  "_devurl": "https://github.com/ikemillar/shinyblock",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ShinyBlock.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ikemillar/shinyblock",
  "_realowner": "ikemillar",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2026-06-11"
    }
  ],
  "_exports": [
    "install_blockchain_deps",
    "launch_blockchain"
  ],
  "_help": [
    {
      "page": "install_blockchain_deps",
      "title": "Install Python Dependencies",
      "topics": [
        "install_blockchain_deps"
      ]
    },
    {
      "page": "launch_blockchain",
      "title": "Launch the Blockchain Protocol Simulator",
      "topics": [
        "launch_blockchain"
      ]
    }
  ],
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "cpp11",
    "data.tree",
    "digest",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "here",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "igraph",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "memoise",
    "mime",
    "networkD3",
    "otel",
    "pkgconfig",
    "png",
    "promises",
    "R6",
    "rappdirs",
    "Rcpp",
    "RcppTOML",
    "reactable",
    "reactR",
    "reticulate",
    "rlang",
    "rmarkdown",
    "rprojroot",
    "sass",
    "shiny",
    "sourcetools",
    "stringi",
    "tinytex",
    "vctrs",
    "withr",
    "xfun",
    "xtable",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "Introduction.Rmd",
      "filename": "Introduction.html",
      "title": "Introduction to ShinyBlock: A Multi-Protocol Simulator",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "1. Cryptographic Foundations",
        "2. Consensus and Mining",
        "3. Enterprise Use Cases",
        "Getting Started",
        "Installation and Setup"
      ],
      "created": "2026-05-24 07:05:49",
      "modified": "2026-05-24 07:05:49",
      "commits": 1
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "shinyblock",
  "_universes": [
    "ikemillar"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-12T12:22:22.000Z",
      "distro": "noble",
      "commit": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
      "fileid": "ad83d14d83f20004c3795f4c7e8a16a83291f071d50d5e4118ace62a0cd43f7b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ikemillar/actions/runs/27415095569"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-12T12:22:54.000Z",
      "distro": "noble",
      "commit": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
      "fileid": "964a768aea05784c4c90b717a00616978a477900c03eab72f913106ada703a97",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ikemillar/actions/runs/27415095569"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-12T12:21:54.000Z",
      "commit": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
      "fileid": "193eb2d60018100cb4f613714afba1416a00ac6cca984cb772c9771d8ad51a3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ikemillar/actions/runs/27415095569"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-12T12:22:08.000Z",
      "commit": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
      "fileid": "98c8a90e6cdf28d78f64c0c17e86154da4fa87056668ad9c43a65913149f535c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ikemillar/actions/runs/27415095569"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-12T12:22:25.000Z",
      "commit": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
      "fileid": "a498e78b6fe1bd869ef7358b6281cbc554e1b52cf5e8d7776ef53c70ea78320c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ikemillar/actions/runs/27415095569"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-12T12:21:37.000Z",
      "commit": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
      "fileid": "3627405461218a5375179bac8b8518d13ada7cd6cb80821b9411bee603819f3c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ikemillar/actions/runs/27415095569"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-12T12:21:35.000Z",
      "commit": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
      "fileid": "96d87a61909115a4caff1a3d985f20e837261626c8a71309f65317f956507302",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ikemillar/actions/runs/27415095569"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-12T12:21:43.000Z",
      "commit": "eda07371630f5a633d13f8aa9e41f08ec9b62c3f",
      "fileid": "8517c9fe6454935c2ade6592f567ffaa4642cc305c0bb968bba37dbe315bc6c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ikemillar/actions/runs/27415095569"
    }
  ]
}