{
  "_id": "6a141523acfb0bcc41d3bf97",
  "Package": "cauchypca",
  "Type": "Package",
  "Title": "Robust Principal Component Analysis Using the Cauchy\nDistribution",
  "Version": "1.3",
  "Date": "2024-01-24",
  "Authors@R": "c( person(\"Michail\", \"Tsagris\", role = c(\"aut\", \"cre\"), email = \"mtsagris@uoc.gr\"), \nperson(\"Aisha\", \"Fayomi\", role = c(\"ctb\"), email = \"afayomi@kau.edu.sa\"),\nperson(\"Yannis\", \"Pantazis\", role = c(\"ctb\"), email = \"pantazis@iacm.forth.gr\"),\nperson(\"Andrew T.A.\", \"Wood\", role = c(\"ctb\"), email = \"Andrew.Wood@anu.edu.au\") )",
  "Author": "Michail Tsagris [aut, cre], Aisha Fayomi [ctb], Yannis Pantazis\n[ctb], Andrew T.A. Wood [ctb]",
  "Maintainer": "Michail Tsagris <mtsagris@uoc.gr>",
  "Description": "A new robust principal component analysis algorithm is\nimplemented that relies upon the Cauchy Distribution. The\nalgorithm is suitable for high dimensional data even if the\nsample size is less than the number of variables. The\nmethodology is described in this paper: Fayomi A., Pantazis Y.,\nTsagris M. and Wood A.T.A. (2024). \"Cauchy robust principal\ncomponent analysis with applications to high-dimensional data\nsets\". Statistics and Computing, 34: 26.\n<doi:10.1007/s11222-023-10328-x>.",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 09:20:40 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2024-01-25 02:48:00 UTC",
  "RemoteUrl": "https://github.com/cran/cauchypca",
  "RemoteRef": "HEAD",
  "RemoteSha": "3c21227cf7284a410b502cbbb22bcc586bb55d9f",
  "MD5sum": "84935fdbdaeba7293132dbf838e27312",
  "_user": "cran",
  "_type": "src",
  "_file": "cauchypca_1.3.tar.gz",
  "_fileid": "77935e08d39aabf375272593031700b2bb51c374bc93a148b7a5caed67d71e15",
  "_filesize": 88292,
  "_sha256": "77935e08d39aabf375272593031700b2bb51c374bc93a148b7a5caed67d71e15",
  "_created": "2026-05-25T09:20:40.000Z",
  "_published": "2026-05-25T09:23:47.889Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77687607083,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7195404337"
    },
    {
      "job": 77687607100,
      "time": 150,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195405928"
    },
    {
      "job": 77687200063,
      "time": 183,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195367589"
    },
    {
      "job": 77687607148,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195395657"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26393070817",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/cauchypca",
  "_commit": {
    "id": "3c21227cf7284a410b502cbbb22bcc586bb55d9f",
    "author": "Michail Tsagris <mtsagris@uoc.gr>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.3\n",
    "time": 1706150880
  },
  "_maintainer": {
    "name": "Michail Tsagris",
    "email": "mtsagris@uoc.gr"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "Rfast",
      "role": "Imports"
    },
    {
      "package": "Rfast2",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 206,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cauchypca"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/cauchypca.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2022-11-09"
    },
    {
      "version": "1.1",
      "date": "2023-09-15"
    },
    {
      "version": "1.2",
      "date": "2023-10-22"
    },
    {
      "version": "1.3",
      "date": "2024-01-24"
    }
  ],
  "_exports": [
    "cauchy.mle",
    "cauchy.pca"
  ],
  "_help": [
    {
      "page": "cauchypca-package",
      "title": "Robust Principal Component Analysis Using the Cauchy Distribution",
      "topics": [
        "cauchypca-package"
      ]
    },
    {
      "page": "cauchy.mle",
      "title": "MLE of the Cauchy distribution",
      "topics": [
        "cauchy.mle"
      ]
    },
    {
      "page": "cauchy.pca",
      "title": "Robust PCA using the Cauchy distribution",
      "topics": [
        "cauchy.pca"
      ]
    }
  ],
  "_rundeps": [
    "BH",
    "codetools",
    "doParallel",
    "foreach",
    "iterators",
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel",
    "Rfast",
    "Rfast2",
    "Rnanoflann",
    "zigg"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "cauchypca",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3",
      "date": "2026-05-25T09:23:10.000Z",
      "distro": "noble",
      "commit": "3c21227cf7284a410b502cbbb22bcc586bb55d9f",
      "fileid": "28f666d9ef0e3c68b96ad362a73b0a6c6a3b040683e2af70ab76b9a54058b9b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26393070817"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3",
      "date": "2026-05-25T09:23:14.000Z",
      "distro": "noble",
      "commit": "3c21227cf7284a410b502cbbb22bcc586bb55d9f",
      "fileid": "acb2d4ab7fef05f8bf44f41672bc7a60812cb58df3afcec6a456b793e5ba1e58",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26393070817"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3",
      "date": "2026-05-25T09:22:48.000Z",
      "commit": "3c21227cf7284a410b502cbbb22bcc586bb55d9f",
      "fileid": "d5c123ae37c9dc5ed4fa4cebd8a4b1bd30126f2a052533a56afef9dad9aaeb48",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26393070817"
    }
  ]
}