{
  "_id": "6a19eca51d7bb097a09c77a1",
  "Package": "NetworkChange",
  "Title": "Bayesian Package for Network Changepoint Analysis",
  "Version": "1.1.0",
  "Date": "2026-04-07",
  "Authors@R": "c(person(given = c(\"Jong\", \"Hee\"),\nfamily = \"Park\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jongheepark@snu.ac.kr\"),\nperson(given = \"Yunkyu\",\nfamily = \"Sohn\",\nrole = \"aut\"))",
  "Description": "Network changepoint analysis for undirected network data.\nThe package implements a hidden Markov network change point\nmodel (Park and Sohn (2020)). Functions for break number\ndetection using the approximate marginal likelihood and WAIC\nare also provided. Version 1.1.0 includes high-performance C++\nimplementations via Rcpp/RcppArmadillo for 5-15x faster MCMC\nsampling, along with modern ggplot2-based visualizations with\ncolorblind-friendly palettes.",
  "License": "GPL-3",
  "NeedsCompilation": "yes",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "cmake libglpk-dev libgmp3-dev make libicu-dev\nlibjpeg-dev libpng-dev libuv1-dev libxml2-dev libmpfr-dev\nlibssl-dev",
  "Repository": "https://jongheepark.r-universe.dev",
  "Date/Publication": "2026-04-07 02:59:26 UTC",
  "RemoteUrl": "https://github.com/jongheepark/networkchange",
  "RemoteRef": "HEAD",
  "RemoteSha": "a1db418496c408226c438102d8bc02ac15e6185b",
  "Packaged": {
    "Date": "2026-05-29 19:31:49 UTC",
    "User": "root"
  },
  "Author": "Jong Hee Park [aut, cre],\nYunkyu Sohn [aut]",
  "Maintainer": "Jong Hee Park <jongheepark@snu.ac.kr>",
  "MD5sum": "74c2a98b262f414c73a7d2431382a769",
  "_user": "jongheepark",
  "_type": "src",
  "_file": "NetworkChange_1.1.0.tar.gz",
  "_fileid": "1635fa82748680aee1207108115e0d6f2228dc9d9b7518e4ab66dd2403906ea5",
  "_filesize": 1139196,
  "_sha256": "1635fa82748680aee1207108115e0d6f2228dc9d9b7518e4ab66dd2403906ea5",
  "_created": "2026-05-29T19:31:49.000Z",
  "_published": "2026-05-29T19:44:37.538Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78572983654,
      "time": 237,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7299443747"
    },
    {
      "job": 78572983650,
      "time": 246,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7299446659"
    },
    {
      "job": 78572983664,
      "time": 233,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7299442681"
    },
    {
      "job": 78572983637,
      "time": 229,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7299441406"
    },
    {
      "job": 78572983669,
      "time": 147,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7299450767"
    },
    {
      "job": 78572983667,
      "time": 475,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7299572467"
    },
    {
      "job": 78572983809,
      "time": 172,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7299440450"
    },
    {
      "job": 78572983680,
      "time": 504,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7299584452"
    },
    {
      "job": 78572299486,
      "time": 254,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7299367142"
    },
    {
      "job": 78572983590,
      "time": 174,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7299423767"
    },
    {
      "job": 78572983635,
      "time": 581,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7299553362"
    },
    {
      "job": 78572983616,
      "time": 528,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7299537293"
    },
    {
      "job": 78572983647,
      "time": 548,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7299543717"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jongheepark/networkchange",
  "_commit": {
    "id": "a1db418496c408226c438102d8bc02ac15e6185b",
    "author": "박종희 <jongheepark@bagjonghuis-Mac-Studio.local>",
    "committer": "박종희 <jongheepark@bagjonghuis-Mac-Studio.local>",
    "message": "Prepare for CRAN submission\n\n- Update Date field to 2026-04-07\n- Remove CXX_STD=CXX17 from Makevars (code only needs C++11)\n- Add .DS_Store, *.tar.gz, .Rhistory to .Rbuildignore\n- Remove old tarball from tracking\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n",
    "time": 1775530766
  },
  "_maintainer": {
    "name": "Jong Hee Park",
    "email": "jongheepark@snu.ac.kr",
    "login": "jongheepark",
    "twitter": "@jhp",
    "description": "I am a political economist interested in  political institutions, international relations, Bayesian statistics, network analysis, and data science. ",
    "uuid": 2516108
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "MCMCpack",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "Rmpfr",
      "role": "Imports"
    },
    {
      "package": "abind",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "qgraph",
      "role": "Imports"
    },
    {
      "package": "network",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "role": "Imports"
    },
    {
      "package": "ggrepel",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "GGally",
      "role": "Imports"
    },
    {
      "package": "patchwork",
      "role": "Imports"
    },
    {
      "package": "viridis",
      "role": "Imports"
    },
    {
      "package": "sna",
      "role": "Suggests"
    },
    {
      "package": "lifecycle",
      "role": "Suggests"
    }
  ],
  "_owner": "jongheepark",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-04",
      "n": 6
    },
    {
      "week": "2026-13",
      "n": 1
    },
    {
      "week": "2026-15",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "bayesian",
    "changepoint",
    "latent-space",
    "network",
    "openblas",
    "cpp",
    "openmp"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "jongheepark",
      "count": 21,
      "uuid": 2516108
    },
    {
      "user": "ysohn",
      "count": 1,
      "uuid": 18082283
    }
  ],
  "_userbio": {
    "uuid": 2516108,
    "type": "user",
    "name": "Jong Hee Park",
    "description": "I am a political economist interested in  political institutions, international relations, Bayesian statistics, network analysis, and data science. "
  },
  "_downloads": {
    "count": 611,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/NetworkChange"
  },
  "_devurl": "https://github.com/jongheepark/networkchange",
  "_searchresults": 16,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NetworkChange.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jongheepark/networkchange",
  "_realowner": "jongheepark",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2017-03-29"
    },
    {
      "version": "0.2",
      "date": "2017-05-30"
    },
    {
      "version": "0.3",
      "date": "2017-08-19"
    },
    {
      "version": "0.4",
      "date": "2018-10-10"
    },
    {
      "version": "0.5",
      "date": "2019-05-08"
    },
    {
      "version": "0.6",
      "date": "2020-02-06"
    },
    {
      "version": "0.7",
      "date": "2020-07-11"
    },
    {
      "version": "0.8",
      "date": "2022-03-04"
    },
    {
      "version": "1.0.0",
      "date": "2026-01-21"
    },
    {
      "version": "1.1.0",
      "date": "2026-04-07"
    }
  ],
  "_exports": [
    "BreakDiagnostic",
    "BreakPointLoss",
    "drawPostAnalysis",
    "drawRegimeRaw",
    "kmeansU",
    "MakeBlockNetworkChange",
    "MarginalCompare",
    "multiplot",
    "NetworkChange",
    "NetworkChangeRobust",
    "NetworkStatic",
    "plotContour",
    "plotnetarray",
    "plotU",
    "plotV",
    "scale_color_networkchange",
    "scale_color_networkchange_c",
    "scale_fill_networkchange",
    "startS",
    "startUV",
    "theme_networkchange",
    "ULUstateSample",
    "ULUstateSample.mpfr",
    "updateb",
    "updatebm",
    "updateP",
    "updateS",
    "updates2m",
    "updateU",
    "updateUm",
    "updateV",
    "updateVm",
    "WaicCompare"
  ],
  "_datasets": [
    {
      "name": "MajorAlly",
      "title": "Major Power Alliance Network (1816 - 2012)",
      "object": "MajorAlly",
      "file": "MajorAlly.rda",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "PostwarAlly",
      "title": "Postwar Alliance Network (1846 - 2012)",
      "object": "PostwarAlly",
      "file": "PostwarAlly.rda",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "BreakDiagnostic",
      "title": "Detect a break number using different metrics",
      "topics": [
        "BreakDiagnostic"
      ]
    },
    {
      "page": "BreakPointLoss",
      "title": "Compute the Average Loss of Hidden State Changes from Expected Break Points",
      "topics": [
        "BreakPointLoss"
      ]
    },
    {
      "page": "drawPostAnalysis",
      "title": "Plot of latent node cluster",
      "topics": [
        "drawPostAnalysis"
      ]
    },
    {
      "page": "drawRegimeRaw",
      "title": "Plot of network by hidden regime",
      "topics": [
        "drawRegimeRaw"
      ]
    },
    {
      "page": "kmeansU",
      "title": "K-mean clustering of latent node positions",
      "topics": [
        "kmeansU"
      ]
    },
    {
      "page": "MajorAlly",
      "title": "Major Power Alliance Network (1816 - 2012)",
      "topics": [
        "MajorAlly"
      ]
    },
    {
      "page": "MakeBlockNetworkChange",
      "title": "Build a synthetic block-structured temporal data with breaks",
      "topics": [
        "MakeBlockNetworkChange"
      ]
    },
    {
      "page": "MarginalCompare",
      "title": "Compare Log Marginal Likelihood",
      "topics": [
        "MarginalCompare"
      ]
    },
    {
      "page": "multiplot",
      "title": "Printing multiple ggplots in one file (DEPRECATED)",
      "topics": [
        "multiplot"
      ]
    },
    {
      "page": "NetworkChange",
      "title": "Changepoint analysis of a degree-corrected multilinear tensor model",
      "topics": [
        "NetworkChange"
      ]
    },
    {
      "page": "NetworkChangeRobust",
      "title": "Changepoint analysis of a degree-corrected multilinear tensor model with t-distributed error",
      "topics": [
        "NetworkChangeRobust"
      ]
    },
    {
      "page": "NetworkStatic",
      "title": "Degree-corrected multilinear tensor model",
      "topics": [
        "NetworkStatic"
      ]
    },
    {
      "page": "plotContour",
      "title": "Contour plot of latent node positions",
      "topics": [
        "plotContour"
      ]
    },
    {
      "page": "plotnetarray",
      "title": "Plot of network array data",
      "topics": [
        "plotnetarray"
      ]
    },
    {
      "page": "plotU",
      "title": "Plot of latent node positions",
      "topics": [
        "plotU"
      ]
    },
    {
      "page": "plotV",
      "title": "Plot of layer-specific network generation rules.",
      "topics": [
        "plotV"
      ]
    },
    {
      "page": "PostwarAlly",
      "title": "Postwar Alliance Network (1846 - 2012)",
      "topics": [
        "PostwarAlly"
      ]
    },
    {
      "page": "scale_color_networkchange",
      "title": "NetworkChange Discrete Color Scale",
      "topics": [
        "scale_color_networkchange"
      ]
    },
    {
      "page": "scale_color_networkchange_c",
      "title": "NetworkChange Continuous Color Scale",
      "topics": [
        "scale_color_networkchange_c"
      ]
    },
    {
      "page": "scale_fill_networkchange",
      "title": "NetworkChange Discrete Fill Scale",
      "topics": [
        "scale_fill_networkchange"
      ]
    },
    {
      "page": "startS",
      "title": "Sample a starting value of hidden states",
      "topics": [
        "startS"
      ]
    },
    {
      "page": "startUV",
      "title": "Starting values of U and V",
      "topics": [
        "startUV"
      ]
    },
    {
      "page": "theme_networkchange",
      "title": "NetworkChange ggplot2 Theme",
      "topics": [
        "theme_networkchange"
      ]
    },
    {
      "page": "ULUstateSample",
      "title": "Hidden State Sampler",
      "topics": [
        "ULUstateSample"
      ]
    },
    {
      "page": "ULUstateSample.mpfr",
      "title": "Hidden State Sampler with precision",
      "topics": [
        "ULUstateSample.mpfr"
      ]
    },
    {
      "page": "updateb",
      "title": "Update time-constant regression parameters",
      "topics": [
        "updateb"
      ]
    },
    {
      "page": "updatebm",
      "title": "Update regime-changing regression parameters",
      "topics": [
        "updatebm"
      ]
    },
    {
      "page": "updateP",
      "title": "Update transition matrix",
      "topics": [
        "updateP"
      ]
    },
    {
      "page": "updateS",
      "title": "Update latent states",
      "topics": [
        "updateS"
      ]
    },
    {
      "page": "updates2m",
      "title": "Update regime-specific variance",
      "topics": [
        "updates2m"
      ]
    },
    {
      "page": "updateU",
      "title": "Update time-constant latent node positions",
      "topics": [
        "updateU"
      ]
    },
    {
      "page": "updateUm",
      "title": "Regime-specific latent node positions",
      "topics": [
        "updateUm"
      ]
    },
    {
      "page": "updateV",
      "title": "Update layer specific network generation rules",
      "topics": [
        "updateV"
      ]
    },
    {
      "page": "updateVm",
      "title": "Update V from a change-point network process",
      "topics": [
        "updateVm"
      ]
    },
    {
      "page": "WaicCompare",
      "title": "Compare WAIC",
      "topics": [
        "WaicCompare"
      ]
    }
  ],
  "_readme": "https://github.com/jongheepark/networkchange/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "coda",
    "colorspace",
    "corpcor",
    "cpp11",
    "crayon",
    "data.table",
    "digest",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fdrtool",
    "fontawesome",
    "forcats",
    "foreign",
    "Formula",
    "fs",
    "generics",
    "GGally",
    "ggplot2",
    "ggrepel",
    "ggstats",
    "glasso",
    "glue",
    "gmp",
    "GPArotation",
    "gridExtra",
    "gtable",
    "gtools",
    "highr",
    "Hmisc",
    "hms",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "igraph",
    "isoband",
    "jpeg",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lattice",
    "lavaan",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "mcmc",
    "MCMCpack",
    "memoise",
    "mime",
    "mnormt",
    "mvtnorm",
    "network",
    "nlme",
    "nnet",
    "numDeriv",
    "patchwork",
    "pbapply",
    "pbivnorm",
    "pillar",
    "pkgconfig",
    "plyr",
    "png",
    "prettyunits",
    "progress",
    "psych",
    "purrr",
    "qgraph",
    "quadprog",
    "quantreg",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "reshape2",
    "rlang",
    "rmarkdown",
    "Rmpfr",
    "rpart",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "SparseM",
    "statnet.common",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "utf8",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 4.079181246047625,
  "_indexed": true,
  "_nocasepkg": "networkchange",
  "_universes": [
    "jongheepark"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-29T19:35:04.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "21fb6782d766a25cac105b3aae69a1ae23c603547e8df924ffbb565ba292d267",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-29T19:35:08.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "79ca8ed48a37ec7331e8af773843695733daaf11b227c5ed8b4ab82e5c3dfd29",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-29T19:35:01.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "880d044d89377f319e04d0dfec259845ac01fe596d27ac04292e674d92017d8f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-29T19:35:01.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "7333077705c2308dbb4587cfda427ccfaa93f0c5e636d373b23131fa919fafb9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-29T19:36:08.000Z",
      "arch": "aarch64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "9c53a6f4e6c79911c6bd1a819e385ba3bad977522faee4ee3b76579932a9fdde",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-29T19:39:40.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "06bcbf7cc7225ef70f805fe0156eaa98cc832a456964afca7d96be500e3262fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-29T19:35:19.000Z",
      "arch": "aarch64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "51cbf4b51828a2d2590f86ffd3a454ac553b4277ac9b8c00c386fbae2f979ecd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-29T19:40:37.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "6a2a254fc8ad5cfc222910fc528977c9aef4e66ba83e2c8df04d7be58ad1f1e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-05-29T19:35:14.000Z",
      "arch": "emscripten",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "b83fa9be8a3a71c02c420344c1660267e171200aa4d9677f9ff630bb68498d17",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-29T19:39:40.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "27c1f1a962016773bb3397fe0adf47087b6aebc475aade01e91ddfaac74d973d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-29T19:39:21.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "3f66c9cae4806e91ac3aeb1e70b71f88b443adf4c82c2a029646c26cbb656c22",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-29T19:39:19.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "4a4510f1d92987ed995f02ef26c86ff4255cd633d389bc582071e6089b6538d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/26657763224"
    }
  ]
}