{
  "_id": "6a2912e5732311cd875972e5",
  "Package": "lmmprobe",
  "Type": "Package",
  "Title": "Sparse High-Dimensional Linear Mixed Modeling with a Partitioned\nEmpirical Bayes ECM Algorithm",
  "Version": "0.1.0",
  "Date": "2026-02-27",
  "Authors@R": "c(person(given = \"Anja\",\nfamily = \"Zgodic\",\nrole = c(\"aut\", \"cre\"),\nemail = \"anja.zgodic@gmail.com\"),\nperson(given = \"Ray\",\nfamily = \"Bai\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0001-7150-7229\")),\nperson(given = \"Jiajia\",\nfamily = \"Zhang\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0001-8281-8532\")),\nperson(given = \"Alex\",\nfamily = \"McLain\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0002-5475-0670\")),\nperson(given = \"Peter\",\nfamily = \"Olejua\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0002-2478-0908\")))",
  "Description": "Implements a partitioned Empirical Bayes Expectation\nConditional Maximization (ECM) algorithm for sparse\nhigh-dimensional linear mixed modeling as described in Zgodic,\nBai, Zhang, and McLain (2025) <doi:10.1007/s11222-025-10649-z>.\nThe package provides efficient estimation and inference for\nmixed models with high-dimensional fixed effects.",
  "License": "GPL (>= 2)",
  "URL": "https://github.com/anjazgodic/lmmprobe",
  "BugReports": "https://github.com/anjazgodic/lmmprobe/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-10 07:27:10 UTC",
    "User": "root"
  },
  "Author": "Anja Zgodic [aut, cre], Ray Bai [aut] (ORCID:\n<https://orcid.org/0000-0001-7150-7229>), Jiajia Zhang [aut]\n(ORCID: <https://orcid.org/0000-0001-8281-8532>), Alex McLain\n[aut] (ORCID: <https://orcid.org/0000-0002-5475-0670>), Peter\nOlejua [aut] (ORCID: <https://orcid.org/0000-0002-2478-0908>)",
  "Maintainer": "Anja Zgodic <anja.zgodic@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-03-12 09:00:09 UTC",
  "RemoteUrl": "https://github.com/cran/lmmprobe",
  "RemoteRef": "HEAD",
  "RemoteSha": "cbdfa860d269375cabd357b6c67cd06123d01e56",
  "MD5sum": "7f83abc401a4fafbf8666f2091a33fae",
  "_user": "cran",
  "_type": "src",
  "_file": "lmmprobe_0.1.0.tar.gz",
  "_fileid": "bb1948d7639756094662ca427c331212334c1e27a3c7f434b58ca14912d5d6b1",
  "_filesize": 1295920,
  "_sha256": "bb1948d7639756094662ca427c331212334c1e27a3c7f434b58ca14912d5d6b1",
  "_created": "2026-06-10T07:27:10.000Z",
  "_published": "2026-06-10T07:31:49.616Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80504541991,
      "time": 178,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7529224795"
    },
    {
      "job": 80504541993,
      "time": 196,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7529230032"
    },
    {
      "job": 80504542016,
      "time": 179,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7529225412"
    },
    {
      "job": 80504542017,
      "time": 177,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7529223569"
    },
    {
      "job": 80503852902,
      "time": 257,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7529164412"
    },
    {
      "job": 80504541927,
      "time": 148,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7529214353"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27260201416",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/lmmprobe",
  "_commit": {
    "id": "cbdfa860d269375cabd357b6c67cd06123d01e56",
    "author": "Anja Zgodic <anja.zgodic@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1773306009
  },
  "_maintainer": {
    "name": "Anja Zgodic",
    "email": "anja.zgodic@gmail.com",
    "login": "anjazgodic",
    "description": "",
    "uuid": 40696089
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.8.3",
      "role": "Imports"
    },
    {
      "package": "lme4",
      "version": ">= 1.1-29",
      "role": "Imports"
    },
    {
      "package": "future.apply",
      "version": ">= 1.10.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-11",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-03-12"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "anjazgodic",
      "count": 1,
      "uuid": 40696089
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 124,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lmmprobe"
  },
  "_devurl": "https://github.com/anjazgodic/lmmprobe",
  "_searchresults": 5,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lmmprobe.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/anjazgodic/lmmprobe",
  "_realowner": "anjazgodic",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-03-12"
    }
  ],
  "_exports": [
    "lmmprobe"
  ],
  "_datasets": [
    {
      "name": "real_data",
      "title": "Systemic Lupus Erythematosus (SLE) Gene Expression Data",
      "object": "SLE",
      "file": "SLE.RData",
      "class": [
        "data.frame"
      ],
      "fields": [
        "id",
        "y",
        "intercept",
        "ILMN_1343295",
        "ILMN_1651228",
        "ILMN_1651229",
        "ILMN_1651254",
        "ILMN_1651259",
        "ILMN_1651262",
        "ILMN_1651278",
        "ILMN_1651282",
        "ILMN_1651296",
        "ILMN_1651316",
        "ILMN_1651328",
        "ILMN_1651343",
        "ILMN_1651346",
        "ILMN_1651347",
        "ILMN_1651354",
        "ILMN_1651358",
        "ILMN_1651373",
        "ILMN_1651378",
        "ILMN_1651385",
        "ILMN_1651403",
        "ILMN_1651405",
        "ILMN_1651429",
        "ILMN_1651433",
        "ILMN_1651438",
        "ILMN_1651496",
        "ILMN_1651499",
        "ILMN_1651513",
        "ILMN_1651557",
        "ILMN_1651610",
        "ILMN_1651628",
        "ILMN_1651642",
        "ILMN_1651680",
        "ILMN_1651684",
        "ILMN_1651705",
        "ILMN_1651719",
        "ILMN_1651735",
        "ILMN_1651752",
        "ILMN_1651767",
        "ILMN_1651769",
        "ILMN_1651776",
        "ILMN_1651788",
        "ILMN_1651799",
        "ILMN_1651819",
        "ILMN_1651826",
        "ILMN_1651828",
        "ILMN_1651872",
        "ILMN_1651899",
        "ILMN_1651936",
        "ILMN_1651949",
        "ILMN_1651950",
        "ILMN_1651964",
        "ILMN_1651987",
        "ILMN_1652000",
        "ILMN_1652003",
        "ILMN_1652006",
        "ILMN_1652008",
        "ILMN_1652024",
        "ILMN_1652065",
        "ILMN_1652073",
        "ILMN_1652082",
        "ILMN_1652085",
        "ILMN_1652123",
        "ILMN_1652147",
        "ILMN_1652160",
        "ILMN_1652163",
        "ILMN_1652164",
        "ILMN_1652185",
        "ILMN_1652198",
        "ILMN_1652199",
        "ILMN_1652215",
        "ILMN_1652223",
        "ILMN_1652237",
        "ILMN_1652242",
        "ILMN_1652277",
        "ILMN_1652280",
        "ILMN_1652306",
        "ILMN_1652331",
        "ILMN_1652333",
        "ILMN_1652357",
        "ILMN_1652379",
        "ILMN_1652381",
        "ILMN_1652394",
        "ILMN_1652407",
        "ILMN_1652412",
        "ILMN_1652417",
        "ILMN_1652431",
        "ILMN_1652434",
        "ILMN_1652459",
        "ILMN_1652486",
        "ILMN_1652487",
        "ILMN_1652490",
        "ILMN_1652505",
        "ILMN_1652512",
        "ILMN_1652521",
        "ILMN_1652525",
        "ILMN_1652533",
        "ILMN_1652540",
        "ILMN_1652580",
        "ILMN_1652594",
        "ILMN_1652631",
        "ILMN_1652638",
        "ILMN_1652647",
        "ILMN_1652650",
        "ILMN_1652662",
        "ILMN_1652680",
        "ILMN_1652722",
        "ILMN_1652735",
        "ILMN_1652736",
        "ILMN_1652749",
        "ILMN_1652753",
        "ILMN_1652754",
        "ILMN_1652762",
        "ILMN_1652763",
        "ILMN_1652777",
        "ILMN_1652787",
        "ILMN_1652790",
        "ILMN_1652806",
        "ILMN_1652819",
        "ILMN_1652825",
        "ILMN_1652846",
        "ILMN_1652906",
        "ILMN_1652907",
        "ILMN_1652913",
        "ILMN_1652918",
        "ILMN_1652928",
        "ILMN_1652929",
        "ILMN_1652955",
        "ILMN_1652989",
        "ILMN_1653026",
        "ILMN_1653039",
        "ILMN_1653047",
        "ILMN_1653115",
        "ILMN_1653129",
        "ILMN_1653134",
        "ILMN_1653143",
        "ILMN_1653165",
        "ILMN_1653180",
        "ILMN_1653185",
        "ILMN_1653200",
        "ILMN_1653203",
        "ILMN_1653205",
        "ILMN_1653220",
        "ILMN_1653266",
        "ILMN_1653292",
        "ILMN_1653319",
        "ILMN_1653337",
        "ILMN_1653342",
        "ILMN_1653367",
        "ILMN_1653394",
        "ILMN_1653404",
        "ILMN_1653412",
        "ILMN_1653429",
        "ILMN_1653432",
        "ILMN_1653438",
        "ILMN_1653443",
        "ILMN_1653466",
        "ILMN_1653469",
        "ILMN_1653496",
        "ILMN_1653498",
        "ILMN_1653504",
        "ILMN_1653514",
        "ILMN_1653529",
        "ILMN_1653553",
        "ILMN_1653573",
        "ILMN_1653579",
        "ILMN_1653599",
        "ILMN_1653601",
        "ILMN_1653612",
        "ILMN_1653613",
        "ILMN_1653618",
        "ILMN_1653622",
        "ILMN_1653646",
        "ILMN_1653652",
        "ILMN_1653667",
        "ILMN_1653708",
        "ILMN_1653709",
        "ILMN_1653711",
        "ILMN_1653712",
        "ILMN_1653738",
        "ILMN_1653793",
        "ILMN_1653794",
        "ILMN_1653801",
        "ILMN_1653814",
        "ILMN_1653856",
        "ILMN_1653861",
        "ILMN_1653871",
        "ILMN_1653876",
        "ILMN_1654001",
        "ILMN_1654010",
        "ILMN_1654032",
        "ILMN_1654060",
        "ILMN_1654068",
        "ILMN_1654099",
        "ILMN_1654112",
        "ILMN_1654118",
        "ILMN_1654151",
        "ILMN_1654187",
        "ILMN_1654210",
        "ILMN_1654262",
        "ILMN_1654268",
        "ILMN_1654289",
        "ILMN_1654313",
        "ILMN_1654318",
        "ILMN_1654319",
        "ILMN_1654320",
        "ILMN_1654322",
        "ILMN_1654357",
        "ILMN_1654370",
        "ILMN_1654389",
        "ILMN_1654398",
        "ILMN_1654414",
        "ILMN_1654421",
        "ILMN_1654441",
        "ILMN_1654445",
        "ILMN_1654457",
        "ILMN_1654488",
        "ILMN_1654493",
        "ILMN_1654497",
        "ILMN_1654516",
        "ILMN_1654518",
        "ILMN_1654534",
        "ILMN_1654542",
        "ILMN_1654545",
        "ILMN_1654552",
        "ILMN_1654560",
        "ILMN_1654566",
        "ILMN_1654571",
        "ILMN_1654583",
        "ILMN_1654586",
        "ILMN_1654609",
        "ILMN_1654612",
        "ILMN_1654629",
        "ILMN_1654630",
        "ILMN_1654637",
        "ILMN_1654639",
        "ILMN_1654653",
        "ILMN_1654685",
        "ILMN_1654689",
        "ILMN_1654690",
        "ILMN_1654691",
        "ILMN_1654692",
        "ILMN_1654735",
        "ILMN_1654737",
        "ILMN_1654771",
        "ILMN_1654773",
        "ILMN_1654778",
        "ILMN_1654812",
        "ILMN_1654819",
        "ILMN_1654851",
        "ILMN_1654861",
        "ILMN_1654866",
        "ILMN_1654875",
        "ILMN_1654893",
        "ILMN_1654915",
        "ILMN_1654920",
        "ILMN_1654939",
        "ILMN_1654946",
        "ILMN_1655011",
        "ILMN_1655046",
        "ILMN_1655051",
        "ILMN_1655077",
        "ILMN_1655093",
        "ILMN_1655114",
        "ILMN_1655117",
        "ILMN_1655126",
        "ILMN_1655137",
        "ILMN_1655154",
        "ILMN_1655165",
        "ILMN_1655177",
        "ILMN_1655190",
        "ILMN_1655191",
        "ILMN_1655195",
        "ILMN_1655206",
        "ILMN_1655225",
        "ILMN_1655244",
        "ILMN_1655261",
        "ILMN_1655296",
        "ILMN_1655307",
        "ILMN_1655311",
        "ILMN_1655312",
        "ILMN_1655316",
        "ILMN_1655329",
        "ILMN_1655340",
        "ILMN_1655377",
        "ILMN_1655414",
        "ILMN_1655418",
        "ILMN_1655422",
        "ILMN_1655429",
        "ILMN_1655433",
        "ILMN_1655444",
        "ILMN_1655469",
        "ILMN_1655482",
        "ILMN_1655485",
        "ILMN_1655497",
        "ILMN_1655525",
        "ILMN_1655545",
        "ILMN_1655549",
        "ILMN_1655563",
        "ILMN_1655577",
        "ILMN_1655595",
        "ILMN_1655608",
        "ILMN_1655612",
        "ILMN_1655622",
        "ILMN_1655635",
        "ILMN_1655654",
        "ILMN_1655684",
        "ILMN_1655694",
        "ILMN_1655702",
        "ILMN_1655710",
        "ILMN_1655733",
        "ILMN_1655734",
        "ILMN_1655755",
        "ILMN_1655765",
        "ILMN_1655780",
        "ILMN_1655796",
        "ILMN_1655821",
        "ILMN_1655827",
        "ILMN_1655864",
        "ILMN_1655867",
        "ILMN_1655868",
        "ILMN_1655871",
        "ILMN_1655876",
        "ILMN_1655884",
        "ILMN_1655906",
        "ILMN_1655913",
        "ILMN_1655921",
        "ILMN_1655922",
        "ILMN_1655924",
        "ILMN_1655930",
        "ILMN_1655935",
        "ILMN_1655952",
        "ILMN_1655961",
        "ILMN_1655974",
        "ILMN_1655983",
        "ILMN_1655987",
        "ILMN_1655990",
        "ILMN_1656011",
        "ILMN_1656016",
        "ILMN_1656040",
        "ILMN_1656042",
        "ILMN_1656045",
        "ILMN_1656057",
        "ILMN_1656066",
        "ILMN_1656111",
        "ILMN_1656118",
        "ILMN_1656134",
        "ILMN_1656136",
        "ILMN_1656145",
        "ILMN_1656149",
        "ILMN_1656165",
        "ILMN_1656184",
        "ILMN_1656185",
        "ILMN_1656196",
        "ILMN_1656199",
        "ILMN_1656233",
        "ILMN_1656254",
        "ILMN_1656274",
        "ILMN_1656285",
        "ILMN_1656287",
        "ILMN_1656292",
        "ILMN_1656293",
        "ILMN_1656297",
        "ILMN_1656310",
        "ILMN_1656316",
        "ILMN_1656327",
        "ILMN_1656335",
        "ILMN_1656361",
        "ILMN_1656372",
        "ILMN_1656378",
        "ILMN_1656382",
        "ILMN_1656386",
        "ILMN_1656393",
        "ILMN_1656399",
        "ILMN_1656415",
        "ILMN_1656420",
        "ILMN_1656427",
        "ILMN_1656463",
        "ILMN_1656477",
        "ILMN_1656482",
        "ILMN_1656486",
        "ILMN_1656501",
        "ILMN_1656504",
        "ILMN_1656521",
        "ILMN_1656530",
        "ILMN_1656537",
        "ILMN_1656540",
        "ILMN_1656574",
        "ILMN_1656621",
        "ILMN_1656624",
        "ILMN_1656628",
        "ILMN_1656630",
        "ILMN_1656656",
        "ILMN_1656662",
        "ILMN_1656670",
        "ILMN_1656676",
        "ILMN_1656678",
        "ILMN_1656682",
        "ILMN_1656691",
        "ILMN_1656718",
        "ILMN_1656791",
        "ILMN_1656807",
        "ILMN_1656818",
        "ILMN_1656822",
        "ILMN_1656840",
        "ILMN_1656868",
        "ILMN_1656869",
        "ILMN_1656886",
        "ILMN_1656900",
        "ILMN_1656902",
        "ILMN_1656910",
        "ILMN_1656913",
        "ILMN_1656920",
        "ILMN_1656934",
        "ILMN_1656938",
        "ILMN_1656940",
        "ILMN_1656949",
        "ILMN_1656977",
        "ILMN_1657011",
        "ILMN_1657022",
        "ILMN_1657064",
        "ILMN_1657095",
        "ILMN_1657128",
        "ILMN_1657129",
        "ILMN_1657139",
        "ILMN_1657144",
        "ILMN_1657153",
        "ILMN_1657204",
        "ILMN_1657288",
        "ILMN_1657317",
        "ILMN_1657332",
        "ILMN_1657348",
        "ILMN_1657361",
        "ILMN_1657395",
        "ILMN_1657398",
        "ILMN_1657405",
        "ILMN_1657423",
        "ILMN_1657436",
        "ILMN_1657446",
        "ILMN_1657451",
        "ILMN_1657455",
        "ILMN_1657475",
        "ILMN_1657478",
        "ILMN_1657483",
        "ILMN_1657495",
        "ILMN_1657509",
        "ILMN_1657515",
        "ILMN_1657547",
        "ILMN_1657550",
        "ILMN_1657554",
        "ILMN_1657612",
        "ILMN_1657619",
        "ILMN_1657624",
        "ILMN_1657627",
        "ILMN_1657632",
        "ILMN_1657673",
        "ILMN_1657679",
        "ILMN_1657680",
        "ILMN_1657682",
        "ILMN_1657683",
        "ILMN_1657701",
        "ILMN_1657708",
        "ILMN_1657722",
        "ILMN_1657728",
        "ILMN_1657744",
        "ILMN_1657746",
        "ILMN_1657754",
        "ILMN_1657771",
        "ILMN_1657790",
        "ILMN_1657796",
        "ILMN_1657797",
        "ILMN_1657803",
        "ILMN_1657837",
        "ILMN_1657857",
        "ILMN_1657860",
        "ILMN_1657862",
        "ILMN_1657864",
        "ILMN_1657871",
        "ILMN_1657873",
        "ILMN_1657884",
        "ILMN_1657892",
        "ILMN_1657893",
        "ILMN_1657932",
        "ILMN_1657949",
        "ILMN_1657950",
        "ILMN_1657968",
        "ILMN_1657977",
        "ILMN_1657993",
        "ILMN_1657996",
        "ILMN_1658015",
        "ILMN_1658016",
        "ILMN_1658028",
        "ILMN_1658080",
        "ILMN_1658083",
        "ILMN_1658104",
        "ILMN_1658121",
        "ILMN_1658144",
        "ILMN_1658160",
        "ILMN_1658176",
        "ILMN_1658182",
        "ILMN_1658247",
        "AGE",
        "WBC",
        "NEUTROPHIL_COUNT",
        "ESR",
        "female",
        "nonwhite",
        "ARTHRITIS",
        "URINARY_CASTS",
        "HEMATURIA",
        "PROTEINURIA",
        "PYURIA",
        "NEW_RASH",
        "MUCOSAL_ULCERS",
        "LOW_COMPLEMENT",
        "INCREASED_DNA_BINDING",
        "LEUKOPENIA"
      ],
      "rows": 353,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "lmmprobe",
      "title": "Sparse high-dimensional linear mixed modeling with PaRtitiOned empirical Bayes ECM (LMM-PROBE) algorithm.",
      "topics": [
        "lmmprobe"
      ]
    },
    {
      "page": "SLE",
      "title": "Systemic Lupus Erythematosus (SLE) Gene Expression Data",
      "topics": [
        "real_data",
        "SLE"
      ]
    }
  ],
  "_readme": "https://github.com/cran/lmmprobe/raw/HEAD/README.md",
  "_rundeps": [
    "boot",
    "codetools",
    "digest",
    "future",
    "future.apply",
    "globals",
    "lattice",
    "listenv",
    "lme4",
    "MASS",
    "Matrix",
    "minqa",
    "nlme",
    "nloptr",
    "parallelly",
    "rbibutils",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rlang"
  ],
  "_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"
    }
  ],
  "_vignettes": [
    {
      "source": "lmmprobe-intro.Rmd",
      "filename": "lmmprobe-intro.html",
      "title": "Introduction to lmmprobe",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Loading the Package",
        "Simulating Data"
      ],
      "created": "2026-03-12 09:00:09",
      "modified": "2026-03-12 09:00:09",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": false,
  "_nocasepkg": "lmmprobe",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://anjazgodic.r-universe.dev/lmmprobe",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-10T07:29:59.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "cbdfa860d269375cabd357b6c67cd06123d01e56",
      "fileid": "f77464389b98b5e82ee5eb7ac0b8c41820f2d18b52ffe0c6ce485abd2c70aecf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27260201416"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-10T07:30:10.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "cbdfa860d269375cabd357b6c67cd06123d01e56",
      "fileid": "45297c2f17d820a6b48d7edb8eee63dfcdf35f982aa0c968e0e43e07ce21b768",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27260201416"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-10T07:30:00.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "cbdfa860d269375cabd357b6c67cd06123d01e56",
      "fileid": "a95dd2d44f434708c4712ec676f3a746e167980e7ccf3d249e79d52f26af782a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27260201416"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-10T07:29:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "cbdfa860d269375cabd357b6c67cd06123d01e56",
      "fileid": "0ff86ed470b6eae05534578e33a35e868a0c724245561222ac24c86f8134769c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27260201416"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-10T07:30:01.000Z",
      "arch": "emscripten",
      "commit": "cbdfa860d269375cabd357b6c67cd06123d01e56",
      "fileid": "cc4e58e35d13dec2f4bdfbb8485f6daf2ad741a5b8b7eae55c5c3f4c7e29e00a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27260201416"
    }
  ]
}