{
  "_id": "6a39406fb6829d88cf71158c",
  "Package": "coxstream",
  "Title": "Memory-Efficient Cox Proportional Hazards via Streaming\nNewton-Raphson",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Tommy\", \"Carstensen\",\nemail = \"cran@tommycarstensen.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3672-9931\")),\nperson(\"Apache Software Foundation\", role = c(\"cph\", \"ctb\"),\ncomment = \"vendored Arrow C Data/Stream interface header (src/arrow_c_abi.h), Apache-2.0\"))",
  "Description": "Fits the Cox proportional hazards model using a single\ndescending-order pass per Newton-Raphson iteration. Peak RAM is\nO(p^2) regardless of the number of rows, making it suitable for\ndatasets that do not fit in memory. Produces identical\ncoefficients to survival::coxph() with Efron tie correction.",
  "URL": "https://github.com/tommycarstensen/coxstream-r",
  "BugReports": "https://github.com/tommycarstensen/coxstream-r/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://tommycarstensen.r-universe.dev",
  "Date/Publication": "2026-06-14 21:57:48 UTC",
  "RemoteUrl": "https://github.com/tommycarstensen/coxstream-r",
  "RemoteRef": "HEAD",
  "RemoteSha": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-22 13:55:06 UTC",
    "User": "root"
  },
  "Author": "Tommy Carstensen [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-3672-9931>),\nApache Software Foundation [cph, ctb] (vendored Arrow C Data/Stream\ninterface header (src/arrow_c_abi.h), Apache-2.0)",
  "Maintainer": "Tommy Carstensen <cran@tommycarstensen.com>",
  "MD5sum": "daaa09c15d6fe019f785fa8a312f86ce",
  "_user": "tommycarstensen",
  "_type": "src",
  "_file": "coxstream_0.1.0.tar.gz",
  "_fileid": "bad95b0d19016f7a122a169dfe0d27bd50bd5923421f2ff80f67aba49451972f",
  "_filesize": 100248,
  "_sha256": "bad95b0d19016f7a122a169dfe0d27bd50bd5923421f2ff80f67aba49451972f",
  "_created": "2026-06-22T13:55:06.000Z",
  "_published": "2026-06-22T14:02:23.707Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82731444474,
      "time": 176,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7794475736"
    },
    {
      "job": 82731444496,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7794461318"
    },
    {
      "job": 82731444523,
      "time": 170,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794472999"
    },
    {
      "job": 82731444467,
      "time": 141,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794459577"
    },
    {
      "job": 82731444479,
      "time": 220,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7794479620"
    },
    {
      "job": 82731444510,
      "time": 318,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7794525180"
    },
    {
      "job": 82731444519,
      "time": 177,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794463969"
    },
    {
      "job": 82731444500,
      "time": 393,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794550574"
    },
    {
      "job": 82730607642,
      "time": 217,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794396463"
    },
    {
      "job": 82731444449,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794446538"
    },
    {
      "job": 82731444489,
      "time": 222,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7794495675"
    },
    {
      "job": 82731444464,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7794440730"
    },
    {
      "job": 82731444431,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794442261"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tommycarstensen/coxstream-r",
  "_commit": {
    "id": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
    "author": "Tommy Carstensen <1582232+tommycarstensen@users.noreply.github.com>",
    "committer": "Tommy Carstensen <1582232+tommycarstensen@users.noreply.github.com>",
    "message": "Use exported arrow export_to_c() bridge; drop arrow internals\n",
    "time": 1781474268
  },
  "_maintainer": {
    "name": "Tommy Carstensen",
    "email": "cran@tommycarstensen.com",
    "orcid": "0000-0002-3672-9931"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "survival",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "tommycarstensen",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-24",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-06-14"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "tommycarstensen",
      "count": 2,
      "uuid": 1582232
    }
  ],
  "_userbio": {
    "uuid": 1582232,
    "type": "user",
    "name": "Tommy Carstensen",
    "followers": 22
  },
  "_downloads": {
    "count": 13,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/coxstream"
  },
  "_devurl": "https://github.com/tommycarstensen/coxstream-r",
  "_searchresults": 3,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/coxstream.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tommycarstensen/coxstream-r",
  "_realowner": "tommycarstensen",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-06-20"
    }
  ],
  "_exports": [
    "coxstream",
    "coxstream_arrow"
  ],
  "_help": [
    {
      "page": "coxstream",
      "title": "Fit a Cox proportional hazards model via streaming Newton-Raphson",
      "topics": [
        "coxstream"
      ]
    },
    {
      "page": "coxstream_arrow",
      "title": "Fit a Cox PH model by streaming a DESC-sorted parquet file",
      "topics": [
        "coxstream_arrow"
      ]
    }
  ],
  "_readme": "https://github.com/tommycarstensen/coxstream-r/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "Matrix",
    "Rcpp",
    "survival"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "coxstream",
  "_universes": [
    "tommycarstensen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T13:58:03.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "c464dcaf45f859be062af9f51a4750d704dc7f465fe9cb879a6c8598c6143d01",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T13:57:26.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "8c98cad2688e21829a159eab48735f2a9025f8aa901bb09ab443a2a822ba1ff9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T13:57:58.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "3ea54421c113b91299eaf70cb9722fd91eb04bfe334777ca6168b7d8898af109",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T13:57:22.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "824ab58c1c3701ca7d7bb7774b0b308c000f2a5a9558e347ad613394f745963e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-22T13:58:09.000Z",
      "arch": "aarch64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "7cbdc8f83f8f3027405f54599cf592f1dda22593beeef9e78a9e909b60e11aa8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-22T13:59:31.000Z",
      "arch": "x86_64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "7285434d3ba0619f88f93b949aba936770e4e22f159c6bc61916a2c1dc809a5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-22T13:57:32.000Z",
      "arch": "aarch64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "1a83a6ece1fb7967ec03b26ba64df4cc748cee88679bd041cb216aa75550d203",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-22T13:59:41.000Z",
      "arch": "x86_64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "5fa98d866916941af1a3b7ddc6711f4d1ee88ed7fca29459f104bf62b79d2314",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-22T13:57:17.000Z",
      "arch": "emscripten",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "e111a88a0e442e5d58f8a5a6629b116d406b26b756f7c06c4a4fc34791e1325c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-22T13:57:43.000Z",
      "arch": "x86_64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "11f9e109bbbdd5f56052df5b6f53eff17bf5fc7042526aaf092a1da33da0d8f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-22T13:56:20.000Z",
      "arch": "x86_64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "b19f02adc966f2ffa62bb08eb024010ebf1c0f98b271e6a2e6892f4ca16cd6f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-22T13:56:21.000Z",
      "arch": "x86_64",
      "commit": "94f2e20a1eee66f05378c7568a617e7aa4cbe180",
      "fileid": "fe8312b11205e76aefd08863b63191a0b86d64bc2b276738b712e3fbec8dfdf0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tommycarstensen/actions/runs/27957740280"
    }
  ]
}