{
  "_id": "6a1f22f0b401979e734209be",
  "Package": "nscancor",
  "Authors@R": "c( person(\"Christian\", \"Sigg\", email =\n\"christian@sigg-iten.ch\", role = c(\"aut\", \"cph\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-1067-9224\")), person(\"R Core\nteam\", role = c(\"cph\", \"ctb\"), comment = \"cancor() interface\nand documentation\"))",
  "Version": "0.7.0-6",
  "Title": "Non-Negative and Sparse CCA",
  "Description": "Two implementations of canonical correlation analysis\n(CCA) that are based on iterated regression. By choosing the\nappropriate regression algorithm for each data domain, it is\npossible to enforce sparsity, non-negativity or other kinds of\nconstraints on the projection vectors. Multiple canonical\nvariables are computed sequentially using a generalized\ndeflation scheme, where the additional correlation not\nexplained by previous variables is maximized. nscancor() is\nused to analyze paired data from two domains, and has the same\ninterface as cancor() from the 'stats' package (plus some extra\nparameters). mcancor() is appropriate for analyzing data from\nthree or more domains. See\n<https://sigg-iten.ch/learningbits/2014/01/20/canonical-correlation-analysis-under-constraints/>\nand Sigg et al. (2007) <doi:10.1109/MLSP.2007.4414315> for more\ndetails.",
  "URL": "https://sigg-iten.ch/research/",
  "BugReports": "https://github.com/chrsigg/nscancor/issues",
  "License": "GPL (>=2)",
  "RoxygenNote": "7.2.3",
  "Encoding": "UTF-8",
  "Repository": "https://chrsigg.r-universe.dev",
  "Date/Publication": "2023-04-05 19:12:25 UTC",
  "RemoteUrl": "https://github.com/chrsigg/nscancor",
  "RemoteRef": "HEAD",
  "RemoteSha": "8f3eb56a577abee7643b0d82e53255456b256ab4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 07:05:12 UTC",
    "User": "root"
  },
  "Author": "Christian Sigg [aut, cph, cre] (ORCID:\n<https://orcid.org/0000-0003-1067-9224>),\nR Core team [cph, ctb] (cancor() interface and documentation)",
  "Maintainer": "Christian Sigg <christian@sigg-iten.ch>",
  "MD5sum": "cc9c756c26371c6c18b6fc415193b7a3",
  "_user": "chrsigg",
  "_type": "src",
  "_file": "nscancor_0.7.0-6.tar.gz",
  "_fileid": "738b44775db9e40f102f86db58ad625bb8c5ecb79d1ab5eaa8597edda55f20ae",
  "_filesize": 131071,
  "_sha256": "738b44775db9e40f102f86db58ad625bb8c5ecb79d1ab5eaa8597edda55f20ae",
  "_created": "2026-05-16T07:05:12.000Z",
  "_published": "2026-06-02T18:37:36.746Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79145145145,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031452300"
    },
    {
      "job": 79145145728,
      "time": 103,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031449869"
    },
    {
      "job": 79145145469,
      "time": 136,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7031451091"
    },
    {
      "job": 79145145089,
      "time": 143,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031450532"
    },
    {
      "job": 79145144606,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031438870"
    },
    {
      "job": 79145144783,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7366658453"
    },
    {
      "job": 79145145592,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031447109"
    },
    {
      "job": 79145145536,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7031449704"
    },
    {
      "job": 79145145656,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031450573"
    }
  ],
  "_buildurl": "https://github.com/r-universe/chrsigg/actions/runs/25955660436",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/chrsigg/nscancor",
  "_commit": {
    "id": "8f3eb56a577abee7643b0d82e53255456b256ab4",
    "author": "Christian Sigg <chrsigg@vega.local>",
    "committer": "Christian Sigg <chrsigg@vega.local>",
    "message": "release of version 0.7.0\n",
    "time": 1680721945
  },
  "_maintainer": {
    "name": "Christian Sigg",
    "email": "christian@sigg-iten.ch",
    "login": "chrsigg",
    "uuid": 2742078,
    "orcid": "0000-0003-1067-9224"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "CCA",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 0.8",
      "role": "Suggests"
    },
    {
      "package": "V8",
      "role": "Suggests"
    }
  ],
  "_owner": "chrsigg",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 14,
  "_contributors": [
    {
      "user": "chrsigg",
      "count": 28,
      "uuid": 2742078
    }
  ],
  "_userbio": {
    "uuid": 2742078,
    "type": "user",
    "name": "Christian Sigg"
  },
  "_downloads": {
    "count": 185,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nscancor"
  },
  "_devurl": "https://github.com/chrsigg/nscancor",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/nscancor.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/chrsigg/nscancor",
  "_realowner": "chrsigg",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.6",
      "date": "2014-07-17"
    },
    {
      "version": "0.6.1-25",
      "date": "2018-02-15"
    },
    {
      "version": "0.7.0-6",
      "date": "2023-03-31"
    }
  ],
  "_exports": [
    "acor",
    "colCardinalities",
    "macor",
    "mcancor",
    "nscancor"
  ],
  "_help": [
    {
      "page": "acor",
      "title": "Additional Explained Correlation",
      "topics": [
        "acor"
      ]
    },
    {
      "page": "colCardinalities",
      "title": "Cardinality of Column Vectors",
      "topics": [
        "colCardinalities"
      ]
    },
    {
      "page": "macor",
      "title": "Multi-Domain Additional Explained Correlation",
      "topics": [
        "macor"
      ]
    },
    {
      "page": "mcancor",
      "title": "Non-Negative and Sparse Multi-Domain CCA",
      "topics": [
        "mcancor"
      ]
    },
    {
      "page": "nscancor",
      "title": "Non-Negative and Sparse CCA",
      "topics": [
        "nscancor"
      ]
    }
  ],
  "_readme": "https://github.com/chrsigg/nscancor/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 3.845098040014257,
  "_indexed": true,
  "_nocasepkg": "nscancor",
  "_universes": [
    "chrsigg"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.7.0-6",
      "date": "2026-05-16T07:07:19.000Z",
      "distro": "noble",
      "commit": "8f3eb56a577abee7643b0d82e53255456b256ab4",
      "fileid": "83982ed9bfba6c1960800794e8dad6306b38989a04510ba5092d0572bb691e64",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/25955660436"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.7.0-6",
      "date": "2026-05-16T07:06:57.000Z",
      "distro": "noble",
      "commit": "8f3eb56a577abee7643b0d82e53255456b256ab4",
      "fileid": "ea79fe482e315a0d7fb009a6e80e2facb3edfa74049dfa2d8dbe50db19486c1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/25955660436"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.7.0-6",
      "date": "2026-05-16T07:07:13.000Z",
      "commit": "8f3eb56a577abee7643b0d82e53255456b256ab4",
      "fileid": "47a265b52ec89792dc9f7757402149fc5e1888ff66c8d4322f1f32a4ed6cd901",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/25955660436"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.7.0-6",
      "date": "2026-05-16T07:07:03.000Z",
      "commit": "8f3eb56a577abee7643b0d82e53255456b256ab4",
      "fileid": "1836029b6beea54ad2bdc8b948b4d57503341179d6aa8781d94ace8eacbe6208",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/25955660436"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.7.0-6",
      "date": "2026-05-16T07:06:25.000Z",
      "commit": "8f3eb56a577abee7643b0d82e53255456b256ab4",
      "fileid": "196c5d1d7aa6d97c009bc0522c375d577efd0753adcf710e48581df1f8a95b99",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/25955660436"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.7.0-6",
      "date": "2026-05-16T07:06:52.000Z",
      "commit": "8f3eb56a577abee7643b0d82e53255456b256ab4",
      "fileid": "d4dab0367ee9798235ed0c0429e6119794df79d7e7fb4af7975b16d094544f30",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/25955660436"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.7.0-6",
      "date": "2026-05-16T07:06:59.000Z",
      "commit": "8f3eb56a577abee7643b0d82e53255456b256ab4",
      "fileid": "13cf642d432547d0ddaf5dd584517d75e39995723701afa4d1c4ff499bf171a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/25955660436"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.7.0-6",
      "date": "2026-06-02T18:37:22.000Z",
      "commit": "8f3eb56a577abee7643b0d82e53255456b256ab4",
      "fileid": "e918d8ed7eea2a0c890dba55719416c8f3b83007388054c81a954dfa753881d0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/chrsigg/actions/runs/25955660436"
    }
  ]
}