{
  "_id": "6a1be3311d7bb097a0a18fbb",
  "Package": "softwareRisk",
  "Type": "Package",
  "Title": "Computation of Node and Path-Level Risk Scores in Scientific\nModels",
  "Version": "0.2.0",
  "Date": "2026-04-03",
  "Authors@R": "c(\nperson(\n\"Arnald\", \"Puy\",\nemail = \"arnald.puy@pm.me\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"https://orcid.org/0000-0001-9469-2156\")\n)\n)",
  "Maintainer": "Arnald Puy <arnald.puy@pm.me>",
  "Description": "It leverages the network-like architecture of scientific\nmodels together with software quality metrics to identify\nchains of function calls that are more prone to generating and\npropagating errors. It operates on tbl_graph objects\nrepresenting call dependencies between functions (callers and\ncallees) and computes risk scores for individual functions and\nfor paths (sequences of function calls) based on cyclomatic\ncomplexity, in-degree and betweenness centrality. The package\nsupports variance-based uncertainty and sensitivity analyses\nafter Puy et al. (2022) <doi:10.18637/jss.v102.i05> to assess\nhow risk scores change under alternative risk definitions.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Language": "en-US",
  "Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libglpk-dev\nmake libicu-dev libxml2-dev",
  "Repository": "https://arnaldpuy.r-universe.dev",
  "Date/Publication": "2026-04-05 12:18:54 UTC",
  "RemoteUrl": "https://github.com/arnaldpuy/softwarerisk",
  "RemoteRef": "HEAD",
  "RemoteSha": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 06:45:25 UTC",
    "User": "root"
  },
  "Author": "Arnald Puy [aut, cre] (ORCID: <https://orcid.org/0000-0001-9469-2156>)",
  "MD5sum": "8dee1e440dd5d10af0df4698611de19c",
  "_user": "arnaldpuy",
  "_type": "src",
  "_file": "softwareRisk_0.2.0.tar.gz",
  "_fileid": "05fb4c843156101daceea0d210984f8504fa816b73ecfaf98b3202bfd2b5e52c",
  "_filesize": 1268871,
  "_sha256": "05fb4c843156101daceea0d210984f8504fa816b73ecfaf98b3202bfd2b5e52c",
  "_created": "2026-05-31T06:45:25.000Z",
  "_published": "2026-05-31T07:28:49.408Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78706465319,
      "time": 165,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314550949"
    },
    {
      "job": 78706465312,
      "time": 170,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314551415"
    },
    {
      "job": 78706465314,
      "time": 152,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314796937"
    },
    {
      "job": 78706465315,
      "time": 157,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314807391"
    },
    {
      "job": 78706292827,
      "time": 200,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314534507"
    },
    {
      "job": 78706465377,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314546775"
    },
    {
      "job": 78706465327,
      "time": 442,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314579075"
    },
    {
      "job": 78706465326,
      "time": 447,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314579454"
    },
    {
      "job": 78706465336,
      "time": 115,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314546068"
    }
  ],
  "_buildurl": "https://github.com/r-universe/arnaldpuy/actions/runs/26705630684",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/arnaldpuy/softwarerisk",
  "_commit": {
    "id": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
    "author": "Arnald Puy <you@example.com>",
    "committer": "Arnald Puy <you@example.com>",
    "message": "git tag v0.2.0\n",
    "time": 1775391534
  },
  "_maintainer": {
    "name": "Arnald Puy",
    "email": "arnald.puy@pm.me",
    "login": "arnaldpuy",
    "description": "",
    "uuid": 24915759,
    "orcid": "0000-0001-9469-2156"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "ggraph",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "ineq",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidygraph",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "sensobol",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "arnaldpuy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-51",
      "n": 4
    },
    {
      "week": "2025-52",
      "n": 9
    },
    {
      "week": "2026-01",
      "n": 6
    },
    {
      "week": "2026-02",
      "n": 3
    },
    {
      "week": "2026-03",
      "n": 2
    },
    {
      "week": "2026-04",
      "n": 4
    },
    {
      "week": "2026-14",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v1.2.0",
      "date": "2026-04-04"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 24915759,
    "type": "user",
    "name": "Arnald Puy"
  },
  "_downloads": {
    "count": 469,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/softwareRisk"
  },
  "_devurl": "https://github.com/arnaldpuy/softwarerisk",
  "_searchresults": 0,
  "_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/readme.html",
    "extra/readme.md",
    "extra/softwareRisk.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/arnaldpuy/softwarerisk",
  "_realowner": "arnaldpuy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-01-21"
    },
    {
      "version": "0.2.0",
      "date": "2026-04-04"
    }
  ],
  "_exports": [
    "all_paths_fun",
    "gini_index_fun",
    "path_fix_heatmap",
    "path_uncertainty_plot",
    "plot_top_paths_fun",
    "slope_fun",
    "theme_AP",
    "uncertainty_fun"
  ],
  "_datasets": [
    {
      "name": "synthetic_graph",
      "title": "Synthetic citation graph for software risk examples",
      "object": "synthetic_graph",
      "class": [
        "tbl_graph",
        "igraph"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "all_paths_fun",
      "title": "Enumerate entry-to-sink call paths and compute risk metrics at the node and path level",
      "topics": [
        "all_paths_fun"
      ]
    },
    {
      "page": "gini_index_fun",
      "title": "Compute the Gini index of a numeric vector",
      "topics": [
        "gini_index_fun"
      ]
    },
    {
      "page": "path_fix_heatmap",
      "title": "Path-level improvement from fixing high-risk nodes",
      "topics": [
        "path_fix_heatmap"
      ]
    },
    {
      "page": "path_uncertainty_plot",
      "title": "Plot path-level uncertainty for the top-risk paths",
      "topics": [
        "path_uncertainty_plot"
      ]
    },
    {
      "page": "plot_top_paths_fun",
      "title": "Plot the top risky call paths on a Sugiyama layout",
      "topics": [
        "plot_top_paths_fun"
      ]
    },
    {
      "page": "slope_fun",
      "title": "Compute the linear slope of a numeric sequence",
      "topics": [
        "slope_fun"
      ]
    },
    {
      "page": "synthetic_graph",
      "title": "Synthetic citation graph for software risk examples",
      "topics": [
        "synthetic_graph"
      ]
    },
    {
      "page": "theme_AP",
      "title": "A clean, publication-oriented ggplot2 theme",
      "topics": [
        "theme_AP"
      ]
    },
    {
      "page": "uncertainty_fun",
      "title": "Uncertainty and sensitivity analysis of node and path risk",
      "topics": [
        "uncertainty_fun"
      ]
    }
  ],
  "_readme": "https://github.com/arnaldpuy/softwarerisk/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "boot",
    "cachem",
    "cli",
    "cpp11",
    "data.table",
    "deSolve",
    "dplyr",
    "farver",
    "fastmap",
    "generics",
    "ggforce",
    "ggplot2",
    "ggraph",
    "ggrepel",
    "glue",
    "graphlayouts",
    "gridExtra",
    "gtable",
    "igraph",
    "ineq",
    "isoband",
    "jsonlite",
    "labeling",
    "lattice",
    "lhs",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "matrixStats",
    "memoise",
    "pillar",
    "pkgconfig",
    "polyclip",
    "purrr",
    "R6",
    "randtoolbox",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel",
    "Rdpack",
    "Rfast",
    "rlang",
    "rngWELL",
    "S7",
    "scales",
    "sensobol",
    "stringi",
    "stringr",
    "systemfonts",
    "tibble",
    "tidygraph",
    "tidyr",
    "tidyselect",
    "tweenr",
    "utf8",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr",
    "zigg"
  ],
  "_vignettes": [
    {
      "source": "softwareRisk.Rmd",
      "filename": "softwareRisk.html",
      "title": "softwareRisk: Computation of Node and Path-Level Risk Scores in Scientific Models",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Workflow",
        "Prepare the required datasets",
        "Analysis",
        "Definition of software risk",
        "Path-level risk scores",
        "Plotting",
        "Uncertainty and sensitivity analysis",
        "Extracting and plotting Sobol' indices",
        "References"
      ],
      "created": "2025-12-21 16:48:55",
      "modified": "2026-04-04 19:06:48",
      "commits": 11
    }
  ],
  "_score": 4.544068044350276,
  "_indexed": true,
  "_nocasepkg": "softwarerisk",
  "_universes": [
    "arnaldpuy"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-31T06:47:52.000Z",
      "distro": "noble",
      "commit": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
      "fileid": "c64f0f035e8d8c9e89d3edab99b93592de29400706d5ac509f7b189dd2cfef66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arnaldpuy/actions/runs/26705630684"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-31T06:47:55.000Z",
      "distro": "noble",
      "commit": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
      "fileid": "afd8d26cd0fc043aff8b6b73599ff6edb727762c4176383ec6f27f2174eef467",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arnaldpuy/actions/runs/26705630684"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-31T07:26:15.000Z",
      "commit": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
      "fileid": "66868c37e2fba36994f952acf7d41f90a80cb9245c2a5a03f9ce4280c4f867b1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arnaldpuy/actions/runs/26705630684"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-31T07:27:33.000Z",
      "commit": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
      "fileid": "67883f5843d0f1b01e5f5a4d823d3dad9e4a61cccb146c2eebab81117f3ec814",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arnaldpuy/actions/runs/26705630684"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-31T06:47:47.000Z",
      "commit": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
      "fileid": "4e8d0cb56a305ef54230c573ec2726fdd43de6087c75719e2d0129a7e8f3b478",
      "status": "success",
      "buildurl": "https://github.com/r-universe/arnaldpuy/actions/runs/26705630684"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-31T06:52:15.000Z",
      "commit": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
      "fileid": "e7f4575db935de57f82e1ade731cf629d6e2f1d7abecbdf88fda57a366e8f86a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arnaldpuy/actions/runs/26705630684"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-31T06:52:24.000Z",
      "commit": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
      "fileid": "a3a85d7500963b7d922b8c41be95df529c0ff05c97ee4b743660db8a60c89a4f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arnaldpuy/actions/runs/26705630684"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-31T06:46:46.000Z",
      "commit": "bf68f0b0ebf3627d6042ddccaa9a51a2808dfebe",
      "fileid": "853b1ebd81cb7ce3fef3bc37e85df5b4212f7a739dd4b8b259ec4dbd202d4a07",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arnaldpuy/actions/runs/26705630684"
    }
  ]
}