{
  "_id": "6a102dd7acfb0bcc41c93fca",
  "Package": "glmpca",
  "Title": "Dimension Reduction of Non-Normally Distributed Data",
  "Version": "0.2.0.9000",
  "Description": "Implements a generalized version of principal components\nanalysis (GLM-PCA) for dimension reduction of non-normally\ndistributed data such as counts or binary matrices. Townes FW,\nHicks SC, Aryee MJ, Irizarry RA (2019)\n<doi:10.1186/s13059-019-1861-6>. Townes FW (2019)\n<arXiv:1907.02647>.",
  "Authors@R": "c(person(\"F. William\", \"Townes\", email = \"will.townes@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Kelly\", \"Street\", email = \"street.kelly@gmail.com\", role=\"aut\"),\nperson(\"Jake\", \"Yeung\", email = \"jakeyeung@gmail.com\", role=\"ctb\"))",
  "License": "LGPL (>= 3) | file LICENSE",
  "URL": "https://github.com/willtownes/glmpca",
  "BugReports": "https://github.com/willtownes/glmpca/issues",
  "Language": "en-US",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.1",
  "Encoding": "UTF-8",
  "Repository": "https://willtownes.r-universe.dev",
  "Date/Publication": "2024-04-18 17:51:44 UTC",
  "RemoteUrl": "https://github.com/willtownes/glmpca",
  "RemoteRef": "HEAD",
  "RemoteSha": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 10:17:40 UTC",
    "User": "root"
  },
  "Author": "F. William Townes [aut, cre, cph],\nKelly Street [aut],\nJake Yeung [ctb]",
  "Maintainer": "F. William Townes <will.townes@gmail.com>",
  "MD5sum": "3d6336638962e2b081831139ec96de51",
  "_user": "willtownes",
  "_type": "src",
  "_file": "glmpca_0.2.0.9000.tar.gz",
  "_fileid": "77af4479d754666944dbe49a283ff5f7fc9338ffbfbf545e89a87b73799ea380",
  "_filesize": 399778,
  "_sha256": "77af4479d754666944dbe49a283ff5f7fc9338ffbfbf545e89a87b73799ea380",
  "_created": "2026-05-22T10:17:40.000Z",
  "_published": "2026-05-22T10:20:07.449Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77360524867,
      "time": 108,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7158199511"
    },
    {
      "job": 77360524845,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158202251"
    },
    {
      "job": 77360524832,
      "time": 98,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7158196799"
    },
    {
      "job": 77360524829,
      "time": 87,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158193902"
    },
    {
      "job": 77360074642,
      "time": 186,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158167322"
    },
    {
      "job": 77360524841,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158196490"
    },
    {
      "job": 77360524874,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7158190516"
    },
    {
      "job": 77360524818,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7158190877"
    },
    {
      "job": 77360524817,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158194279"
    }
  ],
  "_buildurl": "https://github.com/r-universe/willtownes/actions/runs/26281925331",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/willtownes/glmpca",
  "_commit": {
    "id": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
    "author": "Will Townes <ftownes@andrew.cmu.edu>",
    "committer": "Will Townes <ftownes@andrew.cmu.edu>",
    "message": "update readme to point to alternative implementations\n",
    "time": 1713462704
  },
  "_maintainer": {
    "name": "F. William Townes",
    "email": "will.townes@gmail.com",
    "login": "willtownes",
    "twitter": "@will_townes",
    "description": "Assistant Professor of Statistics and Data Science",
    "uuid": 810709
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "logisticPCA",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "Matrix",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "willtownes",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [],
  "_tags": [],
  "_stars": 97,
  "_contributors": [
    {
      "user": "willtownes",
      "count": 38,
      "uuid": 810709
    },
    {
      "user": "kstreet13",
      "count": 11,
      "uuid": 11052277
    },
    {
      "user": "petehaitch",
      "count": 1,
      "uuid": 1049741
    },
    {
      "user": "flying-sheep",
      "count": 1,
      "uuid": 291575
    },
    {
      "user": "rmflight",
      "count": 1,
      "uuid": 1509626
    }
  ],
  "_userbio": {
    "uuid": 810709,
    "type": "user",
    "name": "Will Townes",
    "description": "Assistant Professor of Statistics and Data Science"
  },
  "_downloads": {
    "count": 903,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/glmpca"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/willtownes/glmpca",
  "_searchresults": 362,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/glmpca.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/willtownes/glmpca",
  "_realowner": "willtownes",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-09-27"
    },
    {
      "version": "0.2.0",
      "date": "2020-07-18"
    }
  ],
  "_exports": [
    "glmpca"
  ],
  "_help": [
    {
      "page": "glmpca",
      "title": "GLM-PCA",
      "topics": [
        "glmpca"
      ]
    },
    {
      "page": "predict.glmpca",
      "title": "Predict Method for GLM-PCA Fits",
      "topics": [
        "predict.glmpca"
      ]
    }
  ],
  "_readme": "https://github.com/willtownes/glmpca/raw/HEAD/README.md",
  "_rundeps": [
    "MASS"
  ],
  "_vignettes": [
    {
      "source": "glmpca.Rmd",
      "filename": "glmpca.html",
      "title": "Applying GLM-PCA to Data",
      "author": "Will Townes, Kelly Street",
      "engine": "knitr::knitr",
      "headings": [
        "Comparing GLM-PCA to Traditional PCA",
        "Poisson likelihood",
        "Negative binomial likelihood",
        "Standard PCA",
        "Visualize results",
        "Examining the GLM-PCA output"
      ],
      "created": "2019-07-03 14:37:48",
      "modified": "2020-07-15 04:25:29",
      "commits": 7
    }
  ],
  "_score": 9.499722814238737,
  "_indexed": true,
  "_nocasepkg": "glmpca",
  "_universes": [
    "willtownes"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-05-22T10:19:29.000Z",
      "distro": "noble",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "b062ba0b265d034183b7b5629397a42880e57dacf99309c300b6fa76b892da37",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/26281925331"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-05-22T10:19:39.000Z",
      "distro": "noble",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "6e447cd1d84d62bdd80792ccfe26b3df10f9f10c621e9df689aed3ade417c9a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/26281925331"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-05-22T10:19:22.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "bb404975bf8279e5edc5d74d7eeed1da13e53bdec7c89a80031af027f621f518",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/26281925331"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-05-22T10:19:12.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "979380b369120677362b58705f1a6ccc3c9cd33de006acaec1906147be59ed92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/26281925331"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0.9000",
      "date": "2026-05-22T10:19:33.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "91bc3c936178df25b6ecae30addbef7a1afffa0ed9e7edf89ebc887af1c13ad2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/26281925331"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-22T10:18:54.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "ed887b5fee07d28f4f1424b40ae7f51486139537475d857c09c2848a3499ed6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/26281925331"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-22T10:18:53.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "ecd1d74b18fec7983c92311a62d92b93f246be77f423dabd8dbdf969e08ea554",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/26281925331"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-22T10:19:06.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "2a662712300dfa8804fd18c4376c8d91afda790ef6b4f4071a7b350849eb672e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/26281925331"
    }
  ]
}