{
  "_id": "6a1ed83db401979e7340f011",
  "Package": "EMgaussian",
  "Encoding": "UTF-8",
  "Type": "Package",
  "Title": "Expectation-Maximization Algorithm for Multivariate Normal\n(Gaussian) with Missing Data",
  "Version": "0.2.2",
  "Date": "2025-07-24",
  "Authors@R": "c(person(given = c(\"Carl\",\"F.\"),\nfamily = \"Falk\",\nrole = c(\"cre\",\"aut\"),\nemail = \"carl.falk@mcgill.ca\"))",
  "Maintainer": "Carl F. Falk <carl.falk@mcgill.ca>",
  "Description": "Initially designed to distribute code for estimating the\nGaussian graphical model with Lasso regularization, also known\nas the graphical lasso (glasso), using an\nExpectation-Maximization (EM) algorithm based on work by\nStädler and Bühlmann (2012) <doi:10.1007/s11222-010-9219-7>. As\na byproduct, code for estimating means and covariances (or the\nprecision matrix) under a multivariate normal (Gaussian)\ndistribution is also available.",
  "License": "GPL (>= 3)",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://falkcarl.r-universe.dev",
  "Date/Publication": "2025-07-24 13:35:21 UTC",
  "RemoteUrl": "https://github.com/falkcarl/emgaussian",
  "RemoteRef": "HEAD",
  "RemoteSha": "fb03a403c50669a49b134a2a552c1653faf365ca",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-20 09:47:32 UTC",
    "User": "root"
  },
  "Author": "Carl F. Falk [cre, aut]",
  "MD5sum": "d96fb0ccb0612122b79077008ec560b3",
  "_user": "falkcarl",
  "_type": "src",
  "_file": "EMgaussian_0.2.2.tar.gz",
  "_fileid": "058006b16528a55262a83e81eedef2c7f0901356311daa94edb76dce69749856",
  "_filesize": 147951,
  "_sha256": "058006b16528a55262a83e81eedef2c7f0901356311daa94edb76dce69749856",
  "_created": "2026-05-20T09:47:32.000Z",
  "_published": "2026-06-02T13:18:53.020Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79079551820,
      "time": 211,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106760752"
    },
    {
      "job": 79079551450,
      "time": 197,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106755444"
    },
    {
      "job": 79079551689,
      "time": 211,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106761299"
    },
    {
      "job": 79079551261,
      "time": 221,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106764319"
    },
    {
      "job": 79079551843,
      "time": 286,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7106755026"
    },
    {
      "job": 79079551386,
      "time": 444,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7106830321"
    },
    {
      "job": 79079551315,
      "time": 219,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106749077"
    },
    {
      "job": 79079551732,
      "time": 307,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106784738"
    },
    {
      "job": 79079550410,
      "time": 234,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106683970"
    },
    {
      "job": 79079550291,
      "time": 179,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7358785685"
    },
    {
      "job": 79079551313,
      "time": 210,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106760822"
    },
    {
      "job": 79079551373,
      "time": 176,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7106748178"
    },
    {
      "job": 79079551308,
      "time": 182,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106751348"
    }
  ],
  "_buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/falkcarl/emgaussian",
  "_commit": {
    "id": "fb03a403c50669a49b134a2a552c1653faf365ca",
    "author": "falkcarl <carl.falk@mcgill.ca>",
    "committer": "falkcarl <carl.falk@mcgill.ca>",
    "message": "fix to docs\n\n about penalize.diagonal, one link incorrect\n",
    "time": 1753364121
  },
  "_maintainer": {
    "name": "Carl F. Falk",
    "email": "carl.falk@mcgill.ca",
    "login": "falkcarl",
    "description": "",
    "uuid": 15793990
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "matrixcalc",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "lavaan",
      "role": "Imports"
    },
    {
      "package": "glasso",
      "role": "Imports"
    },
    {
      "package": "glassoFast",
      "role": "Imports"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "psych",
      "role": "Suggests"
    },
    {
      "package": "bootnet",
      "role": "Suggests"
    },
    {
      "package": "qgraph",
      "role": "Suggests"
    },
    {
      "package": "cglasso",
      "role": "Suggests"
    }
  ],
  "_owner": "falkcarl",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-30",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "falkcarl",
      "count": 21,
      "uuid": 15793990
    }
  ],
  "_userbio": {
    "uuid": 15793990,
    "type": "user",
    "name": "falkcarl"
  },
  "_downloads": {
    "count": 661,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/EMgaussian"
  },
  "_devurl": "https://github.com/falkcarl/emgaussian",
  "_searchresults": 0,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/EMgaussian.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/falkcarl/emgaussian",
  "_realowner": "falkcarl",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2024-03-04"
    },
    {
      "version": "0.2.2",
      "date": "2025-07-24"
    }
  ],
  "_exports": [
    "em.cov",
    "em.prec",
    "EMggm",
    "rhogrid",
    "startvals.cov"
  ],
  "_help": [
    {
      "page": "em.cov",
      "title": "EM algorithm for multivariate normal, covariance matrix parameterization",
      "topics": [
        "em.cov"
      ]
    },
    {
      "page": "em.prec",
      "title": "EM algorithm for multivariate normal, precision matrix parameterization",
      "topics": [
        "em.prec"
      ]
    },
    {
      "page": "EMggm",
      "title": "Regularized GGM under missing data with EBIC or k-fold cross validation",
      "topics": [
        "EMggm"
      ]
    },
    {
      "page": "rhogrid",
      "title": "Create sequence of possible tuning parameter values",
      "topics": [
        "rhogrid"
      ]
    },
    {
      "page": "startvals.cov",
      "title": "Starting values for means and covariances",
      "topics": [
        "startvals.cov"
      ]
    }
  ],
  "_rundeps": [
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "glasso",
    "glassoFast",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lavaan",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "matrixcalc",
    "mnormt",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pbivnorm",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "quadprog",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_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"
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "emgaussian",
  "_universes": [
    "falkcarl"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-20T09:50:42.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "bf08b371054ea06dd97c8946d3bdfbe754e6982d2fc10074a195742da2dc4fcd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-20T09:50:27.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "77d8759147d9acf3a9fabcc8c67782443db4103a23edefaf5c34e997706e1225",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-20T09:50:40.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "148dc4dc862e8bcca5a6cc2407bb6ec6221ca3f9a226f895fb3d6ced86277a8f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-20T09:50:45.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "3e0fad4fc6d3f3a75158560eb49ea38d9b70c3e0cb72eb4aba54c86647b9144c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-20T09:50:35.000Z",
      "arch": "aarch64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "16fa57ff5e3d059ec8d8cd35e9c4e1c1d02c4b0cd2e4d196cb91b405d91a81d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-20T09:52:42.000Z",
      "arch": "x86_64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "f5265001f33b6e4350d779a9f76a77d108bf5fc54fa016b9ed8bd6d4396e1524",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-20T09:50:10.000Z",
      "arch": "aarch64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "569ebf41d5ab516c747ab1450b77bc73f3b66101edbc024412c8ba40bd0c957f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-20T09:51:11.000Z",
      "arch": "x86_64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "72abae54ac218ff4b0fe4f7e01c97271a8fb956a854bd86f94743b9640a1a080",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-20T09:50:01.000Z",
      "arch": "x86_64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "a45fe352dada8d4301a00f01d04c5960bad6d2de1f24dc4ad975e8f22d8a7398",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-20T09:49:21.000Z",
      "arch": "x86_64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "f178d49f9a153803c29c4248d04a781f7704a748ea23f2fd908055b48aac25c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-20T09:49:36.000Z",
      "arch": "x86_64",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "f2af6c1919709cf0640a9e9836f034adb8380e9a32ce6bc36559a5ba905e4def",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-06-02T13:18:15.000Z",
      "arch": "emscripten",
      "commit": "fb03a403c50669a49b134a2a552c1653faf365ca",
      "fileid": "af1b952de1f519f51fae1479d85454e4b4c0ff46f77f1d747adc104691c902b0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/falkcarl/actions/runs/26154588371"
    }
  ]
}