{
  "_id": "6a213825cd65a98ecbd27258",
  "Package": "tilemaps",
  "Title": "Generate Tile Maps",
  "Version": "0.2.2",
  "Authors@R": "person(given = \"Kaelyn\",\nfamily = \"Rosenberg\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kaerosenberg@gmail.com\")",
  "Description": "Implements an algorithm for generating maps, known as tile\nmaps, in which each region is represented by a single tile of\nthe same shape and size. The algorithm was first proposed in\n\"Generating Tile Maps\" by Graham McNeill and Scott Hale (2017)\n<doi:10.1111/cgf.13200>. Functions allow users to generate,\nplot, and compare square or hexagon tile maps.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "URL": "https://kaerosen.github.io/tilemaps/,\nhttps://github.com/kaerosen/tilemaps",
  "BugReports": "https://github.com/kaerosen/tilemaps/issues",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibglpk-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev",
  "Repository": "https://kaerosen.r-universe.dev",
  "Date/Publication": "2025-11-06 20:46:08 UTC",
  "RemoteUrl": "https://github.com/kaerosen/tilemaps",
  "RemoteRef": "HEAD",
  "RemoteSha": "76ae555e35162d78055ec6f919393e16f7c7d479",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 08:29:14 UTC",
    "User": "root"
  },
  "Author": "Kaelyn Rosenberg [aut, cre]",
  "Maintainer": "Kaelyn Rosenberg <kaerosenberg@gmail.com>",
  "MD5sum": "47a58ce922e65297a7648f5d85f9d923",
  "_user": "kaerosen",
  "_type": "src",
  "_file": "tilemaps_0.2.2.tar.gz",
  "_fileid": "4ae10e7ab4627a4242fea74c1a352643a508ea28e8e05279893c01fd8c96e544",
  "_filesize": 2157250,
  "_sha256": "4ae10e7ab4627a4242fea74c1a352643a508ea28e8e05279893c01fd8c96e544",
  "_created": "2026-06-04T08:29:14.000Z",
  "_published": "2026-06-04T08:32:37.178Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79479963359,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7406698457"
    },
    {
      "job": 79479963394,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406701239"
    },
    {
      "job": 79479963391,
      "time": 165,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7406701467"
    },
    {
      "job": 79479963382,
      "time": 139,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406692538"
    },
    {
      "job": 79479299017,
      "time": 239,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406650382"
    },
    {
      "job": 79479963384,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406701468"
    },
    {
      "job": 79479963330,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7406681143"
    },
    {
      "job": 79479963340,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7406682672"
    },
    {
      "job": 79479963362,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406682143"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kaerosen/actions/runs/26940114267",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/kaerosen/tilemaps",
  "_commit": {
    "id": "76ae555e35162d78055ec6f919393e16f7c7d479",
    "author": "Kaelyn Rosenberg <kaerosenberg@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #10 from kaerosen/fix_contiguous_check\n\nFix contiguous check",
    "time": 1762461968
  },
  "_maintainer": {
    "name": "Kaelyn Rosenberg",
    "email": "kaerosenberg@gmail.com",
    "login": "kaerosen",
    "description": "",
    "uuid": 31463549
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "clue",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "smoothr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lwgeom",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spData",
      "role": "Suggests"
    }
  ],
  "_owner": "kaerosen",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-39",
      "n": 1
    },
    {
      "week": "2025-45",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2.1",
      "date": "2025-09-26"
    },
    {
      "name": "v0.2.2",
      "date": "2025-11-06"
    }
  ],
  "_stars": 51,
  "_contributors": [
    {
      "user": "kaerosen",
      "count": 120,
      "uuid": 31463549
    },
    {
      "user": "olivroy",
      "count": 2,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 31463549,
    "type": "user",
    "name": "Kaelyn Rosenberg"
  },
  "_downloads": {
    "count": 163,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tilemaps"
  },
  "_devurl": "https://github.com/kaerosen/tilemaps",
  "_pkgdown": "https://kaerosen.github.io/tilemaps/",
  "_searchresults": 10,
  "_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/tilemaps.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kaerosen/tilemaps",
  "_realowner": "kaerosen",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-06-19"
    },
    {
      "version": "0.2.0",
      "date": "2020-07-10"
    },
    {
      "version": "0.2.1",
      "date": "2025-09-29"
    },
    {
      "version": "0.2.2",
      "date": "2025-11-03"
    }
  ],
  "_exports": [
    "create_island",
    "generate_map",
    "many_maps",
    "plot_many_maps"
  ],
  "_datasets": [
    {
      "name": "governors",
      "title": "Party Affiliation of US Governors",
      "object": "governors",
      "class": [
        "sf",
        "data.frame"
      ],
      "fields": [
        "geometry",
        "abbreviation",
        "party"
      ],
      "rows": 48,
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "create_island",
      "title": "Create a Tile for an Island",
      "topics": [
        "create_island"
      ]
    },
    {
      "page": "generate_map",
      "title": "Generate a Single Tile Map",
      "topics": [
        "generate_map"
      ]
    },
    {
      "page": "governors",
      "title": "Party Affiliation of US Governors",
      "topics": [
        "governors"
      ]
    },
    {
      "page": "many_maps",
      "title": "Generate Many Tile Maps",
      "topics": [
        "many_maps"
      ]
    },
    {
      "page": "plot_many_maps",
      "title": "Plot Many Maps",
      "topics": [
        "plot_many_maps"
      ]
    }
  ],
  "_pkglogo": "https://github.com/kaerosen/tilemaps/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/kaerosen/tilemaps/raw/HEAD/README.md",
  "_rundeps": [
    "class",
    "classInt",
    "cli",
    "clue",
    "cluster",
    "cpp11",
    "DBI",
    "e1071",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "igraph",
    "isoband",
    "KernSmooth",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "pkgconfig",
    "proxy",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "s2",
    "S7",
    "scales",
    "sf",
    "smoothr",
    "units",
    "vctrs",
    "viridisLite",
    "withr",
    "wk"
  ],
  "_vignettes": [
    {
      "source": "tilemaps.Rmd",
      "filename": "tilemaps.html",
      "title": "Tile Maps",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What is a Tile Map?",
        "Creating a Single Tile Map",
        "Creating Many Tile Maps",
        "The Algorithm",
        "Transforming the Centroids",
        "Transforming the Boundary",
        "Fitting Tiles to the Boundary",
        "Assigning Regions to Tiles",
        "Calculating Costs",
        "References"
      ],
      "created": "2020-05-13 17:02:13",
      "modified": "2020-07-06 16:18:10",
      "commits": 8
    }
  ],
  "_score": 5.707570176097936,
  "_indexed": true,
  "_nocasepkg": "tilemaps",
  "_universes": [
    "kaerosen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-06-04T08:31:27.000Z",
      "distro": "noble",
      "commit": "76ae555e35162d78055ec6f919393e16f7c7d479",
      "fileid": "a3497994103b0a7f98b81ec6068da0bb269c5c3e72c0d83f262d8e0a181315ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaerosen/actions/runs/26940114267"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-06-04T08:31:34.000Z",
      "distro": "noble",
      "commit": "76ae555e35162d78055ec6f919393e16f7c7d479",
      "fileid": "34ed7312e1b5136d067072d94cf9abd5a7993c0d427244600689842c8570b75c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaerosen/actions/runs/26940114267"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-06-04T08:31:39.000Z",
      "commit": "76ae555e35162d78055ec6f919393e16f7c7d479",
      "fileid": "1591ee3ec4df3959924241c1bff51f695ede1f9cd0a131dfd287bb7340c3c0c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaerosen/actions/runs/26940114267"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-06-04T08:31:15.000Z",
      "commit": "76ae555e35162d78055ec6f919393e16f7c7d479",
      "fileid": "2824bf56aac0dc7f93dad4bcf682dee6919b5f5f560b65796171e0742408381f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaerosen/actions/runs/26940114267"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-06-04T08:31:50.000Z",
      "commit": "76ae555e35162d78055ec6f919393e16f7c7d479",
      "fileid": "a6866127d2a3b49ba7f9d1c89f78c47af60cb9ff887f87af1426ce06baf92599",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kaerosen/actions/runs/26940114267"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-06-04T08:30:36.000Z",
      "commit": "76ae555e35162d78055ec6f919393e16f7c7d479",
      "fileid": "2cd33ad8e80c5b2206a6082950029a864c30dd4c1e8f79ad04f7927fdc879ee6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaerosen/actions/runs/26940114267"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-06-04T08:30:39.000Z",
      "commit": "76ae555e35162d78055ec6f919393e16f7c7d479",
      "fileid": "271e77d54fc50a691d1880b18a4c0f7e02c62a9a8ad35dd8eb8b0536763d78bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaerosen/actions/runs/26940114267"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-06-04T08:30:39.000Z",
      "commit": "76ae555e35162d78055ec6f919393e16f7c7d479",
      "fileid": "d8124149aab0e4d0d131d8fe36e40bc469de2f398199156e95d83e64076dfbaf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaerosen/actions/runs/26940114267"
    }
  ]
}