{
  "_id": "6a103240acfb0bcc41c97707",
  "Type": "Package",
  "Package": "deltatest",
  "Title": "Statistical Hypothesis Testing Using the Delta Method",
  "Version": "0.2.0.9000",
  "Authors@R": "c(\nperson(\"Koji\", \"Makiyama\", , \"hoxo.smile@gmail.com\", role = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Kazuyuki\", \"Sano\", role = c(\"ctb\", \"wdc\")),\nperson(\"Shinichi\", \"Takayanagi\", , \"shinichi.takayanagi@gmail.com\", role = \"med\"),\nperson(\"Daisuke\", \"Ichikawa\", role = \"exp\"),\nperson(\"LY Corporation Analytics Solution Enhancement Team\", role = \"spn\")\n)",
  "Description": "Statistical hypothesis testing using the Delta method as\nproposed by Deng et al. (2018) <doi:10.1145/3219819.3219919>.\nThis method replaces the standard variance estimation formula\nin the Z-test with an approximate formula derived via the Delta\nmethod, which can account for within-user correlation.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/hoxo-m/deltatest,\nhttps://hoxo-m.github.io/deltatest/",
  "BugReports": "https://github.com/hoxo-m/deltatest/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://hoxo-m.r-universe.dev",
  "Date/Publication": "2026-03-13 09:08:03 UTC",
  "RemoteUrl": "https://github.com/hoxo-m/deltatest",
  "RemoteRef": "HEAD",
  "RemoteSha": "f3e730b1756e09184117b34db77d806be77d0921",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 08:49:07 UTC",
    "User": "root"
  },
  "Author": "Koji Makiyama [aut, cre, cph],\nKazuyuki Sano [ctb, wdc],\nShinichi Takayanagi [med],\nDaisuke Ichikawa [exp],\nLY Corporation Analytics Solution Enhancement Team [spn]",
  "Maintainer": "Koji Makiyama <hoxo.smile@gmail.com>",
  "MD5sum": "fd34d9dadb5375a0c82bd061fd8ad653",
  "_user": "hoxo-m",
  "_type": "src",
  "_file": "deltatest_0.2.0.9000.tar.gz",
  "_fileid": "106b4d80b8910cfc3ebf993d9d5358f8c3364f267eaed6d29aad6d9ad94d8f89",
  "_filesize": 178420,
  "_sha256": "106b4d80b8910cfc3ebf993d9d5358f8c3364f267eaed6d29aad6d9ad94d8f89",
  "_created": "2026-05-12T08:49:07.000Z",
  "_published": "2026-05-22T10:38:56.052Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77363225564,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6939716737"
    },
    {
      "job": 77363225606,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939708560"
    },
    {
      "job": 77363225787,
      "time": 89,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6939693974"
    },
    {
      "job": 77363225740,
      "time": 105,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939699261"
    },
    {
      "job": 77363225450,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939662520"
    },
    {
      "job": 77363225378,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158528993"
    },
    {
      "job": 77363225843,
      "time": 159,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6939719284"
    },
    {
      "job": 77363226267,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6939699495"
    },
    {
      "job": 77363225725,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939688817"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hoxo-m/actions/runs/25723651330",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hoxo-m/deltatest",
  "_commit": {
    "id": "f3e730b1756e09184117b34db77d806be77d0921",
    "author": "hoxo-m <hoxo.smile@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Fix column name collisions in metric evaluation (#13)",
    "time": 1773392883
  },
  "_maintainer": {
    "name": "Koji Makiyama",
    "email": "hoxo.smile@gmail.com",
    "login": "hoxo-m",
    "uuid": 7479163
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "broom",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "R6",
      "version": ">= 2.6.1",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "hoxo-m",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-24",
      "n": 4
    },
    {
      "week": "2025-25",
      "n": 5
    },
    {
      "week": "2026-10",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 10
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2026-03-09"
    }
  ],
  "_topics": [
    "ab-testing",
    "data-science",
    "statistics"
  ],
  "_stars": 7,
  "_contributors": [
    {
      "user": "hoxo-m",
      "count": 98,
      "uuid": 7479163
    },
    {
      "user": "statditto",
      "count": 1,
      "uuid": 27876663
    }
  ],
  "_userbio": {
    "uuid": 7479163,
    "type": "user",
    "name": "hoxo-m",
    "description": "Japanese translator of R for Everyone, Feature Engineering for Machine Learning, and Models of the Mind."
  },
  "_downloads": {
    "count": 199,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/deltatest"
  },
  "_devurl": "https://github.com/hoxo-m/deltatest",
  "_pkgdown": "https://hoxo-m.github.io/deltatest/",
  "_searchresults": 16,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/deltatest.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hoxo-m/deltatest",
  "_realowner": "hoxo-m",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-03-03"
    },
    {
      "version": "0.2.0",
      "date": "2026-03-09"
    }
  ],
  "_exports": [
    "DeltaMethodForRatio",
    "deltatest",
    "generate_dummy_data"
  ],
  "_help": [
    {
      "page": "DeltaMethodForRatio",
      "title": "The Delta Method for Ratio",
      "topics": [
        "DeltaMethodForRatio"
      ]
    },
    {
      "page": "deltatest",
      "title": "Two Sample Z-Test for Ratio Metrics Using the Delta Method",
      "topics": [
        "deltatest"
      ]
    },
    {
      "page": "generate_dummy_data",
      "title": "Generate Dummy Data",
      "topics": [
        "generate_dummy_data"
      ]
    }
  ],
  "_readme": "https://github.com/hoxo-m/deltatest/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "broom",
    "cli",
    "cpp11",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 4.350248018334163,
  "_indexed": true,
  "_nocasepkg": "deltatest",
  "_universes": [
    "hoxo-m"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-05-12T08:51:44.000Z",
      "distro": "noble",
      "commit": "f3e730b1756e09184117b34db77d806be77d0921",
      "fileid": "91861554962d7c141f02c82010900df5b538d0389c3a3055961937b65ae572af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hoxo-m/actions/runs/25723651330"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-05-12T08:51:18.000Z",
      "distro": "noble",
      "commit": "f3e730b1756e09184117b34db77d806be77d0921",
      "fileid": "b59c01529e806a19c82ec0ca84469d8977bbb2e0da5e36630920c89f8f7c6892",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hoxo-m/actions/runs/25723651330"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-05-12T08:50:44.000Z",
      "commit": "f3e730b1756e09184117b34db77d806be77d0921",
      "fileid": "99cc3b22f7e937f94cf7d17bb354572db9fb92cf9e270268d62f2ec5b8952fde",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hoxo-m/actions/runs/25723651330"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-05-12T08:50:52.000Z",
      "commit": "f3e730b1756e09184117b34db77d806be77d0921",
      "fileid": "00ff166b358858a57c72120855030f6484253473033124a56f25ade0b7e03694",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hoxo-m/actions/runs/25723651330"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-12T08:51:46.000Z",
      "commit": "f3e730b1756e09184117b34db77d806be77d0921",
      "fileid": "83904148680de2318f4aa3839d3d0b25da4bac7e5509b44a4bdfa104a1942a83",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hoxo-m/actions/runs/25723651330"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-12T08:50:51.000Z",
      "commit": "f3e730b1756e09184117b34db77d806be77d0921",
      "fileid": "ebd3aeac4a2b2f8bf6fb89b5c4c627bbcd060b5956005c7477294a185f5e6f7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hoxo-m/actions/runs/25723651330"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-05-12T08:50:16.000Z",
      "commit": "f3e730b1756e09184117b34db77d806be77d0921",
      "fileid": "137ecb43d7bcfb0b51fd5cff69698adfb2b275939fd74a517e5909766101405b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hoxo-m/actions/runs/25723651330"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0.9000",
      "date": "2026-05-22T10:38:37.000Z",
      "commit": "f3e730b1756e09184117b34db77d806be77d0921",
      "fileid": "0340da1a8afcef54576ae0fb1024b619762d0e3d44b6e29ded5ff06b65a83c5f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hoxo-m/actions/runs/25723651330"
    }
  ]
}