{
  "_id": "6a4a5dab1e9cffeb4b833682",
  "Package": "parallelDist",
  "Type": "Package",
  "Title": "Parallel Distance Matrix Computation using Multiple Threads",
  "Version": "0.2.7",
  "Author": "Alexander Eckert [aut, cre], Lucas Godoy [ctb], Srikanth KS\n[ctb]",
  "Authors@R": "c(\nperson(\"Alexander\", \"Eckert\", role = c(\"aut\", \"cre\"), email = \"info@alexandereckert.com\"),\nperson(\"Lucas\", \"Godoy\", role = \"ctb\", email = \"lucasdac.godoy@gmail.com\"),\nperson(\"Srikanth\", \"KS\", role = \"ctb\", email = \"sri.teach@gmail.com\")\n)",
  "Maintainer": "Alexander Eckert <info@alexandereckert.com>",
  "Description": "A fast parallelized alternative to R's native 'dist'\nfunction to calculate distance matrices for continuous, binary,\nand multi-dimensional input matrices, which supports a broad\nvariety of 41 predefined distance functions from the 'stats',\n'proxy' and 'dtw' R packages, as well as user- defined\nfunctions written in C++. For ease of use, the 'parDist'\nfunction extends the signature of the 'dist' function and uses\nthe same parameter naming conventions as distance methods of\nexisting R packages. The package is mainly implemented in C++\nand leverages the 'RcppParallel' package to parallelize the\ndistance computations with the help of the 'TinyThread'\nlibrary. Furthermore, the 'Armadillo' linear algebra library is\nused for optimized matrix operations during distance\ncalculations. The curiously recurring template pattern (CRTP)\ntechnique is applied to avoid virtual functions, which improves\nthe Dynamic Time Warping calculations while the implementation\nstays flexible enough to support different DTW step patterns\nand normalization methods.",
  "License": "GPL (>= 2)",
  "URL": "https://github.com/alexeckert/parallelDist,\nhttps://www.alexandereckert.com/projects/#r-packages",
  "BugReports": "https://github.com/alexeckert/parallelDist/issues",
  "NeedsCompilation": "yes",
  "Config/pak/sysreqs": "make",
  "Repository": "https://fastverse.r-universe.dev",
  "Date/Publication": "2025-09-27 18:04:51 UTC",
  "RemoteUrl": "https://github.com/alexeckert/parallelDist",
  "RemoteRef": "HEAD",
  "RemoteSha": "12ad1454844d5c79333afb634e70eb950a6964fa",
  "Packaged": {
    "Date": "2026-07-05 13:31:07 UTC",
    "User": "root"
  },
  "_user": "fastverse",
  "_type": "src",
  "_file": "parallelDist_0.2.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/3c2b3fb7f1c2879e8a57dd9e0f8875fdd9f69dd5e84bfe2dbe788bb62893dac2",
  "_filesize": 497907,
  "_sha256": "3c2b3fb7f1c2879e8a57dd9e0f8875fdd9f69dd5e84bfe2dbe788bb62893dac2",
  "_expires": "2026-10-13T13:35:37.000Z",
  "_created": "2026-07-05T13:31:07.000Z",
  "_published": "2026-07-05T13:35:39.683Z",
  "_jobs": [
    {
      "job": 85227562563,
      "time": 169,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8092281960"
    },
    {
      "job": 85227562590,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8092281288"
    },
    {
      "job": 85227562571,
      "time": 156,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092280256"
    },
    {
      "job": 85227562566,
      "time": 160,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092280365"
    },
    {
      "job": 85227562593,
      "time": 131,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8092276562"
    },
    {
      "job": 85227562600,
      "time": 206,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8092286218"
    },
    {
      "job": 85227562574,
      "time": 160,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092280292"
    },
    {
      "job": 85227562568,
      "time": 207,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092286301"
    },
    {
      "job": 85227304239,
      "time": 203,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092258544"
    },
    {
      "job": 85227562550,
      "time": 140,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8092277755"
    },
    {
      "job": 85227562578,
      "time": 178,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8092282662"
    },
    {
      "job": 85227562559,
      "time": 151,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8092279238"
    },
    {
      "job": 85227562570,
      "time": 172,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092281818"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895",
  "_status": "success",
  "_upstream": "https://github.com/alexeckert/parallelDist",
  "_commit": {
    "id": "12ad1454844d5c79333afb634e70eb950a6964fa",
    "author": "Alexander Eckert <alexeckert@users.noreply.github.com>",
    "committer": "Alexander Eckert <alexeckert@users.noreply.github.com>",
    "message": "refactor: address r cmd check notes\n",
    "time": 1758996291
  },
  "_maintainer": {
    "name": "Alexander Eckert",
    "email": "info@alexandereckert.com"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.2",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppParallel",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.6",
      "role": "Imports"
    },
    {
      "package": "RcppParallel",
      "version": ">= 4.3.20",
      "role": "Imports"
    },
    {
      "package": "dtw",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "proxy",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "RcppArmadillo",
      "role": "Suggests"
    },
    {
      "package": "RcppXPtrUtils",
      "role": "Suggests"
    }
  ],
  "_owner": "alexeckert",
  "_selfowned": false,
  "_usedby": 17,
  "_updates": [
    {
      "week": "2025-38",
      "n": 3
    },
    {
      "week": "2025-39",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.2.7",
      "date": "2025-09-27"
    }
  ],
  "_topics": [
    "data-science",
    "distance-computations",
    "matrices",
    "openblas",
    "cpp"
  ],
  "_stars": 54,
  "_contributors": [
    {
      "user": "alexeckert",
      "count": 51,
      "uuid": 3662066
    },
    {
      "user": "lcgodoy",
      "count": 9,
      "uuid": 24809942
    },
    {
      "user": "talegari",
      "count": 2,
      "uuid": 10041819
    }
  ],
  "_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": 3803,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/parallelDist"
  },
  "_mentions": 4,
  "_devurl": "https://github.com/alexeckert/paralleldist",
  "_searchresults": 559,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/parallelDist.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/alexeckert/paralleldist",
  "_realowner": "alexeckert",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-06-06"
    },
    {
      "version": "0.1.1",
      "date": "2017-06-07"
    },
    {
      "version": "0.2.0",
      "date": "2017-09-27"
    },
    {
      "version": "0.2.1",
      "date": "2017-12-04"
    },
    {
      "version": "0.2.2",
      "date": "2018-09-24"
    },
    {
      "version": "0.2.3",
      "date": "2018-12-11"
    },
    {
      "version": "0.2.4",
      "date": "2018-12-12"
    },
    {
      "version": "0.2.6",
      "date": "2022-02-04"
    },
    {
      "version": "0.2.7",
      "date": "2025-09-27"
    }
  ],
  "_exports": [
    "parallelDist",
    "parDist"
  ],
  "_help": [
    {
      "page": "parDist",
      "title": "Parallel Distance Matrix Computation using multiple Threads",
      "topics": [
        "parallelDist",
        "parDist"
      ]
    }
  ],
  "_readme": "https://github.com/alexeckert/parallelDist/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel"
  ],
  "_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": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "parallelDist.Rnw",
      "filename": "parallelDist.pdf",
      "title": "parallelDist vignette",
      "engine": "utils::Sweave",
      "headings": [
        "Introduction",
        "Performance",
        "Quick start"
      ],
      "created": "2017-06-06 20:15:10",
      "modified": "2025-09-20 14:51:21",
      "commits": 7
    }
  ],
  "_score": 10.670592056210854,
  "_indexed": false,
  "_nocasepkg": "paralleldist",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://alexeckert.r-universe.dev/parallelDist",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-07-05T13:33:53.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/f39672aa3067a581b108c23415d6097f469339b9fad25c4e791d9ffd238bf4ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-07-05T13:33:43.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/5bdf072d8504d02f807cc35637bfa7e1e1cc0b75d9c0b027f7798f8d585f229f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-07-05T13:33:43.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/34940c697c0d0bf1c298d1caae109bb6e4b07c96ece57a118f14d185bbefc638",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-07-05T13:33:34.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/9c65e24fe37bf7fbe6df4d95693d4825282d26239c783e3b256057540e3190c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-07-05T13:33:17.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/4cd4a1f46a7c6c0c1a76279a57c31049c1b2da6b405a3581bd9613b03faaef9a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-07-05T13:34:01.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/af4916ef1421f5d5235501edadb2d59dd3e7a899812e13c0aaf9d1cf9bd2e892",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-07-05T13:33:28.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/9fcea170956b5305d04688fb83bd6987632ec5b04eb2bad8d1d0aaf5b53ae622",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-07-05T13:33:39.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/d35d05f722f131ed9d258dbf835d47ab15d24766d3c513283905b6a178d5f9d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.7",
      "date": "2026-07-05T13:33:45.000Z",
      "arch": "emscripten",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/15d56088780d1518165650fdaefa784814078abd8ddc8ceb06313f05ad4b32d1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-07-05T13:32:56.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/5d43055d48f2d8fe00a5ad6a60ba999b709e560b0b63430a5f76c8ae4f82e5b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-07-05T13:32:39.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/eb26868f3477fc774f99fcb04c8d6ea1d3443c43b97d46fd9aa8525961b4ed5a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-07-05T13:32:36.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/83c013027a8f86d66621fe2c7d88edbbc645d9107c3b8741a895fdc4df50009e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742367895"
    }
  ]
}