{
  "_id": "6a1eb624b25058d4daaddf6d",
  "Package": "nsprcomp",
  "Authors@R": "c( person(\"Christian\", \"Sigg\", email =\n\"christian@sigg-iten.ch\", role = c(\"aut\", \"cre\"), comment =\nc(ORCID = \"0000-0003-1067-9224\")), person(\"R Core team\", role =\n\"ctb\", comment = \"prcomp interface, formula implementation and\ndocumentation\"))",
  "Version": "0.5.1-2",
  "Title": "Non-Negative and Sparse PCA",
  "Description": "Two methods for performing a constrained principal\ncomponent analysis (PCA), where non-negativity and/or sparsity\nconstraints are enforced on the principal axes (PAs). The\nfunction 'nsprcomp' computes one principal component (PC) after\nthe other. Each PA is optimized such that the corresponding PC\nhas maximum additional variance not explained by the previous\ncomponents. In contrast, the function 'nscumcomp' jointly\ncomputes all PCs such that the cumulative variance is maximal.\nBoth functions have the same interface as the 'prcomp' function\nfrom the 'stats' package (plus some extra parameters), and both\nreturn the result of the analysis as an object of class\n'nsprcomp', which inherits from 'prcomp'. See\n<https://sigg-iten.ch/learningbits/2013/05/27/nsprcomp-is-on-cran/>\nand Sigg et al. (2008) <doi:10.1145/1390156.1390277> for more\ndetails.",
  "URL": "https://sigg-iten.ch/research/",
  "BugReports": "https://github.com/chrsigg/nsprcomp/issues",
  "License": "GPL (>=2)",
  "RoxygenNote": "6.0.1",
  "Repository": "https://chrsigg.r-universe.dev",
  "Date/Publication": "2018-06-05 06:44:02 UTC",
  "RemoteUrl": "https://github.com/chrsigg/nsprcomp",
  "RemoteRef": "HEAD",
  "RemoteSha": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 10:42:19 UTC",
    "User": "root"
  },
  "Author": "Christian Sigg [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-1067-9224>),\nR Core team [ctb] (prcomp interface, formula implementation and\ndocumentation)",
  "Maintainer": "Christian Sigg <christian@sigg-iten.ch>",
  "MD5sum": "a0c03aaf2f7f77ae60f7939d36c962df",
  "_user": "chrsigg",
  "_type": "src",
  "_file": "nsprcomp_0.5.1-2.tar.gz",
  "_fileid": "bfac4a262260e668d5b87cb9c9f88c46ebd47fc96b6f4e774bde9b432fcaaa66",
  "_filesize": 199940,
  "_sha256": "bfac4a262260e668d5b87cb9c9f88c46ebd47fc96b6f4e774bde9b432fcaaa66",
  "_created": "2026-06-02T10:42:19.000Z",
  "_published": "2026-06-02T10:53:24.642Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79052973093,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355540896"
    },
    {
      "job": 79052973111,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355542027"
    },
    {
      "job": 79052973150,
      "time": 136,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355705381"
    },
    {
      "job": 79052973125,
      "time": 131,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355656621"
    },
    {
      "job": 79052599282,
      "time": 134,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355503676"
    },
    {
      "job": 79052973119,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355535405"
    },
    {
      "job": 79052973117,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355529082"
    },
    {
      "job": 79052973146,
      "time": 60,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355524445"
    },
    {
      "job": 79052973160,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355529046"
    }
  ],
  "_buildurl": "https://github.com/r-universe/chrsigg/actions/runs/26814449879",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/chrsigg/nsprcomp",
  "_commit": {
    "id": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
    "author": "Christian Sigg <christian@sigg-iten.ch>",
    "committer": "Christian Sigg <christian@sigg-iten.ch>",
    "message": "faster test cases\n",
    "time": 1528181042
  },
  "_maintainer": {
    "name": "Christian Sigg",
    "email": "christian@sigg-iten.ch",
    "login": "chrsigg",
    "description": "",
    "uuid": 2742078,
    "orcid": "0000-0003-1067-9224"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 0.8",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    }
  ],
  "_owner": "chrsigg",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 9,
  "_contributors": [
    {
      "user": "chrsigg",
      "count": 36,
      "uuid": 2742078
    }
  ],
  "_userbio": {
    "uuid": 2742078,
    "type": "user",
    "name": "Christian Sigg"
  },
  "_downloads": {
    "count": 406,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nsprcomp"
  },
  "_mentions": 2,
  "_devurl": "https://github.com/chrsigg/nsprcomp",
  "_searchresults": 28,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/nsprcomp.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/chrsigg/nsprcomp",
  "_realowner": "chrsigg",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2",
      "date": "2013-04-16"
    },
    {
      "version": "0.3",
      "date": "2013-05-29"
    },
    {
      "version": "0.4",
      "date": "2013-09-19"
    },
    {
      "version": "0.4.1",
      "date": "2013-09-22"
    },
    {
      "version": "0.5",
      "date": "2014-07-17"
    },
    {
      "version": "0.5.1-2",
      "date": "2018-06-05"
    }
  ],
  "_exports": [
    "asdev",
    "cardinality",
    "nscumcomp",
    "nsprcomp",
    "peav"
  ],
  "_help": [
    {
      "page": "asdev",
      "title": "Additional Explained Standard Deviation",
      "topics": [
        "asdev"
      ]
    },
    {
      "page": "cardinality",
      "title": "Cardinality of Column Vectors",
      "topics": [
        "cardinality"
      ]
    },
    {
      "page": "nscumcomp",
      "title": "Non-Negative and Sparse Cumulative PCA",
      "topics": [
        "nscumcomp",
        "nscumcomp.default",
        "nscumcomp.formula"
      ]
    },
    {
      "page": "nsprcomp",
      "title": "Non-Negative and Sparse PCA",
      "topics": [
        "nsprcomp",
        "nsprcomp.default",
        "nsprcomp.formula"
      ]
    },
    {
      "page": "peav",
      "title": "Percentage Explained Additional Variance",
      "topics": [
        "peav"
      ]
    }
  ],
  "_readme": "https://github.com/chrsigg/nsprcomp/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 4.878521795501206,
  "_indexed": true,
  "_nocasepkg": "nsprcomp",
  "_universes": [
    "chrsigg"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.1-2",
      "date": "2026-06-02T10:44:12.000Z",
      "distro": "noble",
      "commit": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
      "fileid": "e6c6652d769a8eeeeecfaf1b0b2ee6ebf5c59f9d606e7c4c8ab96cdb0a5ad17d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/26814449879"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.1-2",
      "date": "2026-06-02T10:44:14.000Z",
      "distro": "noble",
      "commit": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
      "fileid": "15b36632a4a03787951d23aa3561f0cd68ec15d22c525d6bc315d803f57e5df2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/26814449879"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.1-2",
      "date": "2026-06-02T10:52:31.000Z",
      "commit": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
      "fileid": "3a451d78e146743c1b28c997b2c9c84eda2d3602d2d2443e7b6b1269abd1b85e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/26814449879"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.1-2",
      "date": "2026-06-02T10:50:03.000Z",
      "commit": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
      "fileid": "6d3b19b6ff00d7aa94801fe288fe09d82cf56157c765f6addd7d3351c3291ad0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/26814449879"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.1-2",
      "date": "2026-06-02T10:44:07.000Z",
      "commit": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
      "fileid": "85dba22fced1df9e9577107d9e6fe72ed21230a06a48d27cea8e325f79c55ea4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/26814449879"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.1-2",
      "date": "2026-06-02T10:43:31.000Z",
      "commit": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
      "fileid": "d2a02d0266d62352e784b26ead5c3ff7fd4bb2365a997961d7c539cbbfbbd79b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/26814449879"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.1-2",
      "date": "2026-06-02T10:43:18.000Z",
      "commit": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
      "fileid": "adf21e77334b4a581936829ddc689dfb57c9636df0574c8163904b3d59114146",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/26814449879"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.1-2",
      "date": "2026-06-02T10:43:31.000Z",
      "commit": "036d20b2eb34f91348a0892aed0d9cc63c41a9c3",
      "fileid": "a6c4c3d1376a51a514c74ee00d49a0993c6f4cde8c3c72ae2a6e35f35be6c32a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/26814449879"
    }
  ]
}