{
  "_id": "6a48d4c6b5e98c40829febe4",
  "Package": "porcelain",
  "Title": "Turn a Package into an HTTP API",
  "Version": "0.1.16",
  "Authors@R": "c(person(\"Rich\", \"FitzJohn\", role = c(\"aut\", \"cre\"),\nemail = \"rich.fitzjohn@gmail.com\"),\nperson(\"Imperial College of Science, Technology and Medicine\",\nrole = \"cph\"))",
  "Description": "Wrapper around the plumber package to turn a package into\nan HTTP API. This adds some conventions that we find useful,\nsuch as some testing infrastructure and automatic validation of\nresponses against a json schema.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "URL": "https://github.com/reside-ic/porcelain",
  "BugReports": "https://github.com/reside-ic/porcelain/issues",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.1",
  "VignetteBuilder": "knitr",
  "Remotes": [
    "ropensci/jsonvalidate"
  ],
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "make libicu-dev libsodium-dev libssl-dev\nlibnode-dev zlib1g-dev",
  "Repository": "https://vimc.r-universe.dev",
  "Date/Publication": "2025-05-09 09:48:18 UTC",
  "RemoteUrl": "https://github.com/reside-ic/porcelain",
  "RemoteRef": "master",
  "RemoteSha": "674b6c17216ecfdab024ff35e96fd564f437d50f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 09:06:42 UTC",
    "User": "root"
  },
  "Author": "Rich FitzJohn [aut, cre],\nImperial College of Science, Technology and Medicine [cph]",
  "Maintainer": "Rich FitzJohn <rich.fitzjohn@gmail.com>",
  "_user": "vimc",
  "_type": "src",
  "_file": "porcelain_0.1.16.tar.gz",
  "_fileid": "https://r2.ropensci.org/cce1d4f78d9e8b1a0af74f1f63ea14353abfd876df985b5dc62bde86bbbb384f",
  "_filesize": 203398,
  "_sha256": "cce1d4f78d9e8b1a0af74f1f63ea14353abfd876df985b5dc62bde86bbbb384f",
  "_expires": "2026-10-12T09:39:17.000Z",
  "_created": "2026-07-04T09:06:42.000Z",
  "_published": "2026-07-04T09:39:18.956Z",
  "_jobs": [
    {
      "job": 85120043204,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8080325820"
    },
    {
      "job": 85120043195,
      "time": 206,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8080332578"
    },
    {
      "job": 85120043205,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8080528029"
    },
    {
      "job": 85120043207,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8080525230"
    },
    {
      "job": 85119831769,
      "time": 199,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8080307239"
    },
    {
      "job": 85120043218,
      "time": 146,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8080325620"
    },
    {
      "job": 85120043213,
      "time": 147,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8080325560"
    },
    {
      "job": 85120043224,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8080318682"
    },
    {
      "job": 85120043206,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8080319290"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/vimc/actions/runs/28701352217",
  "_status": "success",
  "_upstream": "https://github.com/reside-ic/porcelain",
  "_commit": {
    "id": "674b6c17216ecfdab024ff35e96fd564f437d50f",
    "author": "Rich FitzJohn <r.fitzjohn@imperial.ac.uk>",
    "committer": "Rich FitzJohn <r.fitzjohn@imperial.ac.uk>",
    "message": "Bump version\n",
    "time": 1746784098
  },
  "_maintainer": {
    "name": "Rich FitzJohn",
    "email": "rich.fitzjohn@gmail.com",
    "login": "richfitz",
    "mastodon": "@richfitz@fosstodon.org",
    "description": "",
    "uuid": 1558093
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "V8",
      "role": "Imports"
    },
    {
      "package": "ids",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "jsonvalidate",
      "version": ">= 1.2.2",
      "role": "Imports"
    },
    {
      "package": "lgr",
      "role": "Imports"
    },
    {
      "package": "plumber",
      "role": "Imports"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "fs",
      "role": "Suggests"
    },
    {
      "package": "httr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "mockery",
      "role": "Suggests"
    },
    {
      "package": "pkgload",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "reside-ic",
  "_selfowned": false,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "richfitz",
      "count": 254,
      "uuid": 1558093
    },
    {
      "user": "r-ash",
      "count": 83,
      "uuid": 39248272
    },
    {
      "user": "hillalex",
      "count": 7,
      "uuid": 6736820
    }
  ],
  "_userbio": {
    "uuid": 26278316,
    "type": "organization",
    "name": "Vaccine Impact Modelling Consortium",
    "followers": 14
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/porcelain"
  },
  "_devurl": "https://github.com/reside-ic/porcelain",
  "_searchresults": 1,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/porcelain.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "porcelain",
    "porcelain_add_headers",
    "porcelain_background",
    "porcelain_endpoint",
    "porcelain_input_body_binary",
    "porcelain_input_body_json",
    "porcelain_input_query",
    "porcelain_logger",
    "porcelain_package_endpoint",
    "porcelain_returning",
    "porcelain_returning_binary",
    "porcelain_returning_json",
    "porcelain_returning_text",
    "porcelain_roclet",
    "porcelain_state",
    "porcelain_stop"
  ],
  "_help": [
    {
      "page": "porcelain",
      "title": "A 'porcelain' object",
      "topics": [
        "porcelain"
      ]
    },
    {
      "page": "porcelain_add_headers",
      "title": "Add headers to endpoint output data",
      "topics": [
        "porcelain_add_headers"
      ]
    },
    {
      "page": "porcelain_background",
      "title": "While porcelain makes it easy to test endpoints individually, you may still want some integration or end-to-end tests where you bring the entire API up and interact with it from your tests. This class provides a helper for doing this in a way that is reasonably tidy.",
      "topics": [
        "porcelain_background"
      ]
    },
    {
      "page": "porcelain_endpoint",
      "title": "Basic endpoint object",
      "topics": [
        "porcelain_endpoint"
      ]
    },
    {
      "page": "porcelain_input_body",
      "title": "Control for body parameters",
      "topics": [
        "porcelain_input_body_binary",
        "porcelain_input_body_json"
      ]
    },
    {
      "page": "porcelain_input_query",
      "title": "Control for query parameters",
      "topics": [
        "porcelain_input_query"
      ]
    },
    {
      "page": "porcelain_logger",
      "title": "Create logger",
      "topics": [
        "porcelain_logger"
      ]
    },
    {
      "page": "porcelain_package_endpoint",
      "title": "Find roxygen-defined endpoint",
      "topics": [
        "porcelain_package_endpoint"
      ]
    },
    {
      "page": "porcelain_returning",
      "title": "Support for endpoint return types",
      "topics": [
        "porcelain_returning",
        "porcelain_returning_binary",
        "porcelain_returning_json",
        "porcelain_returning_text"
      ]
    },
    {
      "page": "porcelain_roclet",
      "title": "Define API using roxygen tags",
      "topics": [
        "porcelain_roclet"
      ]
    },
    {
      "page": "porcelain_state",
      "title": "Bind state into an endpoint",
      "topics": [
        "porcelain_state"
      ]
    },
    {
      "page": "porcelain_stop",
      "title": "Throw an error from an endpoint",
      "topics": [
        "porcelain_stop"
      ]
    }
  ],
  "_readme": "https://github.com/reside-ic/porcelain/raw/master/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "crayon",
    "curl",
    "fastmap",
    "httpuv",
    "ids",
    "jsonlite",
    "jsonvalidate",
    "later",
    "lgr",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "otel",
    "plumber",
    "promises",
    "R6",
    "Rcpp",
    "rlang",
    "sodium",
    "stringi",
    "swagger",
    "sys",
    "uuid",
    "V8",
    "webutils"
  ],
  "_vignettes": [
    {
      "source": "cookbook.Rmd",
      "filename": "cookbook.html",
      "title": "cookbook",
      "engine": "knitr::rmarkdown",
      "headings": [
        "GET endpoint, inputs as query parameters, returning JSON",
        "GET endpoint, inputs as path and query parameters, returning JSON",
        "POST endpoint, inputs as JSON, returning JSON",
        "POST endpoint, inputs as binary, returning binary"
      ],
      "created": "2021-09-03 16:14:39",
      "modified": "2021-09-03 16:14:39",
      "commits": 1
    },
    {
      "source": "porcelain.Rmd",
      "filename": "porcelain.html",
      "title": "porcelain",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Motivation",
        "Introduction - a porcelain approach to adding-as-a-service"
      ],
      "created": "2021-09-03 16:14:39",
      "modified": "2021-09-03 16:14:39",
      "commits": 1
    },
    {
      "source": "roxygen.Rmd",
      "filename": "roxygen.html",
      "title": "roxygen",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Prerequisites",
        "Declaring a simple endpoint",
        "The basic syntax",
        "Adding inputs",
        "Binding state",
        "Testing",
        "An example"
      ],
      "created": "2021-11-12 17:04:20",
      "modified": "2021-11-12 17:04:20",
      "commits": 1
    }
  ],
  "_score": 4.857332496431269,
  "_indexed": false,
  "_nocasepkg": "porcelain",
  "_universes": [
    "vimc"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.16",
      "date": "2026-07-04T09:09:01.000Z",
      "distro": "resolute",
      "commit": "674b6c17216ecfdab024ff35e96fd564f437d50f",
      "fileid": "https://r2.ropensci.org/beb9d93192ca6de7a7162969ef4c284aa59ba01469b5bd76cdc19d75806d381e",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/28701352217"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.16",
      "date": "2026-07-04T09:09:52.000Z",
      "distro": "resolute",
      "commit": "674b6c17216ecfdab024ff35e96fd564f437d50f",
      "fileid": "https://r2.ropensci.org/ec45ac0e84996b3d6735ce102f3cd20c6be0322fbda137b53e465fefae08f06b",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/28701352217"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.16",
      "date": "2026-07-04T09:38:40.000Z",
      "commit": "674b6c17216ecfdab024ff35e96fd564f437d50f",
      "fileid": "https://r2.ropensci.org/5896398235fd73b60d211ef44d8f0c06a90b5416b5cc87f50e44d97ae50d4715",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/28701352217"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.16",
      "date": "2026-07-04T09:38:07.000Z",
      "commit": "674b6c17216ecfdab024ff35e96fd564f437d50f",
      "fileid": "https://r2.ropensci.org/396a704651d9d40b5a654e54c0af36d55f27de3a14a746c7138f1949dbac6fa7",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/28701352217"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.16",
      "date": "2026-07-04T09:09:27.000Z",
      "commit": "674b6c17216ecfdab024ff35e96fd564f437d50f",
      "fileid": "https://r2.ropensci.org/914187ed115038e86effb50e06ba91e9f022a35e57b736987b182fba641dbb61",
      "status": "success",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/28701352217"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.16",
      "date": "2026-07-04T09:08:48.000Z",
      "commit": "674b6c17216ecfdab024ff35e96fd564f437d50f",
      "fileid": "https://r2.ropensci.org/cab5398a417f8d445a1c07d4709971f5db956264531a71e07ebaecb6cfa194d0",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/28701352217"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.16",
      "date": "2026-07-04T09:07:56.000Z",
      "commit": "674b6c17216ecfdab024ff35e96fd564f437d50f",
      "fileid": "https://r2.ropensci.org/d136099445b7596ecf3062e9f55e5ddbfa48c5bb90e951179b7a9c419eab604d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/28701352217"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.16",
      "date": "2026-07-04T09:07:55.000Z",
      "commit": "674b6c17216ecfdab024ff35e96fd564f437d50f",
      "fileid": "https://r2.ropensci.org/30384c2c7397120967883766f4aad3736acd0b73b2f10d75ab6c1d53d6f5f6cd",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/28701352217"
    }
  ]
}