{
  "_id": "6a1065fdacfb0bcc41ca8d0e",
  "Package": "kcmeans",
  "Title": "Conditional Expectation Function Estimation with\nK-Conditional-Means",
  "Version": "0.1.0.9000",
  "Date": "2023-11-28",
  "Authors@R": "c(\nperson(\"Thomas\", \"Wiemann\", role = c(\"aut\", \"cre\"), email = \"wiemann@uchicago.edu\"))",
  "Description": "Implementation of the KCMeans regression estimator studied\nby Wiemann (2023) <arXiv:2311.17021> for expectation function\nestimation conditional on categorical variables. Computation\nleverages the unconditional KMeans implementation in one\ndimension using dynamic programming algorithm of Wang and Song\n(2011) <doi:10.32614/RJ-2011-015>, allowing for global\nsolutions in time polynomial in the number of observed\ncategories.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/thomaswiemann/kcmeans",
  "BugReports": "https://github.com/thomaswiemann/kcmeans/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Repository": "https://thomaswiemann.r-universe.dev",
  "Date/Publication": "2023-11-30 13:58:10 UTC",
  "RemoteUrl": "https://github.com/thomaswiemann/kcmeans",
  "RemoteRef": "HEAD",
  "RemoteSha": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-08 06:08:24 UTC",
    "User": "root"
  },
  "Author": "Thomas Wiemann [aut, cre]",
  "Maintainer": "Thomas Wiemann <wiemann@uchicago.edu>",
  "MD5sum": "dd4bde06fc45da1e631d01ccbd25aced",
  "_user": "thomaswiemann",
  "_type": "src",
  "_file": "kcmeans_0.1.0.9000.tar.gz",
  "_fileid": "ea44b324de36b0a063dc30b052cd40f8fb1b833eeaac8fd9a7f2c32d9247dfdf",
  "_filesize": 142762,
  "_sha256": "ea44b324de36b0a063dc30b052cd40f8fb1b833eeaac8fd9a7f2c32d9247dfdf",
  "_created": "2026-05-08T06:08:24.000Z",
  "_published": "2026-05-22T14:19:41.413Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77398390314,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6872974156"
    },
    {
      "job": 77398390118,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6872973407"
    },
    {
      "job": 77398390466,
      "time": 152,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6872973064"
    },
    {
      "job": 77398389853,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6872969637"
    },
    {
      "job": 77398389662,
      "time": 197,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6872948103"
    },
    {
      "job": 77398389246,
      "time": 89,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7162762511"
    },
    {
      "job": 77398389870,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6872965991"
    },
    {
      "job": 77398390421,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6872965056"
    },
    {
      "job": 77398390035,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6872963846"
    }
  ],
  "_buildurl": "https://github.com/r-universe/thomaswiemann/actions/runs/25539892760",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/thomaswiemann/kcmeans",
  "_commit": {
    "id": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
    "author": "Thomas Wiemann <wiemann@uchicago.edu>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #2 from thomaswiemann/cran-submission\n\nCran submission",
    "time": 1701352690
  },
  "_maintainer": {
    "name": "Thomas Wiemann",
    "email": "wiemann@uchicago.edu",
    "login": "thomaswiemann",
    "uuid": 35801592
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "Ckmeans.1d.dp",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "thomaswiemann",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "thomaswiemann",
      "count": 29,
      "uuid": 35801592
    }
  ],
  "_userbio": {
    "uuid": 35801592,
    "type": "user",
    "name": "Thomas Wiemann",
    "description": "Postdoc @ Chicago Booth"
  },
  "_downloads": {
    "count": 192,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/kcmeans"
  },
  "_devurl": "https://github.com/thomaswiemann/kcmeans",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/kcmeans.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/thomaswiemann/kcmeans",
  "_realowner": "thomaswiemann",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-11-30"
    }
  ],
  "_exports": [
    "kcmeans"
  ],
  "_help": [
    {
      "page": "kcmeans",
      "title": "K-Conditional-Means Estimator",
      "topics": [
        "kcmeans"
      ]
    },
    {
      "page": "predict.kcmeans",
      "title": "Prediction Method for the K-Conditional-Means Estimator.",
      "topics": [
        "predict.kcmeans"
      ]
    }
  ],
  "_readme": "https://github.com/thomaswiemann/kcmeans/raw/HEAD/README.md",
  "_rundeps": [
    "Ckmeans.1d.dp",
    "lattice",
    "MASS",
    "Matrix",
    "rbibutils",
    "Rcpp",
    "Rdpack"
  ],
  "_vignettes": [
    {
      "source": "kcmeans.Rmd",
      "filename": "kcmeans.html",
      "title": "Get Started",
      "engine": "knitr::rmarkdown",
      "headings": [
        "References"
      ],
      "created": "2023-11-07 15:47:40",
      "modified": "2023-11-29 02:24:04",
      "commits": 3
    }
  ],
  "_score": 4.653212513775344,
  "_indexed": true,
  "_nocasepkg": "kcmeans",
  "_universes": [
    "thomaswiemann"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-08T06:11:01.000Z",
      "distro": "noble",
      "commit": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
      "fileid": "b85706fab9800cab1535ceec75221ec9f30916d7de9a663029f98929983b276d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomaswiemann/actions/runs/25539892760"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-08T06:11:01.000Z",
      "distro": "noble",
      "commit": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
      "fileid": "37fdfe056bdb76b84a8d58ebdb21ad340bdd351ae87d170dc2326265b6465d14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomaswiemann/actions/runs/25539892760"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-08T06:11:01.000Z",
      "commit": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
      "fileid": "b9deac595eced2b6907f2d5b31362515106c12bb04ea2e2d0048b0a3ec624b58",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomaswiemann/actions/runs/25539892760"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-08T06:10:44.000Z",
      "commit": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
      "fileid": "64139cfc621f313cb487cd6cad62ae3613a975cbc449cc9c4499b30ad9d229ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomaswiemann/actions/runs/25539892760"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-08T06:10:15.000Z",
      "commit": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
      "fileid": "c28dd3e3359f89c6ac8c244edeea80b55079c83d0e5e77d95d2e422f12505a2d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomaswiemann/actions/runs/25539892760"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-08T06:10:16.000Z",
      "commit": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
      "fileid": "ffef8c2f846fa70adfdae367f441879cde94005b2bca9a5cb176cf036961eef4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomaswiemann/actions/runs/25539892760"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-08T06:10:12.000Z",
      "commit": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
      "fileid": "2a492fa4b531d0717e11e0904ccca134dea3f5f4b4e9a4407cfa4763b5caf97e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomaswiemann/actions/runs/25539892760"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-05-22T14:19:25.000Z",
      "commit": "ecd07a6b4a30f7bf91ad62ec94e99b4cdfc2600c",
      "fileid": "6763b1ef6707c61a88fdc78045348968e95f1d80bc31e8b04037ce6c29bc7468",
      "status": "success",
      "buildurl": "https://github.com/r-universe/thomaswiemann/actions/runs/25539892760"
    }
  ]
}