{
  "_id": "6a4999cf4ae8ee07ee132cea",
  "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-06-21 09:37:28 UTC",
    "User": "root"
  },
  "Author": "F. William Townes [aut, cre, cph],\nKelly Street [aut],\nJake Yeung [ctb]",
  "Maintainer": "F. William Townes <will.townes@gmail.com>",
  "_user": "willtownes",
  "_type": "src",
  "_file": "glmpca_0.2.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/808c653f76844518a9d7d4376f964a56770b4fff0526e92ca2e9bf557bec045c",
  "_filesize": 404285,
  "_sha256": "808c653f76844518a9d7d4376f964a56770b4fff0526e92ca2e9bf557bec045c",
  "_expires": "2026-10-12T23:39:58.000Z",
  "_created": "2026-06-21T09:37:28.000Z",
  "_published": "2026-07-04T23:39:59.772Z",
  "_jobs": [
    {
      "job": 85176290118,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7774033091"
    },
    {
      "job": 85176290363,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774032068"
    },
    {
      "job": 85176290114,
      "time": 174,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7774034915"
    },
    {
      "job": 85176290339,
      "time": 137,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774030925"
    },
    {
      "job": 85176290057,
      "time": 206,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774016456"
    },
    {
      "job": 85176290131,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774029880"
    },
    {
      "job": 85176290070,
      "time": 66,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7774025707"
    },
    {
      "job": 85176290390,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7774027290"
    },
    {
      "job": 85176290335,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774027938"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/willtownes/actions/runs/27900209412",
  "_status": "success",
  "_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
  },
  "_distro": "noble",
  "_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",
    "followers": 118,
    "description": "Assistant Professor of Statistics and Data Science"
  },
  "_downloads": {
    "count": 1266,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/glmpca"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/willtownes/glmpca",
  "_searchresults": 442,
  "_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",
    "LICENSE",
    "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.688870218736,
  "_indexed": true,
  "_nocasepkg": "glmpca",
  "_universes": [
    "willtownes"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-21T09:39:34.000Z",
      "distro": "noble",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "https://r2.ropensci.org/26da63cca3de65d170aa5c5c27080891955b432b18ef868c48e4ad9158d18a59",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/27900209412"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-06-21T09:39:27.000Z",
      "distro": "noble",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "https://r2.ropensci.org/cbfddc941feed64b70a949dca65b10928b3b329f487dab993e5c5d43a7988a15",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/27900209412"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-21T09:39:45.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "https://r2.ropensci.org/964fb872d4f97876b575538a89a33cb14fba7a6a866160f0827c468acbe84790",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/27900209412"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-06-21T09:39:21.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "https://r2.ropensci.org/a7dd46aac1fb92b6a143b6553c39fe3e41bebdfcfb802cba712613de19706e92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/27900209412"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0.9000",
      "date": "2026-06-21T09:39:25.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "https://r2.ropensci.org/f2e17853a9dddab6f0d5ce4e427961c5d8350f0bc2e758873624ca222e8f1cac",
      "status": "success",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/27900209412"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-06-21T09:38:33.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "https://r2.ropensci.org/5ac94634db4b66803b3eb89fc51a631e11f8a1bd2e7f5126e34d696dec7b5716",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/27900209412"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-06-21T09:38:46.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "https://r2.ropensci.org/4e23b4ea4e066f84f8feefe94a3c96f994eb88a59324f86fb6992bf97a2c92c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/27900209412"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-06-21T09:38:50.000Z",
      "commit": "0536890a3ad8090abe5b257d95b998698ec8a5f1",
      "fileid": "https://r2.ropensci.org/c4c802a971c5e46368e18ace0f7d53bd2d0a3f6bedb6acb6c2aa1836d18bbb6e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willtownes/actions/runs/27900209412"
    }
  ]
}