{
  "_id": "6a104868acfb0bcc41c9f2ff",
  "Package": "starsTileServer",
  "Title": "A Dynamic Tile Server for R",
  "Version": "0.1.1",
  "Authors@R": "person(given = \"Bart\",\nfamily = \"Kranstauber\",\nrole = c(\"aut\", \"cre\"),\nemail = \"b.kranstauber@uva.nl\",\ncomment = c(ORCID = \"0000-0001-8303-780X\"))",
  "Description": "Makes it possible to serve map tiles for web maps (e.g.\nleaflet) based on a function or a stars object without having\nto render them in advance. This enables parallelization of the\nrendering, separating the data source and visualization\nlocation and to provide web services.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "URL": "https://bartk.gitlab.io/starsTileServer,\nhttps://gitlab.com/bartk/starsTileServer",
  "BugReports": "https://gitlab.com/bartk/starsTileServer/-/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "true",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nmake libicu-dev libpng-dev libsodium-dev libuv1-dev libssl-dev\nlibproj-dev libsqlite3-dev libudunits2-dev zlib1g-dev",
  "Repository": "https://bart1.r-universe.dev",
  "Date/Publication": "2023-06-16 08:52:21 UTC",
  "RemoteUrl": "https://gitlab.com/bartk/starstileserver",
  "RemoteRef": "HEAD",
  "RemoteSha": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-10 09:04:52 UTC",
    "User": "root"
  },
  "Author": "Bart Kranstauber [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-8303-780X>)",
  "Maintainer": "Bart Kranstauber <b.kranstauber@uva.nl>",
  "MD5sum": "3745cd47b4c2c59b54d96e7f36dbb756",
  "_user": "bart1",
  "_type": "src",
  "_file": "starsTileServer_0.1.1.tar.gz",
  "_fileid": "2388b70951b76931ed0bea7bded9dac60e60e9e7bb65b033a47cad1a0503e1d6",
  "_filesize": 650862,
  "_sha256": "2388b70951b76931ed0bea7bded9dac60e60e9e7bb65b033a47cad1a0503e1d6",
  "_created": "2026-05-10T09:04:52.000Z",
  "_published": "2026-05-22T12:13:28.034Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77377004475,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902542497"
    },
    {
      "job": 77377005343,
      "time": 165,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902542156"
    },
    {
      "job": 77377004709,
      "time": 115,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902646784"
    },
    {
      "job": 77377004393,
      "time": 93,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902636193"
    },
    {
      "job": 77377004234,
      "time": 256,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902525448"
    },
    {
      "job": 77377004104,
      "time": 130,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160188836"
    },
    {
      "job": 77377004378,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902536228"
    },
    {
      "job": 77377004793,
      "time": 107,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902536411"
    },
    {
      "job": 77377004650,
      "time": 239,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902549085"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bart1/actions/runs/25624669535",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://gitlab.com/bartk/starstileserver",
  "_commit": {
    "id": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
    "author": "Bart <bart@myotis>",
    "committer": "Bart <bart@myotis>",
    "message": "update lifecycle badge\n",
    "time": 1686905541
  },
  "_maintainer": {
    "name": "Bart Kranstauber",
    "email": "b.kranstauber@uva.nl",
    "login": "bart1",
    "uuid": 1662852,
    "orcid": "0000-0001-8303-780X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "leaflet",
      "role": "Imports"
    },
    {
      "package": "plumber",
      "role": "Imports"
    },
    {
      "package": "png",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "stars",
      "role": "Imports"
    },
    {
      "package": "units",
      "role": "Imports"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "leaflet.extras",
      "role": "Suggests"
    },
    {
      "package": "webshot",
      "role": "Suggests"
    },
    {
      "package": "mapview",
      "role": "Suggests"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "magick",
      "role": "Suggests"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "abind",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "gitlab-bartk",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_userbio": {
    "uuid": 1662852,
    "type": "user",
    "name": "bart1"
  },
  "_downloads": {
    "count": 246,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/starsTileServer"
  },
  "_devurl": "https://gitlab.com/bartk/starstileserver",
  "_pkgdown": "https://bartk.gitlab.io/starsTileServer",
  "_searchresults": 7,
  "_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/readme.html",
    "extra/readme.md",
    "extra/starsTileServer.html",
    "manual.pdf"
  ],
  "_homeurl": "https://gitlab.com/bartk/starstileserver",
  "_realowner": "bart1",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2022-01-21"
    },
    {
      "version": "0.1.1",
      "date": "2022-08-22"
    }
  ],
  "_exports": [
    "matrixToPng",
    "starsTileServer",
    "targetGrid"
  ],
  "_help": [
    {
      "page": "matrixToPng",
      "title": "Converts a matrix of values to to a png image that it the tile to be returned",
      "topics": [
        "matrixToPng"
      ]
    },
    {
      "page": "starsTileServer",
      "title": "A R6 class that extends plumber to function as a tile server",
      "topics": [
        "starsTileServer"
      ]
    },
    {
      "page": "targetGrid",
      "title": "Function to calculate a stars grid based on the x,y,z attributes that represents the coordinates of the map tile",
      "topics": [
        "targetGrid"
      ]
    }
  ],
  "_readme": "https://gitlab.com/bartk/starstileserver/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "assertthat",
    "base64enc",
    "bslib",
    "cachem",
    "class",
    "classInt",
    "cli",
    "crayon",
    "crosstalk",
    "curl",
    "DBI",
    "digest",
    "e1071",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "lazyeval",
    "leaflet",
    "leaflet.providers",
    "lifecycle",
    "magrittr",
    "MASS",
    "memoise",
    "mime",
    "otel",
    "plumber",
    "png",
    "promises",
    "proxy",
    "R6",
    "rappdirs",
    "raster",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "s2",
    "sass",
    "scales",
    "sf",
    "sodium",
    "sp",
    "stars",
    "stringi",
    "swagger",
    "terra",
    "tinytex",
    "units",
    "viridisLite",
    "webutils",
    "wk",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "using_functions.Rmd",
      "filename": "using_functions.html",
      "title": "Example application",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2020-03-18 21:47:36",
      "modified": "2022-08-22 12:24:23",
      "commits": 30
    },
    {
      "source": "upscaling.Rmd",
      "filename": "upscaling.html",
      "title": "Parallel tile rendering",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Local parallelizing",
        "Using docker",
        "Building a docker image",
        "Running multiple instances"
      ],
      "created": "2020-04-09 14:18:57",
      "modified": "2022-08-22 10:15:52",
      "commits": 12
    },
    {
      "source": "using_shiny.Rmd",
      "filename": "using_shiny.html",
      "title": "Using tiles in shiny",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Starting the tileserver",
        "Shiny app"
      ],
      "created": "2020-03-18 21:47:36",
      "modified": "2022-08-22 10:15:52",
      "commits": 28
    }
  ],
  "_score": 4.176091259055681,
  "_indexed": true,
  "_nocasepkg": "starstileserver",
  "_universes": [
    "bart1",
    "gitlab-bartk"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-10T09:07:28.000Z",
      "distro": "noble",
      "commit": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
      "fileid": "e37e0da89c1108f14d5ab8b74123ccebe827b7b2f481c3b060200a2a411f8739",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bart1/actions/runs/25624669535"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-10T09:07:30.000Z",
      "distro": "noble",
      "commit": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
      "fileid": "38b7a9f28ade086708cb8ab45faa263134d29a3d638f83816b6781c75b78f86f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bart1/actions/runs/25624669535"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-10T09:26:26.000Z",
      "commit": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
      "fileid": "49d61a11eb0220c5b718c72a456c2358ce00835ba3542bc41527d7427f5f71aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bart1/actions/runs/25624669535"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-10T09:24:37.000Z",
      "commit": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
      "fileid": "29960875dde0e3f021ae0c3c7bcca5da82a97e39ce3b5ab8798e7785c873d035",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bart1/actions/runs/25624669535"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-10T09:06:19.000Z",
      "commit": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
      "fileid": "b42699bd8783211e85637ef5e4ff9d1c37831858f7114f61d09f7dc1229cacb3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bart1/actions/runs/25624669535"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-10T09:06:21.000Z",
      "commit": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
      "fileid": "6cd7470ab747ec9ccd6074f6f260e1da0f2479695c04c3b269ba97edbb1baba7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bart1/actions/runs/25624669535"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-10T09:08:29.000Z",
      "commit": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
      "fileid": "b1aa770de86103922153b5c3501108193fd098cc724ffc47c3f3371eff0c701f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bart1/actions/runs/25624669535"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T12:13:09.000Z",
      "commit": "40d0e95cf15181cdaf0d55409ce578e14486bfb2",
      "fileid": "55fbdb3aac42d949a9e8321f82dac2f4aa1dff0a05afd2ceb027a506171dfa6c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bart1/actions/runs/25624669535"
    }
  ]
}