{
  "_id": "6a495acdf6c47c441949e4a3",
  "Package": "PreciseSums",
  "Title": "Accurate Floating Point Sums and Products",
  "Version": "0.7",
  "Authors@R": "c(person(\"Matthew\",\"Fidler\",\nrole = c(\"aut\",\"cre\",\"cph\"), email = \"matthew.fidler@gmail.com\"),\nperson(\"Raymond\",\"Hettinger\",role=c(\"cph\",\"aut\")),\nperson(\"Jonathan\", \"Shewchuk\",role=c(\"cph\",\"aut\")),\nperson(\"Julian\", \"Taylor\",role=c(\"cph\",\"aut\")),\nperson(\"Nathaniel\", \"Smith\",role=c(\"cph\",\"aut\")),\nperson(\"NumPy Team\", role=\"cph\"),\nperson(\"Python Team\", role=\"cph\")\n)",
  "Description": "Most of the time floating point arithmetic does\napproximately the right thing.  When adding sums or having\nproducts of numbers that greatly differ in magnitude, the\nfloating point arithmetic may be incorrect.  This package\nimplements the Kahan (1965) sum <doi:10.1145/363707.363723>,\nNeumaier (1974) sum <doi:10.1002/zamm.19740540106>,\npairwise-sum (adapted from 'NumPy', See Castaldo (2008)\n<doi:10.1137/070679946> for a discussion of accuracy), and\narbitrary precision sum (adapted from the fsum in 'Python' ;\nShewchuk (1997)\n<https://people.eecs.berkeley.edu/~jrs/papers/robustr.pdf>). In\naddition, products are changed to long double precision for\naccuracy, or changed into a log-sum for accuracy.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "BugReports": "https://github.com/nlmixr2/PreciseSums/issues/",
  "URL": "https://github.com/nlmixr2/PreciseSums",
  "Repository": "https://nlmixr2.r-universe.dev",
  "Date/Publication": "2024-09-17 21:38:56 UTC",
  "RemoteUrl": "https://github.com/nlmixr2/PreciseSums",
  "RemoteRef": "HEAD",
  "RemoteSha": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-24 02:28:57 UTC",
    "User": "root"
  },
  "Author": "Matthew Fidler [aut, cre, cph],\nRaymond Hettinger [cph, aut],\nJonathan Shewchuk [cph, aut],\nJulian Taylor [cph, aut],\nNathaniel Smith [cph, aut],\nNumPy Team [cph],\nPython Team [cph]",
  "Maintainer": "Matthew Fidler <matthew.fidler@gmail.com>",
  "_user": "nlmixr2",
  "_type": "src",
  "_file": "PreciseSums_0.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/29ca36c7524854e683055dbec65c8a5bb70c0009cbce6a234405e898ae3b5e50",
  "_filesize": 101863,
  "_sha256": "29ca36c7524854e683055dbec65c8a5bb70c0009cbce6a234405e898ae3b5e50",
  "_expires": "2026-10-12T19:11:08.000Z",
  "_created": "2026-06-24T02:28:57.000Z",
  "_published": "2026-07-04T19:11:09.898Z",
  "_jobs": [
    {
      "job": 85159373307,
      "time": 121,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7838687066"
    },
    {
      "job": 85159373304,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7838685710"
    },
    {
      "job": 85159373175,
      "time": 121,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838687357"
    },
    {
      "job": 85159373147,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838684288"
    },
    {
      "job": 85159373285,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7838678862"
    },
    {
      "job": 85159373321,
      "time": 175,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7838698011"
    },
    {
      "job": 85159373277,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838678404"
    },
    {
      "job": 85159373114,
      "time": 179,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838698673"
    },
    {
      "job": 85159373132,
      "time": 128,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838661059"
    },
    {
      "job": 85159373283,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838680164"
    },
    {
      "job": 85159373091,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7838679562"
    },
    {
      "job": 85159373197,
      "time": 71,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7838675798"
    },
    {
      "job": 85159373250,
      "time": 61,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838673831"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821",
  "_status": "success",
  "_upstream": "https://github.com/nlmixr2/PreciseSums",
  "_commit": {
    "id": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
    "author": "Matthew Fidler <matthew.fidler@gmail.com>",
    "committer": "Matthew Fidler <matthew.fidler@gmail.com>",
    "message": "Remove invalid url\n",
    "time": 1726609136
  },
  "_maintainer": {
    "name": "Matthew Fidler",
    "email": "matthew.fidler@gmail.com",
    "login": "mattfidler",
    "description": "Also a Novartis employee;  Can reach me at my Novartis email: matt.fidler@novartis.com",
    "uuid": 514778
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2",
      "role": "Depends"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "nlmixr2",
  "_selfowned": true,
  "_usedby": 21,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "mattfidler",
      "count": 36,
      "uuid": 514778
    }
  ],
  "_userbio": {
    "uuid": 94710774,
    "type": "organization",
    "name": "nlmixr2",
    "followers": 54
  },
  "_downloads": {
    "count": 2057,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/PreciseSums"
  },
  "_devurl": "https://github.com/nlmixr2/precisesums",
  "_searchresults": 6,
  "_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/PreciseSums.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/nlmixr2/precisesums",
  "_realowner": "nlmixr2",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2017-11-14"
    },
    {
      "version": "0.3",
      "date": "2018-04-12"
    },
    {
      "version": "0.4",
      "date": "2020-07-10"
    },
    {
      "version": "0.5",
      "date": "2022-04-22"
    },
    {
      "version": "0.6",
      "date": "2023-04-22"
    },
    {
      "version": "0.7",
      "date": "2024-09-17"
    }
  ],
  "_exports": [
    ".preciseSumsPtr",
    "fsum",
    "kahanSum",
    "neumaierSum",
    "pairwiseSum",
    "psProd",
    "psSetProd",
    "psSetSum",
    "psSum"
  ],
  "_help": [
    {
      "page": "fsum",
      "title": "Return an accurate floating point sum of values",
      "topics": [
        "fsum"
      ]
    },
    {
      "page": "kahanSum",
      "title": "Using the Kahan method, take a more accurate sum",
      "topics": [
        "kahanSum"
      ]
    },
    {
      "page": "neumaierSum",
      "title": "Using the Neumaier method, take a more accurate sum",
      "topics": [
        "neumaierSum"
      ]
    },
    {
      "page": "pairwiseSum",
      "title": "Return an accurate floating point sum of values",
      "topics": [
        "pairwiseSum"
      ]
    },
    {
      "page": "psProd",
      "title": "Using PreciceSums's default method, take a product",
      "topics": [
        "psProd"
      ]
    },
    {
      "page": "psSetProd",
      "title": "Choose the type of product to use in PreciceSums.  These are used in the PreciceSums 'prod' blocks",
      "topics": [
        "psSetProd"
      ]
    },
    {
      "page": "psSetSum",
      "title": "Choose the type of sums to use for PreciceSums.",
      "topics": [
        "psSetSum"
      ]
    },
    {
      "page": "psSum",
      "title": "Using PreciceSums's default method, take a sum",
      "topics": [
        "psSum"
      ]
    }
  ],
  "_readme": "https://github.com/nlmixr2/PreciseSums/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 4.811544845484325,
  "_indexed": true,
  "_nocasepkg": "precisesums",
  "_universes": [
    "nlmixr2",
    "mattfidler"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.7",
      "date": "2026-06-24T02:31:10.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/a60f21679cb49b8a1948727781571944d0b1dd586a3fe314cd23d59b79438bde",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.7",
      "date": "2026-06-24T02:31:00.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/6b2e9610ef213394d8ebfdc33e0670cfd9d1073273ce153226faf5cde9228ed0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.7",
      "date": "2026-06-24T02:31:12.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/12dce02a8b1cc5ca3bf162245cb7996722787104e8df47ef0c8e073be0e1e813",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.7",
      "date": "2026-06-24T02:30:53.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/3b5de6d71585e86bcc908ca59b321d52ff2917f6c9a9d8272aefcc3c39454964",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.7",
      "date": "2026-06-24T02:30:29.000Z",
      "arch": "aarch64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/f75b6ceca2857dc173f0056b3e3dd1391fc494688648b03e8bf45bae0cda932a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.7",
      "date": "2026-06-24T02:31:50.000Z",
      "arch": "x86_64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/3220d8a03c609cef8f0a13e5a5a9c03c72c396e3922e83ea38d616e032169417",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.7",
      "date": "2026-06-24T02:30:26.000Z",
      "arch": "aarch64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/9fb26dfc117df3c41372a4ebe505af4a918849f50f012c200fc96a043735512d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.7",
      "date": "2026-06-24T02:31:55.000Z",
      "arch": "x86_64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/376f422206854a5f660bd8945b690d22a1f8a63bb06a73ce4b8f8a7a005a5c43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.7",
      "date": "2026-06-24T02:30:42.000Z",
      "arch": "emscripten",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/07b066d2839e71d9cb9b936a5c0501ac267f0116768bb6bb409f5fd59274a76a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.7",
      "date": "2026-06-24T02:30:18.000Z",
      "arch": "x86_64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/0f991108209bf779cc469861dd1716a837361f6ab1e8b14d73d9bcfa07ef0e29",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.7",
      "date": "2026-06-24T02:30:06.000Z",
      "arch": "x86_64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/791efb4023daba18b79f0afe775f59268321b7d8f90926e78e24836567e442d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.7",
      "date": "2026-06-24T02:29:56.000Z",
      "arch": "x86_64",
      "commit": "2f3c623a3c58db011ef71dc76cbca0037c4af570",
      "fileid": "https://r2.ropensci.org/acf5b880ba6406e9cf8194f4b1cdda6f19346a54bbf99ce58033a34238350ca9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/28070906821"
    }
  ]
}