{
  "_id": "6a47aa5ae06c18f0a6519f2e",
  "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://wrathematics.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-03 12:20:24 UTC",
    "User": "root"
  },
  "Author": "Drew Schmidt [aut, cre],\nChristian Heckendorf [ctb] (Caught some memory errors.)",
  "_user": "wrathematics",
  "_type": "src",
  "_file": "coop_0.6-3.tar.gz",
  "_fileid": "https://r2.ropensci.org/677962f2ebd96e450556866b6e7ceb10708c3aca36231fbd6f353c9eb1a95cf8",
  "_filesize": 494507,
  "_sha256": "677962f2ebd96e450556866b6e7ceb10708c3aca36231fbd6f353c9eb1a95cf8",
  "_expires": "2026-10-11T12:26:01.000Z",
  "_created": "2026-07-03T12:20:24.000Z",
  "_published": "2026-07-03T12:26:02.624Z",
  "_jobs": [
    {
      "job": 84998632886,
      "time": 150,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8066368207"
    },
    {
      "job": 84998632848,
      "time": 101,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8066351903"
    },
    {
      "job": 84998632864,
      "time": 161,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8066371200"
    },
    {
      "job": 84998632874,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8066354998"
    },
    {
      "job": 84998632811,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8066387795"
    },
    {
      "job": 84998632797,
      "time": 174,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8066381759"
    },
    {
      "job": 84998632862,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8066400000"
    },
    {
      "job": 84998632814,
      "time": 284,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8066414292"
    },
    {
      "job": 84998189869,
      "time": 165,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8066318415"
    },
    {
      "job": 84998632781,
      "time": 83,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 84998632820,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8066349252"
    },
    {
      "job": 84998632788,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8066347161"
    },
    {
      "job": 84998632844,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8066347237"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925",
  "_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": true,
  "_usedby": 14,
  "_updates": [],
  "_tags": [],
  "_stars": 37,
  "_contributors": [
    {
      "user": "wrathematics",
      "count": 327,
      "uuid": 2561297
    },
    {
      "user": "petehaitch",
      "count": 1,
      "uuid": 1049741
    }
  ],
  "_userbio": {
    "uuid": 2561297,
    "type": "user",
    "name": "Drew Schmidt",
    "followers": 256,
    "description": "I like R, C, and HPC."
  },
  "_downloads": {
    "count": 1727,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/coop"
  },
  "_mentions": 2,
  "_devurl": "https://github.com/wrathematics/coop",
  "_searchresults": 234,
  "_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.098989205106479,
  "_indexed": true,
  "_nocasepkg": "coop",
  "_universes": [
    "wrathematics"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6-3",
      "date": "2026-07-03T12:23:10.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/7b547977373198fdf8d1f34a85d0ab3c648e3511c9860ca73fa8604efde2df80",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6-3",
      "date": "2026-07-03T12:22:15.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/29a6bf023779a9f766e6ffb8fc1a36ed3bdc04547fa86b8eb81c7fd2ecf29f11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.6-3",
      "date": "2026-07-03T12:23:17.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/fac8b8f2b6f7360c007ff13c316b9aa4bf3f74c85ed55fe2802ca337cb3038da",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.6-3",
      "date": "2026-07-03T12:22:22.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/8ad231e502ab2401d5ebdd0bb796310e6e88a62caa0ed06d459d18434375e9b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6-3",
      "date": "2026-07-03T12:24:06.000Z",
      "arch": "aarch64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/2d99d38c92af7c0a9983a5f0beef66818e7b0d2580a6e89db921de451436ea5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6-3",
      "date": "2026-07-03T12:23:31.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/14613586748092d79fda08ece50e0aacc1c094762f79deb50e19b08576f3ab03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.6-3",
      "date": "2026-07-03T12:24:39.000Z",
      "arch": "aarch64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/f842f230b45fa6e0ea8d79134fea1255dfca18ea14eb187a16474e3264dfb3be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.6-3",
      "date": "2026-07-03T12:25:00.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/aa9f16e266c7507c80d4048e86ec3d5ea04765666343c0dbc595be2b97afb886",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6-3",
      "date": "2026-07-03T12:21:47.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/c6e9479e53e3576fc3cf68bc956da6dde49fdd7fd9711c79c17160b105534586",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6-3",
      "date": "2026-07-03T12:21:37.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/c818dbce9f9cf90f4d5dc3e15e14b8206b27cda0204f7a4f6573cd92eaed4f02",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.6-3",
      "date": "2026-07-03T12:21:35.000Z",
      "arch": "x86_64",
      "commit": "3a0d91311fc172fda52f4f82a10aaf1691a9460e",
      "fileid": "https://r2.ropensci.org/a9513f0ff1746e5be368f07c489107c0a2b9638be9b9060660aef1eb9d6cd43f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28660019925"
    }
  ]
}