{
  "_id": "6a1ffd99b401979e7344518f",
  "Package": "eventstream",
  "Type": "Package",
  "Title": "Streaming Events and their Early Classification",
  "Version": "0.1.1",
  "Maintainer": "Sevvandi Kandanaarachchi <sevvandik@gmail.com>",
  "Authors@R": "person(\"Sevvandi\", \"Kandanaarachchi\", email = \"sevvandik@gmail.com\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-0337-0395\"))",
  "Description": "Implements event extraction and early classification of\nevents in data streams in R. It has the functionality to\ngenerate 2-dimensional data streams with events belonging to 2\nclasses. These events can be extracted and features computed.\nThe event features extracted from incomplete-events can be\nclassified using a partial-observations-classifier\n(Kandanaarachchi et al. 2018)\n<doi:10.1371/journal.pone.0236331>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "URL": "https://sevvandi.github.io/eventstream/index.html",
  "RoxygenNote": "7.1.2",
  "Repository": "https://sevvandi.r-universe.dev",
  "Date/Publication": "2022-05-16 07:20:16 UTC",
  "RemoteUrl": "https://github.com/sevvandi/eventstream",
  "RemoteRef": "HEAD",
  "RemoteSha": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 10:07:36 UTC",
    "User": "root"
  },
  "Author": "Sevvandi Kandanaarachchi [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-0337-0395>)",
  "MD5sum": "0d9a7f1bc405841c4cd64c9e96fa2c82",
  "_user": "sevvandi",
  "_type": "src",
  "_file": "eventstream_0.1.1.tar.gz",
  "_fileid": "64714786f1bb86baf6a447bb05f7b660083b77fadd2e96fb749b25e9a7171cc0",
  "_filesize": 3836376,
  "_sha256": "64714786f1bb86baf6a447bb05f7b660083b77fadd2e96fb749b25e9a7171cc0",
  "_created": "2026-06-03T10:07:36.000Z",
  "_published": "2026-06-03T10:10:33.417Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79270201907,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7381676811"
    },
    {
      "job": 79270201908,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381672129"
    },
    {
      "job": 79270202059,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7381657556"
    },
    {
      "job": 79270201938,
      "time": 139,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381678523"
    },
    {
      "job": 79269601746,
      "time": 208,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381625077"
    },
    {
      "job": 79270201933,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381667533"
    },
    {
      "job": 79270202015,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7381656802"
    },
    {
      "job": 79270202113,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7381657330"
    },
    {
      "job": 79270201987,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381660089"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sevvandi/actions/runs/26877753044",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/sevvandi/eventstream",
  "_commit": {
    "id": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
    "author": "sevvandi <sevvandi.kandanaarachchi@rmit.edu.au>",
    "committer": "sevvandi <sevvandi.kandanaarachchi@rmit.edu.au>",
    "message": "minor updates\n",
    "time": 1652685616
  },
  "_maintainer": {
    "name": "Sevvandi Kandanaarachchi",
    "email": "sevvandik@gmail.com",
    "orcid": "0000-0002-0337-0395"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "abind",
      "role": "Imports"
    },
    {
      "package": "tensorA",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "dbscan",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "changepoint",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "sevvandi",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "sevvandi",
      "count": 5,
      "uuid": 32561841
    }
  ],
  "_userbio": {
    "uuid": 32561841,
    "type": "user",
    "name": "Sevvandi Kandanaarachchi",
    "description": "Senior Research Scientist, Data61, CSIRO"
  },
  "_downloads": {
    "count": 158,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/eventstream"
  },
  "_devurl": "https://github.com/sevvandi/eventstream",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/eventstream.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sevvandi/eventstream",
  "_realowner": "sevvandi",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-12-06"
    },
    {
      "version": "0.1.1",
      "date": "2022-05-16"
    }
  ],
  "_exports": [
    "extract_event_ftrs",
    "gen_stream",
    "get_clusters",
    "get_clusters_3d",
    "get_features",
    "get_features_3d",
    "predict_tdl",
    "spline_stats",
    "stats_3d",
    "stream_from_files",
    "td_logistic",
    "tune_cpdbee_2D",
    "tune_cpdbee_3D"
  ],
  "_datasets": [
    {
      "name": "NO2_2010",
      "title": "A dataset containing NO2 data for 2010",
      "object": "NO2_2010",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NO2_2011",
      "title": "A dataset containing NO2 data for 2011",
      "object": "NO2_2011",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NO2_2012",
      "title": "A dataset containing NO2 data for 2012",
      "object": "NO2_2012",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NO2_2013",
      "title": "A dataset containing NO2 data for 2013",
      "object": "NO2_2013",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NO2_2014",
      "title": "A dataset containing NO2 data for 2014",
      "object": "NO2_2014",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NO2_2015",
      "title": "A dataset containing NO2 data for 2015",
      "object": "NO2_2015",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NO2_2016",
      "title": "A dataset containing NO2 data for 2016",
      "object": "NO2_2016",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NO2_2017",
      "title": "A dataset containing NO2 data for 2017",
      "object": "NO2_2017",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NO2_2018",
      "title": "A dataset containing NO2 data for 2018",
      "object": "NO2_2018",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NO2_2019",
      "title": "A dataset containing NO2 data for 2019",
      "object": "NO2_2019",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "real_details",
      "title": "A dataset containing the details of class A events in the dataset real_stream.",
      "object": "real_details",
      "class": [
        "data.frame"
      ],
      "fields": [
        "filename",
        "class",
        "file_x",
        "file_y",
        "stream_x",
        "stream_y"
      ],
      "rows": 4,
      "table": true,
      "tojson": true
    },
    {
      "name": "real_stream",
      "title": "A data stream from a real world application",
      "object": "real_stream",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "V1",
        "V2",
        "V3",
        "V4",
        "V5",
        "V6",
        "V7",
        "V8",
        "V9",
        "V10",
        "V11",
        "V12",
        "V13",
        "V14",
        "V15",
        "V16",
        "V17",
        "V18",
        "V19",
        "V20",
        "V21",
        "V22",
        "V23",
        "V24",
        "V25",
        "V26",
        "V27",
        "V28",
        "V29",
        "V30",
        "V31",
        "V32",
        "V33",
        "V34",
        "V35",
        "V36",
        "V37",
        "V38",
        "V39",
        "V40",
        "V41",
        "V42",
        "V43",
        "V44",
        "V45",
        "V46",
        "V47",
        "V48",
        "V49",
        "V50",
        "V51",
        "V52",
        "V53",
        "V54",
        "V55",
        "V56",
        "V57",
        "V58",
        "V59",
        "V60",
        "V61",
        "V62",
        "V63",
        "V64",
        "V65",
        "V66",
        "V67",
        "V68",
        "V69",
        "V70",
        "V71",
        "V72",
        "V73",
        "V74",
        "V75",
        "V76",
        "V77",
        "V78",
        "V79",
        "V80",
        "V81",
        "V82",
        "V83",
        "V84",
        "V85",
        "V86",
        "V87",
        "V88",
        "V89",
        "V90",
        "V91",
        "V92",
        "V93",
        "V94",
        "V95",
        "V96",
        "V97",
        "V98",
        "V99",
        "V100",
        "V101",
        "V102",
        "V103",
        "V104",
        "V105",
        "V106",
        "V107",
        "V108",
        "V109",
        "V110",
        "V111",
        "V112",
        "V113",
        "V114",
        "V115",
        "V116",
        "V117",
        "V118",
        "V119",
        "V120",
        "V121",
        "V122",
        "V123",
        "V124",
        "V125",
        "V126",
        "V127",
        "V128",
        "V129",
        "V130",
        "V131",
        "V132",
        "V133",
        "V134",
        "V135",
        "V136",
        "V137",
        "V138",
        "V139",
        "V140",
        "V141",
        "V142",
        "V143",
        "V144",
        "V145",
        "V146",
        "V147",
        "V148",
        "V149",
        "V150",
        "V151",
        "V152",
        "V153",
        "V154",
        "V155",
        "V156",
        "V157",
        "V158",
        "V159",
        "V160",
        "V161",
        "V162",
        "V163",
        "V164",
        "V165",
        "V166",
        "V167",
        "V168",
        "V169",
        "V170",
        "V171",
        "V172",
        "V173",
        "V174",
        "V175",
        "V176",
        "V177",
        "V178",
        "V179",
        "V180",
        "V181",
        "V182",
        "V183",
        "V184",
        "V185",
        "V186",
        "V187",
        "V188",
        "V189",
        "V190",
        "V191",
        "V192",
        "V193",
        "V194",
        "V195",
        "V196",
        "V197",
        "V198",
        "V199",
        "V200",
        "V201",
        "V202",
        "V203",
        "V204",
        "V205",
        "V206",
        "V207",
        "V208",
        "V209",
        "V210",
        "V211",
        "V212",
        "V213",
        "V214",
        "V215",
        "V216",
        "V217",
        "V218",
        "V219",
        "V220",
        "V221",
        "V222",
        "V223",
        "V224",
        "V225",
        "V226",
        "V227",
        "V228",
        "V229",
        "V230",
        "V231",
        "V232",
        "V233",
        "V234",
        "V235",
        "V236",
        "V237",
        "V238",
        "V239",
        "V240",
        "V241",
        "V242",
        "V243",
        "V244",
        "V245",
        "V246",
        "V247",
        "V248",
        "V249",
        "V250",
        "V251",
        "V252",
        "V253",
        "V254",
        "V255",
        "V256",
        "V257",
        "V258",
        "V259",
        "V260",
        "V261",
        "V262",
        "V263",
        "V264",
        "V265",
        "V266",
        "V267",
        "V268",
        "V269",
        "V270",
        "V271",
        "V272",
        "V273",
        "V274",
        "V275",
        "V276",
        "V277",
        "V278",
        "V279",
        "V280",
        "V281",
        "V282",
        "V283",
        "V284",
        "V285",
        "V286",
        "V287",
        "V288",
        "V289",
        "V290",
        "V291",
        "V292",
        "V293",
        "V294",
        "V295",
        "V296",
        "V297",
        "V298",
        "V299",
        "V300",
        "V301",
        "V302",
        "V303",
        "V304",
        "V305",
        "V306",
        "V307",
        "V308",
        "V309",
        "V310",
        "V311",
        "V312",
        "V313",
        "V314",
        "V315",
        "V316",
        "V317",
        "V318",
        "V319",
        "V320",
        "V321",
        "V322",
        "V323",
        "V324",
        "V325",
        "V326",
        "V327",
        "V328",
        "V329",
        "V330",
        "V331",
        "V332",
        "V333",
        "V334",
        "V335",
        "V336",
        "V337",
        "V338",
        "V339",
        "V340",
        "V341",
        "V342",
        "V343",
        "V344",
        "V345",
        "V346",
        "V347",
        "V348",
        "V349",
        "V350",
        "V351",
        "V352",
        "V353",
        "V354",
        "V355",
        "V356",
        "V357",
        "V358",
        "V359",
        "V360",
        "V361",
        "V362",
        "V363",
        "V364",
        "V365",
        "V366",
        "V367",
        "V368",
        "V369",
        "V370",
        "V371",
        "V372",
        "V373",
        "V374",
        "V375",
        "V376",
        "V377",
        "V378",
        "V379",
        "V380",
        "V381",
        "V382",
        "V383",
        "V384",
        "V385",
        "V386",
        "V387",
        "V388",
        "V389",
        "V390",
        "V391",
        "V392",
        "V393",
        "V394",
        "V395",
        "V396",
        "V397",
        "V398",
        "V399",
        "V400",
        "V401",
        "V402",
        "V403",
        "V404",
        "V405",
        "V406",
        "V407",
        "V408",
        "V409",
        "V410",
        "V411",
        "V412",
        "V413",
        "V414",
        "V415",
        "V416",
        "V417",
        "V418",
        "V419",
        "V420",
        "V421",
        "V422",
        "V423",
        "V424",
        "V425",
        "V426",
        "V427",
        "V428",
        "V429",
        "V430",
        "V431",
        "V432",
        "V433",
        "V434",
        "V435",
        "V436",
        "V437",
        "V438",
        "V439",
        "V440",
        "V441",
        "V442",
        "V443",
        "V444",
        "V445",
        "V446",
        "V447",
        "V448",
        "V449",
        "V450",
        "V451",
        "V452",
        "V453",
        "V454",
        "V455",
        "V456",
        "V457",
        "V458",
        "V459",
        "V460",
        "V461",
        "V462",
        "V463",
        "V464",
        "V465",
        "V466",
        "V467",
        "V468",
        "V469",
        "V470",
        "V471",
        "V472",
        "V473",
        "V474",
        "V475",
        "V476",
        "V477",
        "V478",
        "V479",
        "V480",
        "V481",
        "V482",
        "V483",
        "V484",
        "V485",
        "V486",
        "V487",
        "V488",
        "V489",
        "V490",
        "V491",
        "V492",
        "V493",
        "V494",
        "V495",
        "V496",
        "V497",
        "V498",
        "V499",
        "V500",
        "V501",
        "V502",
        "V503",
        "V504",
        "V505",
        "V506",
        "V507",
        "V508",
        "V509",
        "V510",
        "V511",
        "V512",
        "V513",
        "V514",
        "V515",
        "V516",
        "V517",
        "V518",
        "V519",
        "V520",
        "V521",
        "V522",
        "V523",
        "V524",
        "V525",
        "V526",
        "V527",
        "V528",
        "V529",
        "V530",
        "V531",
        "V532",
        "V533",
        "V534",
        "V535",
        "V536",
        "V537",
        "V538",
        "V539",
        "V540",
        "V541",
        "V542",
        "V543",
        "V544",
        "V545",
        "V546",
        "V547",
        "V548",
        "V549",
        "V550",
        "V551",
        "V552",
        "V553",
        "V554",
        "V555",
        "V556",
        "V557",
        "V558",
        "V559",
        "V560",
        "V561",
        "V562",
        "V563",
        "V564",
        "V565",
        "V566",
        "V567",
        "V568",
        "V569",
        "V570",
        "V571",
        "V572",
        "V573",
        "V574",
        "V575",
        "V576",
        "V577",
        "V578",
        "V579",
        "V580",
        "V581",
        "V582",
        "V583",
        "V584",
        "V585",
        "V586",
        "V587"
      ],
      "rows": 379,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "extract_event_ftrs",
      "title": "Extracts events from a data stream and computes event features.",
      "topics": [
        "extract_event_ftrs"
      ]
    },
    {
      "page": "gen_stream",
      "title": "Generates a two dimensional data stream containing events of two classes.",
      "topics": [
        "gen_stream"
      ]
    },
    {
      "page": "get_clusters",
      "title": "Extracts events from a two-dimensional data stream",
      "topics": [
        "get_clusters"
      ]
    },
    {
      "page": "get_clusters_3d",
      "title": "Extracts events from a three-dimensional data stream",
      "topics": [
        "get_clusters_3d"
      ]
    },
    {
      "page": "get_features",
      "title": "Computes event-features",
      "topics": [
        "get_features"
      ]
    },
    {
      "page": "get_features_3d",
      "title": "Computes event-features",
      "topics": [
        "get_features_3d"
      ]
    },
    {
      "page": "NO2_2010",
      "title": "A dataset containing NO2 data for 2010",
      "topics": [
        "NO2_2010"
      ]
    },
    {
      "page": "NO2_2011",
      "title": "A dataset containing NO2 data for 2011",
      "topics": [
        "NO2_2011"
      ]
    },
    {
      "page": "NO2_2012",
      "title": "A dataset containing NO2 data for 2012",
      "topics": [
        "NO2_2012"
      ]
    },
    {
      "page": "NO2_2013",
      "title": "A dataset containing NO2 data for 2013",
      "topics": [
        "NO2_2013"
      ]
    },
    {
      "page": "NO2_2014",
      "title": "A dataset containing NO2 data for 2014",
      "topics": [
        "NO2_2014"
      ]
    },
    {
      "page": "NO2_2015",
      "title": "A dataset containing NO2 data for 2015",
      "topics": [
        "NO2_2015"
      ]
    },
    {
      "page": "NO2_2016",
      "title": "A dataset containing NO2 data for 2016",
      "topics": [
        "NO2_2016"
      ]
    },
    {
      "page": "NO2_2017",
      "title": "A dataset containing NO2 data for 2017",
      "topics": [
        "NO2_2017"
      ]
    },
    {
      "page": "NO2_2018",
      "title": "A dataset containing NO2 data for 2018",
      "topics": [
        "NO2_2018"
      ]
    },
    {
      "page": "NO2_2019",
      "title": "A dataset containing NO2 data for 2019",
      "topics": [
        "NO2_2019"
      ]
    },
    {
      "page": "predict_tdl",
      "title": "Prediction with incomplete-event-classifier",
      "topics": [
        "predict_tdl"
      ]
    },
    {
      "page": "real_details",
      "title": "A dataset containing the details of class A events in the dataset real_stream.",
      "topics": [
        "real_details"
      ]
    },
    {
      "page": "real_stream",
      "title": "A data stream from a real world application",
      "topics": [
        "real_stream"
      ]
    },
    {
      "page": "spline_stats",
      "title": "Computes background quantities using splines",
      "topics": [
        "spline_stats"
      ]
    },
    {
      "page": "stats_3d",
      "title": "Computes mean and standard deviation",
      "topics": [
        "stats_3d"
      ]
    },
    {
      "page": "stream_from_files",
      "title": "Generates a two dimensional data stream from data files in a given folder.",
      "topics": [
        "stream_from_files"
      ]
    },
    {
      "page": "td_logistic",
      "title": "Classification with incomplete-event-classifier",
      "topics": [
        "td_logistic"
      ]
    },
    {
      "page": "tune_cpdbee_2D",
      "title": "Tunes 2D event detection using labeled data",
      "topics": [
        "tune_cpdbee_2D"
      ]
    },
    {
      "page": "tune_cpdbee_3D",
      "title": "Tunes 3D event detection using labeled data",
      "topics": [
        "tune_cpdbee_3D"
      ]
    }
  ],
  "_readme": "https://github.com/sevvandi/eventstream/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "changepoint",
    "cli",
    "codetools",
    "dbscan",
    "dplyr",
    "foreach",
    "generics",
    "glmnet",
    "glue",
    "iterators",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "pillar",
    "pkgconfig",
    "R6",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "shape",
    "survival",
    "tensorA",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "zoo"
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "eventstream",
  "_universes": [
    "sevvandi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-03T10:09:48.000Z",
      "distro": "noble",
      "commit": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
      "fileid": "9f18476be52efe518ad16104be4bacdec1c801fe9e0afdcdcbd462e6a406754b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/26877753044"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-03T10:09:40.000Z",
      "distro": "noble",
      "commit": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
      "fileid": "198aa84c10a3a9121ff09171e9bf359b7d0bff8e5459a6cedd21570e71ae28e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/26877753044"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-03T10:09:06.000Z",
      "commit": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
      "fileid": "2bee4efcf1b8d93906ed2c1c5f55c7d5af8dd95a9597abbd0316ab79be7d8df6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/26877753044"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-03T10:09:51.000Z",
      "commit": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
      "fileid": "23aba1947b4ef7c5b23efa0de2a361ea72712fd17a5fe3c53972e55b4bf80eae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/26877753044"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-03T10:09:43.000Z",
      "commit": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
      "fileid": "8d9fd3de3cc47be6896b4c1b14e8c4c5c4a5dd6e0354a2e7d0b1355e935df62d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/26877753044"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-03T10:08:51.000Z",
      "commit": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
      "fileid": "c95de4a56c6f8606c6a9e4f6fae1baa36d648b7d8f1199b7af5c46adee0fd5c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/26877753044"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-03T10:08:53.000Z",
      "commit": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
      "fileid": "6b8b359cd60d7a6383e47d95ce426b9f74ca45303399cc65c32c608b411a3b19",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/26877753044"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-03T10:09:02.000Z",
      "commit": "41ff2a68c6f40a75a10cc68789c0c3c9540fc9be",
      "fileid": "90762260da622a25c39e75f75cdb6ebd7a48e4df5b64159547e7a050afe6bf52",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/26877753044"
    }
  ]
}