{
  "_id": "6a5daceb9baadeef8ab53186",
  "Package": "cppdoubles",
  "Title": "Fast Relative Comparisons of Floating Point Numbers in 'C++'",
  "Version": "0.5.0",
  "Authors@R": "person(\"Nick\", \"Christofides\", , \"nick.christofides.r@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-9743-7342\"))",
  "Description": "Compare double-precision floating point vectors using\nrelative differences. All equality operations are calculated\nusing 'cppally'.",
  "License": "MIT + file LICENSE",
  "BugReports": "https://github.com/NicChr/cppdoubles/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "SystemRequirements": "C++20",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://nicchr.r-universe.dev",
  "Date/Publication": "2026-07-18 07:36:42 UTC",
  "RemoteUrl": "https://github.com/nicchr/cppdoubles",
  "RemoteRef": "HEAD",
  "RemoteSha": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-18 08:39:26 UTC",
    "User": "root"
  },
  "Author": "Nick Christofides [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9743-7342>)",
  "Maintainer": "Nick Christofides <nick.christofides.r@gmail.com>",
  "_user": "nicchr",
  "_type": "src",
  "_file": "cppdoubles_0.5.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/e604842a7f6a5d469de769c418d19546c96fdf532bb419e3d7c6932ea8f03a59",
  "_filesize": 110044,
  "_sha256": "e604842a7f6a5d469de769c418d19546c96fdf532bb419e3d7c6932ea8f03a59",
  "_expires": "2026-10-26T08:43:48.000Z",
  "_created": "2026-07-18T08:39:26.000Z",
  "_published": "2026-07-20T05:06:51.213Z",
  "_jobs": [
    {
      "job": 88275616696,
      "time": 158,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427684021"
    },
    {
      "job": 88275616496,
      "time": 172,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427685547"
    },
    {
      "job": 88275616632,
      "time": 165,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427684875"
    },
    {
      "job": 88275616533,
      "time": 173,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427685676"
    },
    {
      "job": 88275616142,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 88275616166,
      "time": 122,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 88275616694,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427692300"
    },
    {
      "job": 88275616141,
      "time": 192,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 88275616209,
      "time": 182,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427657749"
    },
    {
      "job": 88275616673,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8427675173"
    },
    {
      "job": 88275616498,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427672553"
    },
    {
      "job": 88275616463,
      "time": 148,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427681759"
    },
    {
      "job": 88275616575,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427672454"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472",
  "_status": "success",
  "_upstream": "https://github.com/nicchr/cppdoubles",
  "_commit": {
    "id": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
    "author": "Nick Christofides <118103879+NicChr@users.noreply.github.com>",
    "committer": "Nick Christofides <118103879+NicChr@users.noreply.github.com>",
    "message": "Version 0.5.0\n",
    "time": 1784360202
  },
  "_maintainer": {
    "name": "Nick Christofides",
    "email": "nick.christofides.r@gmail.com",
    "orcid": "0000-0002-9743-7342"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.5.0",
      "role": "Depends"
    },
    {
      "package": "cppally",
      "version": ">= 1.1.0",
      "role": "LinkingTo"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "nicchr",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-28",
      "n": 3
    },
    {
      "week": "2026-29",
      "n": 7
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "nicchr",
      "count": 78,
      "uuid": 118103879
    }
  ],
  "_userbio": {
    "uuid": 118103879,
    "type": "user",
    "name": "Nick Christofides",
    "followers": 18,
    "description": "R | Epidemiology | All things Tidy"
  },
  "_downloads": {
    "count": 366,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cppdoubles"
  },
  "_devurl": "https://github.com/nicchr/cppdoubles",
  "_searchresults": 16,
  "_topics": [
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/cppdoubles.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/nicchr/cppdoubles",
  "_realowner": "nicchr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-11-08"
    },
    {
      "version": "0.1.1",
      "date": "2023-11-10"
    },
    {
      "version": "0.2.0",
      "date": "2024-02-21"
    },
    {
      "version": "0.3.0",
      "date": "2024-11-14"
    },
    {
      "version": "0.4.0",
      "date": "2025-06-09"
    }
  ],
  "_exports": [
    "%~<%",
    "%~<=%",
    "%~==%",
    "%~>%",
    "%~>=%",
    "abs_diff",
    "all_equal",
    "double_equal",
    "double_gt",
    "double_gte",
    "double_lt",
    "double_lte",
    "get_threads",
    "get_tolerance",
    "rel_diff",
    "set_threads",
    "set_tolerance"
  ],
  "_help": [
    {
      "page": "doubles",
      "title": "Relative comparison of double-precision floating point numbers",
      "topics": [
        "%~<%",
        "%~<=%",
        "%~==%",
        "%~>%",
        "%~>=%",
        "double_equal",
        "double_gt",
        "double_gte",
        "double_lt",
        "double_lte"
      ]
    },
    {
      "page": "all_equal",
      "title": "Are all values of x nearly equal (within a tolerance) to all values of y?",
      "topics": [
        "all_equal"
      ]
    },
    {
      "page": "threads",
      "title": "Get and set threads for parallel computation",
      "topics": [
        "get_threads",
        "set_threads"
      ]
    },
    {
      "page": "diff",
      "title": "Absolute and relative difference",
      "topics": [
        "abs_diff",
        "rel_diff"
      ]
    },
    {
      "page": "tolerance",
      "title": "Get and set package-wide tolerance",
      "topics": [
        "get_tolerance",
        "set_tolerance",
        "tolerance"
      ]
    }
  ],
  "_readme": "https://github.com/nicchr/cppdoubles/raw/HEAD/README.md",
  "_rundeps": [
    "cppally"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 4.158362492095249,
  "_indexed": true,
  "_nocasepkg": "cppdoubles",
  "_universes": [
    "nicchr"
  ],
  "_binaries": [
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0.9000",
      "date": "2026-06-24T09:17:29.000Z",
      "arch": "aarch64",
      "commit": "0ee548e0cdd5416221133eb7e62aa56efb44ff96",
      "fileid": "https://r2.ropensci.org/724cab032a2fe2fd1da939599e5329143426be92ca824c69b6001efb6654acc3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/28087994475"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0.9000",
      "date": "2026-06-24T09:18:51.000Z",
      "arch": "x86_64",
      "commit": "0ee548e0cdd5416221133eb7e62aa56efb44ff96",
      "fileid": "https://r2.ropensci.org/5b2ef144ae5fbc5c69b1c26394857af4ffdb66006aa50e0d09dbba9c1cd95fae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/28087994475"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0.9000",
      "date": "2026-06-24T09:19:38.000Z",
      "arch": "x86_64",
      "commit": "0ee548e0cdd5416221133eb7e62aa56efb44ff96",
      "fileid": "https://r2.ropensci.org/af173a89c2cea3afefb57707b4479a9d524b960716451645c59e69e02aad4f04",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/28087994475"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-07-18T08:42:18.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
      "fileid": "https://r2.ropensci.org/b6f7c76084426f9ef24fa56ca96a1e130acbdb549e42ef6abd3ca92e1f5aba9d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-07-18T08:42:23.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
      "fileid": "https://r2.ropensci.org/800ca70c1da6a74d1043fa3cab68f65f33168e0e722d839be42e4beec3e32a2b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-07-18T08:42:23.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
      "fileid": "https://r2.ropensci.org/8f68c853c10210e90103ef3ff9a06976f2a5d52fdcce415434e67b82b1a10d0e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-07-18T08:42:23.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
      "fileid": "https://r2.ropensci.org/07a0fb245c7d93180c845d5a2b8a7c327ef2aef8829f21ec7daf1f96109a2fdc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-07-18T08:43:05.000Z",
      "arch": "aarch64",
      "commit": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
      "fileid": "https://r2.ropensci.org/c289548ccf9bd18a1d120b6d231397b63252ab95337f83d602525c3c10e79187",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-07-18T08:41:26.000Z",
      "arch": "emscripten",
      "commit": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
      "fileid": "https://r2.ropensci.org/754faeccbb5575275a370462fd6ef85ba02bbc88c3b7b5b7ee8c4fd0fa86b71e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-07-18T08:40:41.000Z",
      "arch": "x86_64",
      "commit": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
      "fileid": "https://r2.ropensci.org/887a394ad4f19aa638eaadcc93c2020ca57e5676e99b54e36b8af4facfe49007",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-07-18T08:41:31.000Z",
      "arch": "x86_64",
      "commit": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
      "fileid": "https://r2.ropensci.org/734b7502f6ef91eba26a1f3b04b479935e08bb59036a40741bcec94cf58264d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-07-18T08:40:40.000Z",
      "arch": "x86_64",
      "commit": "3a0306ac435e30ea8ce0176573dd76f3b173ae45",
      "fileid": "https://r2.ropensci.org/da901186db83cc15e01eb6809cbe88dfb08fc307c88a32cb75ee00bd8f61e757",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/29637745472"
    }
  ]
}