{
  "_id": "6a1410e6acfb0bcc41d3b66f",
  "Package": "ODataQuery",
  "Type": "Package",
  "Title": "Querying on 'OData'",
  "Version": "0.5.3",
  "Authors@R": "person(\"Laurent\", \"Verweijen\",\nemail = \"lauwerund+github@gmail.com\",\nrole = c(\"aut\", \"cre\"))",
  "Description": "Make querying on 'OData' easier. It exposes an\n'ODataQuery' object that can be manipulated and provides\nfeatures such as selection, filtering and ordering.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 09:03:20 UTC",
    "User": "root"
  },
  "Author": "Laurent Verweijen [aut, cre]",
  "Maintainer": "Laurent Verweijen <lauwerund+github@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2021-07-05 08:30:02 UTC",
  "RemoteUrl": "https://github.com/cran/ODataQuery",
  "RemoteRef": "HEAD",
  "RemoteSha": "69b96529870bcafe3f5c15578d9469a966fde3e1",
  "MD5sum": "a7ec035293289fda38b483da17e81a61",
  "_user": "cran",
  "_type": "src",
  "_file": "ODataQuery_0.5.3.tar.gz",
  "_fileid": "bd1e8eeddcf2a2066b9616c3f7962eaafff22a8f5ea2389b2b9fcbd57bf6b493",
  "_filesize": 143305,
  "_sha256": "bd1e8eeddcf2a2066b9616c3f7962eaafff22a8f5ea2389b2b9fcbd57bf6b493",
  "_created": "2026-05-25T09:03:20.000Z",
  "_published": "2026-05-25T09:05:42.549Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77685630321,
      "time": 97,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7195154001"
    },
    {
      "job": 77685628846,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7195156402"
    },
    {
      "job": 77685318463,
      "time": 168,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195130438"
    },
    {
      "job": 77685628759,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195155734"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26392482690",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/ODataQuery",
  "_commit": {
    "id": "69b96529870bcafe3f5c15578d9469a966fde3e1",
    "author": "Laurent Verweijen <lauwerund+github@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.5.3\n",
    "time": 1625473802
  },
  "_maintainer": {
    "name": "Laurent Verweijen",
    "email": "lauwerund+github@gmail.com",
    "login": "lverweijen",
    "description": "",
    "uuid": 3178530
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "utils",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 240,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ODataQuery"
  },
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/ODataQuery.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.5.3",
      "date": "2021-07-05"
    }
  ],
  "_exports": [
    "and_query",
    "not_query",
    "odata_function",
    "ODataQuery",
    "or_query",
    "retrieve_all",
    "retrieve_data",
    "retrieve_one",
    "to_odata",
    "to_odata_"
  ],
  "_help": [
    {
      "page": "and_query",
      "title": "Create a combined filter",
      "topics": [
        "and_query",
        "not_query",
        "or_query"
      ]
    },
    {
      "page": "odata_function",
      "title": "Make an OData function available to R",
      "concept": [
        "retrieve"
      ],
      "topics": [
        "odata_function"
      ]
    },
    {
      "page": "ODataQuery",
      "title": "ODataQuery",
      "topics": [
        "ODataQuery"
      ]
    },
    {
      "page": "retrieve_all",
      "title": "Retrieve data. If data is paged, concatenate pages. Only return the value without metadata.",
      "concept": [
        "retrieve"
      ],
      "topics": [
        "retrieve_all"
      ]
    },
    {
      "page": "retrieve_data",
      "title": "Retrieve data",
      "concept": [
        "retrieve"
      ],
      "topics": [
        "retrieve_data"
      ]
    },
    {
      "page": "retrieve_one",
      "title": "Retrieve single instance.",
      "concept": [
        "retrieve"
      ],
      "topics": [
        "retrieve_one"
      ]
    },
    {
      "page": "to_odata",
      "title": "Macro to convert R to OData syntax",
      "topics": [
        "to_odata",
        "to_odata_"
      ]
    }
  ],
  "_readme": "https://github.com/cran/ODataQuery/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "curl",
    "httr",
    "jsonlite",
    "mime",
    "openssl",
    "R6",
    "rlang",
    "sys"
  ],
  "_vignettes": [
    {
      "source": "demo.Rmd",
      "filename": "demo.html",
      "title": "Demo",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Create service",
        "Entity set",
        "Singleton",
        "Function call",
        "Querying",
        "Other endpoints",
        "Statistics, the Netherlands",
        "Northwind (OData v2)",
        "The Hague"
      ],
      "created": "2021-07-05 08:30:02",
      "modified": "2021-07-05 08:30:02",
      "commits": 1
    },
    {
      "source": "querying.Rmd",
      "filename": "querying.html",
      "title": "Querying",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Directly write OData query",
        "Using and_query, or_query and not_query",
        "Using to_odata"
      ],
      "created": "2021-07-05 08:30:02",
      "modified": "2021-07-05 08:30:02",
      "commits": 1
    }
  ],
  "_score": 3.0413926851582254,
  "_indexed": true,
  "_nocasepkg": "odataquery",
  "_universes": [
    "cran",
    "lverweijen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.3",
      "date": "2026-05-25T09:05:03.000Z",
      "distro": "noble",
      "commit": "69b96529870bcafe3f5c15578d9469a966fde3e1",
      "fileid": "b729befd99e05caf8a4162c223b1e232b9bab454f03f064da057914701c55432",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26392482690"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.3",
      "date": "2026-05-25T09:05:12.000Z",
      "distro": "noble",
      "commit": "69b96529870bcafe3f5c15578d9469a966fde3e1",
      "fileid": "9c98f93dc53733b9694badcc63eae57b2ecfab0aa672d1eb5a76f3d2a29ddb98",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26392482690"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.3",
      "date": "2026-05-25T09:05:22.000Z",
      "commit": "69b96529870bcafe3f5c15578d9469a966fde3e1",
      "fileid": "509ba4e283f4816f64e84431e1da662e68e28464b213b7e86d2c1446965c8a34",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26392482690"
    }
  ]
}