{
  "_id": "6a36686c3efcd9bda4407bed",
  "Package": "ClickHouseHTTP",
  "Type": "Package",
  "Title": "A Simple HTTP Database Interface to 'ClickHouse'",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\n\"Patrice\", \"Godard\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"patrice.godard@gmail.com\"\n),\nperson(\n\"Eusebiu\", \"Marcu\",\nrole = \"ctb\",\nemail = \"marcueusebiu@gmail.com\"\n)\n)",
  "Description": "'ClickHouse' (<https://clickhouse.com/>) is an\nopen-source, high performance columnar OLAP (online analytical\nprocessing of queries) database management system for real-time\nanalytics using SQL. This 'DBI' backend relies on the\n'ClickHouse' HTTP interface and support HTTPS protocol.",
  "URL": "https://github.com/patzaw/ClickHouseHTTP",
  "BugReports": "https://github.com/patzaw/ClickHouseHTTP/issues",
  "Roxygen": "list(markdown = TRUE)",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "cmake libssl-dev",
  "Repository": "https://patzaw.r-universe.dev",
  "Date/Publication": "2026-05-18 12:58:49 UTC",
  "RemoteUrl": "https://github.com/patzaw/clickhousehttp",
  "RemoteRef": "HEAD",
  "RemoteSha": "ca51b32b39a8524ef1f05df760d683e8b2801461",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-20 10:12:42 UTC",
    "User": "root"
  },
  "Author": "Patrice Godard [aut, cre, cph],\nEusebiu Marcu [ctb]",
  "Maintainer": "Patrice Godard <patrice.godard@gmail.com>",
  "MD5sum": "3d43a969c957348bf51924e1bd4f1ddf",
  "_user": "patzaw",
  "_type": "src",
  "_file": "ClickHouseHTTP_1.0.0.tar.gz",
  "_fileid": "41921ec099415721bfa7107378597c73aa62cf8485341264d03153f2ae0ffb33",
  "_filesize": 123925,
  "_sha256": "41921ec099415721bfa7107378597c73aa62cf8485341264d03153f2ae0ffb33",
  "_created": "2026-06-20T10:12:42.000Z",
  "_published": "2026-06-20T10:16:12.597Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82475295629,
      "time": 171,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7764435460"
    },
    {
      "job": 82475295635,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764430540"
    },
    {
      "job": 82475295638,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7764426773"
    },
    {
      "job": 82475295642,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764427396"
    },
    {
      "job": 82475106253,
      "time": 189,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764415471"
    },
    {
      "job": 82475295632,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764428941"
    },
    {
      "job": 82475295665,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7764425126"
    },
    {
      "job": 82475295656,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7764425872"
    },
    {
      "job": 82475295672,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764424690"
    }
  ],
  "_buildurl": "https://github.com/r-universe/patzaw/actions/runs/27867965540",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/patzaw/clickhousehttp",
  "_commit": {
    "id": "ca51b32b39a8524ef1f05df760d683e8b2801461",
    "author": "Patrice Godard <patrice.godard@angelinipharma.com>",
    "committer": "Patrice Godard <patrice.godard@angelinipharma.com>",
    "message": "bug corrections and improvements\n",
    "time": 1779109129
  },
  "_maintainer": {
    "name": "Patrice Godard",
    "email": "patrice.godard@gmail.com",
    "login": "patzaw",
    "linkedin": "in/patrice-godard-65a25920",
    "description": "Data scientist and bioinformatician. Strong experience in multiomics data analysis applied to pharmaceutical  research.",
    "uuid": 9802306
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "version": ">= 0.3.0",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "stringi",
      "role": "Suggests"
    }
  ],
  "_owner": "patzaw",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-20",
      "n": 6
    },
    {
      "week": "2026-21",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v1.0.0",
      "date": "2026-05-18"
    }
  ],
  "_stars": 16,
  "_contributors": [
    {
      "user": "patzaw",
      "count": 24,
      "uuid": 9802306
    }
  ],
  "_userbio": {
    "uuid": 9802306,
    "type": "user",
    "name": "Patrice Godard",
    "followers": 17,
    "description": "Data scientist and bioinformatician. Strong experience in multiomics data analysis applied to pharmaceutical  research."
  },
  "_downloads": {
    "count": 666,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ClickHouseHTTP"
  },
  "_devurl": "https://github.com/patzaw/clickhousehttp",
  "_searchresults": 12,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/ClickHouseHTTP.html",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/patzaw/clickhousehttp",
  "_realowner": "patzaw",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2022-03-29"
    },
    {
      "version": "0.1.3",
      "date": "2022-09-05"
    },
    {
      "version": "0.3.0",
      "date": "2023-02-16"
    },
    {
      "version": "0.3.2",
      "date": "2023-07-04"
    },
    {
      "version": "0.3.3",
      "date": "2024-04-18"
    },
    {
      "version": "0.3.4",
      "date": "2025-06-05"
    },
    {
      "version": "1.0.0",
      "date": "2026-05-18"
    }
  ],
  "_exports": [
    "ClickHouseHTTP",
    "dbConnect",
    "dbCreateTable",
    "dbGetInfo",
    "dbSendQuery",
    "dbWriteTable"
  ],
  "_help": [
    {
      "page": "ClickHouseHTTP",
      "title": "Create a ClickHouseHTTP DBI driver",
      "topics": [
        "ClickHouseHTTP"
      ]
    },
    {
      "page": "ClickHouseHTTPConnection-class",
      "title": "ClickHouseHTTPConnection class.",
      "topics": [
        "ClickHouseHTTPConnection-class",
        "dbAppendTable,ClickHouseHTTPConnection-method",
        "dbCreateTable,ClickHouseHTTPConnection-method",
        "dbExistsTable,ClickHouseHTTPConnection,character-method",
        "dbGetInfo,ClickHouseHTTPConnection-method",
        "dbListFields,ClickHouseHTTPConnection,character-method",
        "dbListTables,ClickHouseHTTPConnection-method",
        "dbReadTable,ClickHouseHTTPConnection,character-method",
        "dbRemoveTable,ClickHouseHTTPConnection,ANY-method",
        "dbSendQuery,ClickHouseHTTPConnection,character-method",
        "dbWriteTable,ClickHouseHTTPConnection,ANY-method"
      ]
    },
    {
      "page": "ClickHouseHTTPDriver-class",
      "title": "Driver for the ClickHouse database using HTTP(S) interface",
      "topics": [
        "ClickHouseHTTPDriver-class",
        "dbConnect,ClickHouseHTTPDriver-method"
      ]
    },
    {
      "page": "ClickHouseHTTPResult-class",
      "title": "ClickHouseHTTPResult class.",
      "topics": [
        "ClickHouseHTTPResult-class"
      ]
    }
  ],
  "_readme": "https://github.com/patzaw/clickhousehttp/raw/HEAD/README.md",
  "_rundeps": [
    "arrow",
    "askpass",
    "assertthat",
    "bit",
    "bit64",
    "cli",
    "cpp11",
    "curl",
    "data.table",
    "DBI",
    "glue",
    "httr2",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "openssl",
    "purrr",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "tidyselect",
    "vctrs",
    "withr"
  ],
  "_score": 4.760422483423213,
  "_indexed": true,
  "_nocasepkg": "clickhousehttp",
  "_universes": [
    "patzaw"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-20T10:15:32.000Z",
      "distro": "noble",
      "commit": "ca51b32b39a8524ef1f05df760d683e8b2801461",
      "fileid": "caa6fa758615e11f4cf27b0ad6ea5ee6ae163b21b7998627cf46eab7cd99d6ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/patzaw/actions/runs/27867965540"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-20T10:14:50.000Z",
      "distro": "noble",
      "commit": "ca51b32b39a8524ef1f05df760d683e8b2801461",
      "fileid": "4f298a67691bcdd87936b3ad811b842b5346f2eaac29e673c2e89b832ba93754",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/patzaw/actions/runs/27867965540"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-20T10:14:20.000Z",
      "commit": "ca51b32b39a8524ef1f05df760d683e8b2801461",
      "fileid": "0c57dc6ed83a150ef030a9eddcbe33bfae1300021779fa6d7a57cf84aa5109e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/patzaw/actions/runs/27867965540"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-20T10:14:26.000Z",
      "commit": "ca51b32b39a8524ef1f05df760d683e8b2801461",
      "fileid": "e5f8ccba7e5514762a76bce51d1fa7f727a7106ab845ee830972ae2b3bfda5b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/patzaw/actions/runs/27867965540"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-20T10:14:55.000Z",
      "commit": "ca51b32b39a8524ef1f05df760d683e8b2801461",
      "fileid": "0e54c8c385476e13eee7277b83e1f9da2cfcd7fa4dbb9825b1782b054b43b253",
      "status": "success",
      "buildurl": "https://github.com/r-universe/patzaw/actions/runs/27867965540"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-20T10:13:58.000Z",
      "commit": "ca51b32b39a8524ef1f05df760d683e8b2801461",
      "fileid": "7bcf51e00e0b07e501a05742325be0de8617fb0e8b82257ce2c2832cf223b185",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/patzaw/actions/runs/27867965540"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-20T10:14:08.000Z",
      "commit": "ca51b32b39a8524ef1f05df760d683e8b2801461",
      "fileid": "ab42e291f14ed570def296a26ece3fca9786a5861638e5505a83df6c2e453149",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/patzaw/actions/runs/27867965540"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-20T10:13:53.000Z",
      "commit": "ca51b32b39a8524ef1f05df760d683e8b2801461",
      "fileid": "3cc793be3b5a38163fcfaee458ec987c30c6018ec3d98e1af5c07093e9f70c36",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/patzaw/actions/runs/27867965540"
    }
  ]
}