{
  "_id": "6a1c0f581d7bb097a0a2e1f7",
  "Package": "mixturemodelsr",
  "Type": "Package",
  "Title": "R Wrapper for the Mixture-Models Python Library",
  "Version": "0.1.20",
  "Authors@R": "person(\"Siva Rajesh\", \"Kasa\", email = \"mixturemodelscollab@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "First R package enabling mixture models for\nhigh-dimensional data through gradient-based optimization with\nAutomatic Differentiation (AD). Provides an R interface to the\n'Mixture-Models' Python package (Kasa et al., 2024) via\nreticulate. Unlike traditional EM-based approaches (e.g.,\nmclust, flexmix), this package uses AD and gradient-based\noptimization (including second-order Newton-CG) to fit Gaussian\nMixture Models (GMM), Mixture of Factor Analyzers (MFA),\nParsimonious GMM (PGMM), MCLUST family, and t-mixture models\nwithout requiring stringent modeling constraints, making it\nsuitable for high-dimensional settings where the number of\nparameters exceeds the sample size. Reference: Kasa, S. R.,\nYijie, H., Kasa, S. K., & Rajan, V. (2024). Mixture-Models: a\none-stop Python Library for Model-based Clustering using\nvarious Mixture Models. arXiv preprint arXiv:2402.10229.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "SystemRequirements": "Python (>= 3.6), Python package 'mixture-models'\n(available on PyPI)",
  "URL": "https://github.com/kasakh/mixturemodelsr,\nhttps://github.com/kasakh/Mixture-Models",
  "BugReports": "https://github.com/kasakh/mixturemodelsr/issues",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libpng-dev python3",
  "Repository": "https://kasakh.r-universe.dev",
  "Date/Publication": "2026-01-01 00:33:16 UTC",
  "RemoteUrl": "https://github.com/kasakh/mixturemodelsr",
  "RemoteRef": "HEAD",
  "RemoteSha": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 10:33:10 UTC",
    "User": "root"
  },
  "Author": "Siva Rajesh Kasa [aut, cre, cph]",
  "Maintainer": "Siva Rajesh Kasa <mixturemodelscollab@gmail.com>",
  "MD5sum": "d6b3c529f5594f7c6a8fd40f620b2aa5",
  "_user": "kasakh",
  "_type": "src",
  "_file": "mixturemodelsr_0.1.20.tar.gz",
  "_fileid": "f9c0eada4eb5881562d3bd1b4d16f02e3eb9993a02e5dda3df35851d9bbfd1a7",
  "_filesize": 210285,
  "_sha256": "f9c0eada4eb5881562d3bd1b4d16f02e3eb9993a02e5dda3df35851d9bbfd1a7",
  "_created": "2026-05-31T10:33:10.000Z",
  "_published": "2026-05-31T10:37:12.657Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78718940961,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7316004120"
    },
    {
      "job": 78718940955,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7316003968"
    },
    {
      "job": 78718940968,
      "time": 177,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7316006673"
    },
    {
      "job": 78718940978,
      "time": 215,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7316008007"
    },
    {
      "job": 78718777078,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315992330"
    },
    {
      "job": 78718940960,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7316002733"
    },
    {
      "job": 78718940976,
      "time": 119,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7316003746"
    },
    {
      "job": 78718940972,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7316002189"
    },
    {
      "job": 78718940971,
      "time": 108,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7316002722"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kasakh/actions/runs/26710151148",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/kasakh/mixturemodelsr",
  "_commit": {
    "id": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
    "author": "Ubuntu <ubuntu@ip-172-31-18-164.us-west-2.compute.internal>",
    "committer": "Ubuntu <ubuntu@ip-172-31-18-164.us-west-2.compute.internal>",
    "message": "v0.1.20: Update python.R\n",
    "time": 1767227596
  },
  "_maintainer": {
    "name": "Siva Rajesh Kasa",
    "email": "mixturemodelscollab@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "reticulate",
      "version": ">= 1.14",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "kasakh",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-01",
      "n": 22
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.1",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.10",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.11",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.12",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.13",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.14",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.15",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.16",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.17",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.2",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.3",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.4",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.5",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.6",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.7",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.8",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.9",
      "date": "2025-12-31"
    },
    {
      "name": "v0.1.18",
      "date": "2026-01-01"
    },
    {
      "name": "v0.1.19",
      "date": "2026-01-01"
    },
    {
      "name": "v0.1.20",
      "date": "2026-01-01"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 31774865,
    "type": "user",
    "name": "kasakh"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mixturemodelsr"
  },
  "_devurl": "https://github.com/kasakh/mixturemodelsr",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mixturemodelsr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "mm_aic",
    "mm_bic",
    "mm_gmm_constrained_fit",
    "mm_gmm_fit",
    "mm_likelihood",
    "mm_mclust_fit",
    "mm_mfa_fit",
    "mm_params",
    "mm_pgmm_fit",
    "mm_predict",
    "mm_py_info",
    "mm_python_available",
    "mm_setup",
    "mm_tmm_fit"
  ],
  "_help": [
    {
      "page": "mm_aic",
      "title": "Compute AIC for fitted model",
      "topics": [
        "mm_aic"
      ]
    },
    {
      "page": "mm_bic",
      "title": "Compute BIC for fitted model",
      "topics": [
        "mm_bic"
      ]
    },
    {
      "page": "mm_gmm_constrained_fit",
      "title": "Fit a Constrained Gaussian Mixture Model",
      "topics": [
        "mm_gmm_constrained_fit"
      ]
    },
    {
      "page": "mm_gmm_fit",
      "title": "Fit a Gaussian Mixture Model (GMM)",
      "topics": [
        "mm_gmm_fit"
      ]
    },
    {
      "page": "mm_likelihood",
      "title": "Compute log-likelihood for fitted model",
      "topics": [
        "mm_likelihood"
      ]
    },
    {
      "page": "mm_mclust_fit",
      "title": "Fit an MCLUST Family Model",
      "topics": [
        "mm_mclust_fit"
      ]
    },
    {
      "page": "mm_mfa_fit",
      "title": "Fit a Mixture of Factor Analyzers (MFA)",
      "topics": [
        "mm_mfa_fit"
      ]
    },
    {
      "page": "mm_params",
      "title": "Get parameter values from fit object",
      "topics": [
        "mm_params"
      ]
    },
    {
      "page": "mm_pgmm_fit",
      "title": "Fit a Parsimonious Gaussian Mixture Model (PGMM)",
      "topics": [
        "mm_pgmm_fit"
      ]
    },
    {
      "page": "mm_predict",
      "title": "Predict cluster labels",
      "topics": [
        "mm_predict"
      ]
    },
    {
      "page": "mm_py_info",
      "title": "Python Configuration Diagnostics",
      "topics": [
        "mm_py_info"
      ]
    },
    {
      "page": "mm_python_available",
      "title": "Check if Python module is available",
      "topics": [
        "mm_python_available"
      ]
    },
    {
      "page": "mm_setup",
      "title": "Setup mixturemodelsr (user-friendly wrapper)",
      "topics": [
        "mm_setup"
      ]
    },
    {
      "page": "mm_tmm_fit",
      "title": "Fit a t-Mixture Model (TMM)",
      "topics": [
        "mm_tmm_fit"
      ]
    },
    {
      "page": "print.mm_fit",
      "title": "Print method for mm_fit objects",
      "topics": [
        "print.mm_fit"
      ]
    }
  ],
  "_readme": "https://github.com/kasakh/mixturemodelsr/raw/HEAD/README.md",
  "_rundeps": [
    "here",
    "jsonlite",
    "lattice",
    "Matrix",
    "png",
    "rappdirs",
    "Rcpp",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "withr"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "mixturemodelsr",
  "_universes": [
    "kasakh"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.20",
      "date": "2026-05-31T10:35:11.000Z",
      "distro": "noble",
      "commit": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
      "fileid": "21aaad3ff6cbdfd78e2d8837f8a98bfafe0a772693c5712717974a1f9f519353",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kasakh/actions/runs/26710151148"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.20",
      "date": "2026-05-31T10:35:10.000Z",
      "distro": "noble",
      "commit": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
      "fileid": "705d70312a8ddb18271ab4dc8df514a0473fe3d976355e55240b36dbbaff3410",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kasakh/actions/runs/26710151148"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.20",
      "date": "2026-05-31T10:35:38.000Z",
      "commit": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
      "fileid": "1ce47fa3568aa4bead468f6d4dc60ff3a8802762249506695bbe7459b65a10a8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kasakh/actions/runs/26710151148"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.20",
      "date": "2026-05-31T10:35:39.000Z",
      "commit": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
      "fileid": "0e44b69c5fe0262e97712a8ddb22fa5a116980579bd5cef37fc620f73ea5963d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kasakh/actions/runs/26710151148"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.20",
      "date": "2026-05-31T10:35:12.000Z",
      "commit": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
      "fileid": "771c7234a623fca4a04e0f351bb67f2e5c896c51b1fa8792ba8c59bbe2ce53d4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kasakh/actions/runs/26710151148"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.20",
      "date": "2026-05-31T10:34:21.000Z",
      "commit": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
      "fileid": "3ef08eeb12a45e223108579e0e9647e6b250abe67838ae8cd2e20080446240df",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kasakh/actions/runs/26710151148"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.20",
      "date": "2026-05-31T10:34:10.000Z",
      "commit": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
      "fileid": "3ec49c40286bdf9dff9862c936241585db2d431568f0724bcc48f8160c2c1d4d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kasakh/actions/runs/26710151148"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.20",
      "date": "2026-05-31T10:34:15.000Z",
      "commit": "bf21e3d062d01e7f854d7f9197eec0d6e559147d",
      "fileid": "2728f273d344584a29cec969400775ab0c70b87695ed5fe4bd32fb1ff04661cc",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kasakh/actions/runs/26710151148"
    }
  ]
}