{
  "_id": "6a1020d7acfb0bcc41c8bced",
  "Package": "rzentra",
  "Title": "Client for the 'ZENTRA Cloud' API",
  "Version": "0.1.0",
  "Authors@R": "c(person(given = \"Eduard\", family = \"Szöcs\", role = c(\"aut\", \"cre\"),\nemail = \"eduard.szoecs@basf.com\"),\nperson(\"BASF SE\", role = \"cph\"))",
  "Description": "Provides functionality to read settings, statuses and\nreadings of weather stations from the 'ZENTRA Cloud' API\n<https://zentracloud.com/api/v1/guide#APIGuidelines>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "Language": "en-US",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 05:54:53 UTC",
    "User": "root"
  },
  "Author": "Eduard Szöcs [aut, cre], BASF SE [cph]",
  "Maintainer": "Eduard Szöcs <eduard.szoecs@basf.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2020-12-21 09:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/rzentra",
  "RemoteRef": "HEAD",
  "RemoteSha": "6e35a39fb8fc56d9a3e70a141bc1944b38ce36bc",
  "MD5sum": "2bedf9ca98d20ce82d84b5c27abfe9ec",
  "_user": "cran",
  "_type": "src",
  "_file": "rzentra_0.1.0.tar.gz",
  "_fileid": "2454fab561c6fe6c1f8af9bf1e5b05ce16357468a541356285be9e7a0e611d86",
  "_filesize": 88318,
  "_sha256": "2454fab561c6fe6c1f8af9bf1e5b05ce16357468a541356285be9e7a0e611d86",
  "_created": "2026-05-14T05:54:53.000Z",
  "_published": "2026-05-22T09:24:39.587Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77352204275,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988149080"
    },
    {
      "job": 77352204240,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988150541"
    },
    {
      "job": 77352203198,
      "time": 177,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988122590"
    },
    {
      "job": 77352203486,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157197003"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25844314991",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/rzentra",
  "_commit": {
    "id": "6e35a39fb8fc56d9a3e70a141bc1944b38ce36bc",
    "author": "Eduard Szöcs <eduard.szoecs@basf.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1608542402
  },
  "_maintainer": {
    "name": "Eduard Szöcs",
    "email": "eduard.szoecs@basf.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "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": 162,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rzentra"
  },
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rzentra.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-12-30"
    }
  ],
  "_exports": [
    "%>%",
    "zc_readings",
    "zc_settings",
    "zc_statuses",
    "zc_timeseries",
    "zc_token"
  ],
  "_help": [
    {
      "page": "parse_port",
      "title": "parse a port",
      "topics": [
        "parse_port"
      ]
    },
    {
      "page": "parse_timepoint",
      "title": "parse a timepoint",
      "topics": [
        "parse_timepoint"
      ]
    },
    {
      "page": "parse_timeseries",
      "title": "parse a time series",
      "topics": [
        "parse_timeseries"
      ]
    },
    {
      "page": "zentra",
      "title": "retrieve settings of a device",
      "topics": [
        "zc_readings",
        "zc_settings",
        "zc_statuses"
      ]
    },
    {
      "page": "zc_timeseries",
      "title": "parse readings into a long data.frame",
      "topics": [
        "zc_timeseries"
      ]
    },
    {
      "page": "zc_token",
      "title": "retrieve authentication token from zentracloud",
      "topics": [
        "zc_token"
      ]
    }
  ],
  "_readme": "https://github.com/cran/rzentra/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "cpp11",
    "curl",
    "data.table",
    "dplyr",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "lubridate",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "sys",
    "tibble",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rzentra",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-14T05:56:53.000Z",
      "distro": "noble",
      "commit": "6e35a39fb8fc56d9a3e70a141bc1944b38ce36bc",
      "fileid": "01923bd354a77d8cb3b4c82c849469d225c26bdc31f6760c1c3bea8ba1e93b6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25844314991"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-14T05:57:00.000Z",
      "distro": "noble",
      "commit": "6e35a39fb8fc56d9a3e70a141bc1944b38ce36bc",
      "fileid": "abbf42a756e9b6b8b5d52fabc977b7b6c01870c0a221fc8dcde3effbb36a5f20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25844314991"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-22T09:24:26.000Z",
      "commit": "6e35a39fb8fc56d9a3e70a141bc1944b38ce36bc",
      "fileid": "3acba5d8406a7657e7a315e42b1c2b41dfe62b1e470be0dd2f411fc8a68b63ed",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25844314991"
    }
  ]
}