{
  "_id": "6a48d7f0b5e98c40829ffa10",
  "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-07-04 09:16:10 UTC",
    "User": "root"
  },
  "Author": "Jong Hee Park [aut, cre],\nYunkyu Sohn [aut]",
  "Maintainer": "Jong Hee Park <jongheepark@snu.ac.kr>",
  "_user": "jongheepark",
  "_type": "src",
  "_file": "NetworkChange_1.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/313b094d9d149be9a9bda51686d4a45f7267960798be6e26ffc85ff1237aaef3",
  "_filesize": 1141896,
  "_sha256": "313b094d9d149be9a9bda51686d4a45f7267960798be6e26ffc85ff1237aaef3",
  "_expires": "2026-10-12T09:52:46.000Z",
  "_created": "2026-07-04T09:16:10.000Z",
  "_published": "2026-07-04T09:52:48.652Z",
  "_jobs": [
    {
      "job": 85120661170,
      "time": 236,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8080407086"
    },
    {
      "job": 85120661197,
      "time": 229,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8080406111"
    },
    {
      "job": 85120661157,
      "time": 224,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8080405695"
    },
    {
      "job": 85120661175,
      "time": 228,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8080405979"
    },
    {
      "job": 85120661211,
      "time": 178,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8080625143"
    },
    {
      "job": 85120661200,
      "time": 241,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8080408731"
    },
    {
      "job": 85120661219,
      "time": 183,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8080618968"
    },
    {
      "job": 85120661192,
      "time": 379,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8080424160"
    },
    {
      "job": 85120403712,
      "time": 254,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8080379709"
    },
    {
      "job": 85120661133,
      "time": 207,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8080403348"
    },
    {
      "job": 85120661153,
      "time": 205,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8080403281"
    },
    {
      "job": 85120661147,
      "time": 197,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8080402447"
    },
    {
      "job": 85120661148,
      "time": 222,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8080407669"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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",
    "followers": 62,
    "description": "I am a political economist interested in  political institutions, international relations, Bayesian statistics, network analysis, and data science. "
  },
  "_downloads": {
    "count": 641,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/NetworkChange"
  },
  "_devurl": "https://github.com/jongheepark/networkchange",
  "_searchresults": 16,
  "_rbuild": "4.6.1",
  "_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.32+ds-5",
      "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.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "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-07-04T09:19:47.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/6c4af5e8cb52441d5804ef1e87722ebb164bef640b110a0ab87c2962fc327cef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-07-04T09:19:23.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/c46226b2d4d4bc45ec2569d272d9c886b0da9d0bd72ebd7cd4b5fdb744793893",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-07-04T09:19:30.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/81c4c0f8a99b6b8e618397393e5623fe53f991a9b63f6ced82005c08495dcbad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-07-04T09:19:20.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/1a7a2121149116c4e60280db38b83a4a36cd958ed094bc0e6865e5a029f0f1a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-07-04T09:51:05.000Z",
      "arch": "aarch64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/e7a9454bf6bdd8a6a79d4e9ff365ac1df74ac91e01b13e05931b364b61178797",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-07-04T09:19:17.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/46ff204cbba8c558ddfa7f2327098838de5dac2bfc6d0241635cb64214f7cc69",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-07-04T09:50:17.000Z",
      "arch": "aarch64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/18f5cd8a8bb1ad28fa78470b404b18f591bd183e24309e6fcda6e7f21389d28f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-07-04T09:20:44.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/aae3c404911e923f0c7e33540e8bff29ae54b6ea817a80275309a45a6671ebce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-07-04T09:20:00.000Z",
      "arch": "emscripten",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/598287e55c0d88947609f2508e09d8938f33d3b006ee8322a9dd5f9a1d1d7c77",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-07-04T09:18:02.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/891f1083364a84b577888a3e4ffab8ed707c7c68f994df192d321e8d74078f8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-07-04T09:18:07.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/a5a873b9d3b3f62613a8b549708607eb87c16c03d1f7df17b7c2b5b78225e17e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-07-04T09:18:38.000Z",
      "arch": "x86_64",
      "commit": "a1db418496c408226c438102d8bc02ac15e6185b",
      "fileid": "https://r2.ropensci.org/77d6592cd430acf9e49c057ca98a72937880a95f28f685f167a02bd3e751cd8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jongheepark/actions/runs/28701574375"
    }
  ]
}