{
  "_id": "6a54b08fff0138dec5d66acf",
  "Package": "coop",
  "Type": "Package",
  "Title": "Co-Operation: Fast Covariance, Correlation, and Cosine\nSimilarity Operations",
  "Version": "0.6-3",
  "Description": "Fast implementations of the co-operations: covariance,\ncorrelation, and cosine similarity.  The implementations are\nfast and memory-efficient and their use is resolved\nautomatically based on the input data, handled by R's S3\nmethods.  Full descriptions of the algorithms and benchmarks\nare available in the package vignettes.",
  "License": "BSD 2-clause License + file LICENSE",
  "NeedsCompilation": "yes",
  "ByteCompile": "yes",
  "URL": "https://github.com/wrathematics/coop",
  "BugReports": "https://github.com/wrathematics/coop/issues",
  "Authors@R": "c(person(\"Drew\", \"Schmidt\", role=c(\"aut\", \"cre\"),\nemail=\"wrathematics@gmail.com\"),\nperson(\"Christian\", \"Heckendorf\", role=\"ctb\", comment=\"Caught some\nmemory errors.\"))",
  "Maintainer": "Drew Schmidt <wrathematics@gmail.com>",
  "RoxygenNote": "7.1.2",
  "Repository": "https://fastverse.r-universe.dev",
  "Date/Publication": "2021-11-23 12:20:19 UTC",
  "RemoteUrl": "https://github.com/wrathematics/coop",
  "RemoteRef": "HEAD",
  "RemoteSha": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
  "Packaged": {
    "Date": "2026-07-13 09:28:22 UTC",
    "User": "root"
  },
  "Author": "Drew Schmidt [aut, cre],\nChristian Heckendorf [ctb] (Caught some memory errors.)",
  "_user": "fastverse",
  "_type": "src",
  "_file": "coop_0.6-3.tar.gz",
  "_fileid": "https://r2.ropensci.org/3a1b06c6e2311c79f31be91db912ca9d02a5947e56341ed2c655db0f450afcb8",
  "_filesize": 494690,
  "_sha256": "3a1b06c6e2311c79f31be91db912ca9d02a5947e56341ed2c655db0f450afcb8",
  "_expires": "2026-10-21T09:31:57.000Z",
  "_created": "2026-07-13T09:28:22.000Z",
  "_published": "2026-07-13T09:31:59.276Z",
  "_jobs": [
    {
      "job": 86781090624,
      "time": 124,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8274753502"
    },
    {
      "job": 86781090591,
      "time": 160,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8274766488"
    },
    {
      "job": 86781090741,
      "time": 125,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274754227"
    },
    {
      "job": 86781090564,
      "time": 106,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274745047"
    },
    {
      "job": 86781090661,
      "time": 76,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8274732325"
    },
    {
      "job": 86781090750,
      "time": 156,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8274764972"
    },
    {
      "job": 86781090662,
      "time": 125,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274752709"
    },
    {
      "job": 86781090706,
      "time": 176,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274773306"
    },
    {
      "job": 86780360380,
      "time": 211,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274699818"
    },
    {
      "job": 86781090501,
      "time": 88,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 86781090571,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8274736915"
    },
    {
      "job": 86781090542,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8274731968"
    },
    {
      "job": 86781090698,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274734191"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843",
  "_status": "success",
  "_upstream": "https://github.com/wrathematics/coop",
  "_commit": {
    "id": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
    "author": "wrathematics <wrathematics@gmail.com>",
    "committer": "wrathematics <wrathematics@gmail.com>",
    "message": "add matmat covar op\n",
    "time": 1637670019
  },
  "_maintainer": {
    "name": "Drew Schmidt",
    "email": "wrathematics@gmail.com",
    "login": "wrathematics",
    "twitter": "@wrathematics",
    "description": "I like R, C, and HPC.",
    "uuid": 2561297
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "memuse",
      "role": "Suggests"
    },
    {
      "package": "slam",
      "version": ">= 0.1.32",
      "role": "Enhances"
    },
    {
      "package": "Matrix",
      "role": "Enhances"
    }
  ],
  "_owner": "wrathematics",
  "_selfowned": false,
  "_usedby": 14,
  "_updates": [],
  "_tags": [],
  "_stars": 37,
  "_contributors": [
    {
      "user": "wrathematics",
      "count": 327,
      "uuid": 2561297
    },
    {
      "user": "petehaitch",
      "count": 1,
      "uuid": 1049741
    }
  ],
  "_userbio": {
    "uuid": 105517888,
    "type": "organization",
    "name": "fastverse",
    "followers": 28,
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 1658,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/coop"
  },
  "_mentions": 2,
  "_devurl": "https://github.com/wrathematics/coop",
  "_searchresults": 225,
  "_topics": [
    "openblas",
    "openmp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/coop.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/wrathematics/coop",
  "_realowner": "wrathematics",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3-0",
      "date": "2016-03-19"
    },
    {
      "version": "0.4-0",
      "date": "2016-04-05"
    },
    {
      "version": "0.6-0",
      "date": "2016-12-13"
    },
    {
      "version": "0.6-1",
      "date": "2017-11-14"
    },
    {
      "version": "0.6-2",
      "date": "2019-04-22"
    },
    {
      "version": "0.6-3",
      "date": "2021-09-19"
    }
  ],
  "_exports": [
    "cosine",
    "covar",
    "pcor",
    "scaler",
    "sparsity",
    "tcosine",
    "tcovar",
    "tpcor"
  ],
  "_help": [
    {
      "page": "coop-package",
      "title": "Cooperation: A Package of Co-Operations",
      "topics": [
        "coop-package"
      ]
    },
    {
      "page": "cosine",
      "title": "Cosine Similarity",
      "topics": [
        "cosine",
        "tcosine"
      ]
    },
    {
      "page": "covar",
      "title": "Covariance",
      "topics": [
        "covar",
        "tcovar"
      ]
    },
    {
      "page": "pcor",
      "title": "Pearson Correlation",
      "topics": [
        "pcor",
        "tpcor"
      ]
    },
    {
      "page": "scaler",
      "title": "scaler",
      "topics": [
        "scaler"
      ]
    },
    {
      "page": "sparsity",
      "title": "Sparsity",
      "topics": [
        "sparsity"
      ]
    },
    {
      "page": "weighted",
      "title": "Weighted Co-Operation",
      "topics": [
        "weighted"
      ]
    }
  ],
  "_readme": "https://github.com/wrathematics/coop/raw/HEAD/README.md",
  "_rundeps": [],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "algos.Rnw",
      "filename": "algos.pdf",
      "title": "Algorithms and Benchmarks for the coop Package",
      "engine": "utils::Sweave",
      "headings": [
        "Introduction",
        "The Algorithms with Notes on Implementation",
        "Benchmarks",
        "References"
      ],
      "created": "2016-11-30 00:22:54",
      "modified": "2019-04-04 00:13:12",
      "commits": 8
    },
    {
      "source": "coop.Rnw",
      "filename": "coop.pdf",
      "title": "Introducing coop: Fast Covariance, Correlation, and Cosine Operations",
      "engine": "utils::Sweave",
      "headings": [
        "Introduction",
        "Choice of BLAS Library",
        "The Operations",
        "References"
      ],
      "created": "2016-11-30 00:22:54",
      "modified": "2019-04-04 00:13:12",
      "commits": 8
    }
  ],
  "_score": 9.064248054454495,
  "_indexed": false,
  "_nocasepkg": "coop",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://wrathematics.r-universe.dev/coop",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6-3",
      "date": "2026-07-13T09:30:40.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/13ac22f12faa394431b91e2532553ffb1788c18d9f32ed13c9d2187ce2fc9301",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6-3",
      "date": "2026-07-13T09:31:09.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/50c8228148165d20430eb47f20ecbebc8e13df1ffe70b20bda26347a523dac99",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.6-3",
      "date": "2026-07-13T09:30:40.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/93524350e8166c3d15042ab495ea272223e77a7d1313e364d36c1951f299cc25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.6-3",
      "date": "2026-07-13T09:30:15.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/9b160d14bca27ec48a0e99da4274aed2a2d8c05a710783f937303d0d5f77e763",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6-3",
      "date": "2026-07-13T09:29:46.000Z",
      "arch": "aarch64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/fbbd05077f0acbfc97c18d9b6d399d296d9c25a5c9f6817579d0cfc7c9e7ef88",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6-3",
      "date": "2026-07-13T09:30:52.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/788c5e0c8ffcf06a43900122d280d77331ef8b6773da2c8493c82a94dcfe8a3b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.6-3",
      "date": "2026-07-13T09:30:27.000Z",
      "arch": "aarch64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/10213bac36c59add751810b7be6e646eb79e8c9053d3cbf5e82d9ea46cd713fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.6-3",
      "date": "2026-07-13T09:31:13.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/c37f69500c90afecd242af478a64e3b9b66b045245444f3ba6d739ee4b321b04",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6-3",
      "date": "2026-07-13T09:29:42.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/c65351d8ff3b1fc57c6d07b5532f5f3f3ad23b50462f6f35fb7133bf96f84a8e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6-3",
      "date": "2026-07-13T09:29:28.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/0787467611dfbf30ae86a0787b270fe20977e8e08e21b589e36a7447c6091d60",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.6-3",
      "date": "2026-07-13T09:29:32.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/393112c20901c4a71d9ba0eca53e4dcfc3947c5ae096bf68dcb48e4783751ba1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/29238996843"
    }
  ]
}