{
  "_id": "6a1ef16cb401979e73413625",
  "Type": "Package",
  "Package": "smartmap",
  "Title": "Smartly Create Maps from R Objects",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Stefan\",\nfamily = \"Fleck\",\nrole = c(\"aut\", \"cre\"),\nemail = \"stefan.b.fleck@gmail.com\",\ncomment = c(ORCID = \"0000-0003-3344-9851\"))",
  "Maintainer": "Stefan Fleck <stefan.b.fleck@gmail.com>",
  "Description": "Preview spatial data as 'leaflet' maps with minimal\neffort. smartmap is optimized for interactive use and\ndistinguishes itself from similar packages because it does not\nneed real spatial ('sp' or 'sf') objects an input; instead, it\ntries to automatically coerce everything that looks like\nspatial data to sf objects or leaflet maps. It - for example -\nsupports direct mapping of: a vector containing a single\ncoordinate pair, a two column matrix, a data.frame with\nlongitude and latitude columns, or the path or URL to a\n(possibly compressed) 'shapefile'.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/s-fleck/smartmap",
  "BugReports": "https://github.com/s-fleck/smartmap/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nmake libpng-dev libuv1-dev libssl-dev libproj-dev\nlibsqlite3-dev libudunits2-dev",
  "Repository": "https://s-fleck.r-universe.dev",
  "Date/Publication": "2026-01-19 07:20:44 UTC",
  "RemoteUrl": "https://github.com/s-fleck/smartmap",
  "RemoteRef": "HEAD",
  "RemoteSha": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 08:07:37 UTC",
    "User": "root"
  },
  "Author": "Stefan Fleck [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-3344-9851>)",
  "MD5sum": "573027bba83378fbeeb8c4f10a3edd08",
  "_user": "s-fleck",
  "_type": "src",
  "_file": "smartmap_0.2.0.tar.gz",
  "_fileid": "9b9db6f4e3f7b812cf1e308602a211082951b623b35fad55004dd3cb55979a43",
  "_filesize": 121157,
  "_sha256": "9b9db6f4e3f7b812cf1e308602a211082951b623b35fad55004dd3cb55979a43",
  "_created": "2026-05-19T08:07:37.000Z",
  "_published": "2026-06-02T15:06:20.365Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79103127406,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7078141392"
    },
    {
      "job": 79103127063,
      "time": 158,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078143565"
    },
    {
      "job": 79103127925,
      "time": 97,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7078124712"
    },
    {
      "job": 79103126896,
      "time": 89,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078122090"
    },
    {
      "job": 79103126581,
      "time": 191,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078092080"
    },
    {
      "job": 79103125813,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361637730"
    },
    {
      "job": 79103127027,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7078122552"
    },
    {
      "job": 79103127086,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7078119128"
    },
    {
      "job": 79103127203,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078120172"
    }
  ],
  "_buildurl": "https://github.com/r-universe/s-fleck/actions/runs/26084472808",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/s-fleck/smartmap",
  "_commit": {
    "id": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
    "author": "stefan-fleck <stefan.fleck@wikifolio.com>",
    "committer": "stefan-fleck <stefan.fleck@wikifolio.com>",
    "message": "Remove outdated url from README\n",
    "time": 1768807244
  },
  "_maintainer": {
    "name": "Stefan Fleck",
    "email": "stefan.b.fleck@gmail.com",
    "login": "s-fleck",
    "description": "",
    "uuid": 9320338,
    "orcid": "0000-0003-3344-9851"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "leaflet",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "leafsync",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "s-fleck",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-03",
      "n": 5
    },
    {
      "week": "2026-04",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "s-fleck",
      "count": 21,
      "uuid": 9320338
    }
  ],
  "_userbio": {
    "uuid": 9320338,
    "type": "user",
    "name": "Stefan Fleck"
  },
  "_downloads": {
    "count": 502,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/smartmap"
  },
  "_devurl": "https://github.com/s-fleck/smartmap",
  "_searchresults": 8,
  "_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/smartmap.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/s-fleck/smartmap",
  "_realowner": "s-fleck",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2020-07-02"
    },
    {
      "version": "0.2.0",
      "date": "2026-01-19"
    }
  ],
  "_exports": [
    "as_coord_matrix",
    "coord_matrix",
    "smap",
    "smart_as_sf",
    "st_as_sf",
    "st_as_sfc",
    "unsf"
  ],
  "_help": [
    {
      "page": "as_coord_matrix",
      "title": "Coerce an R object to a matrix of coordinates",
      "topics": [
        "as_coord_matrix",
        "as_coord_matrix.data.frame",
        "as_coord_matrix.default",
        "as_coord_matrix.matrix",
        "as_coord_matrix.numeric",
        "as_coord_matrix.sf",
        "as_coord_matrix.sfc_POINT",
        "coord_matrix"
      ]
    },
    {
      "page": "smap",
      "title": "View spatial objects as interactive leaflet maps",
      "topics": [
        "smap",
        "smap.default",
        "smap.leaflet",
        "smap.matrix",
        "smap.sf",
        "smap.sfc",
        "smap.sfg"
      ]
    },
    {
      "page": "smart_as_sf",
      "title": "Smartly convert an object to a simple features data frame",
      "topics": [
        "smart_as_sf",
        "smart_as_sf.character",
        "smart_as_sf.data.frame",
        "smart_as_sf.default"
      ]
    },
    {
      "page": "st_as_sf",
      "title": "Convert coordinate matrices to sf objects",
      "topics": [
        "st_as_sf",
        "st_as_sf.coord_matrix"
      ]
    },
    {
      "page": "st_as_sfc",
      "title": "Convert coordinate matrices to sfc objects",
      "topics": [
        "st_as_sfc",
        "st_as_sfc.coord_matrix"
      ]
    },
    {
      "page": "unsf",
      "title": "Convert sf objects to normal data.frames with longitude and latitude columns",
      "topics": [
        "unsf"
      ]
    }
  ],
  "_readme": "https://github.com/s-fleck/smartmap/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "class",
    "classInt",
    "cli",
    "crosstalk",
    "DBI",
    "digest",
    "e1071",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "highr",
    "htmltools",
    "htmlwidgets",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "lattice",
    "lazyeval",
    "leaflet",
    "leaflet.providers",
    "lifecycle",
    "magrittr",
    "MASS",
    "memoise",
    "mime",
    "png",
    "proxy",
    "R6",
    "rappdirs",
    "raster",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "s2",
    "sass",
    "scales",
    "sf",
    "sp",
    "terra",
    "tinytex",
    "units",
    "viridisLite",
    "wk",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "smartmap.Rmd",
      "filename": "smartmap.html",
      "title": "smartmap",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Data frames",
        "Shapefiles",
        "Point coordinates",
        "Leaflet maps",
        "Simple features (sf)"
      ],
      "created": "2021-06-22 06:32:19",
      "modified": "2026-01-16 15:07:06",
      "commits": 2
    }
  ],
  "_score": 4,
  "_indexed": true,
  "_nocasepkg": "smartmap",
  "_universes": [
    "s-fleck"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-19T08:10:06.000Z",
      "distro": "noble",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "82c0018d0d6262d67a91ee26741b5b891ec0a6c5ac88053a24eae10755dcea12",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/26084472808"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-19T08:10:14.000Z",
      "distro": "noble",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "09dbd0bcf82d1c8291e5e27e8ca69ed5254dc66cb81e59d3a14381ecfc3f0516",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/26084472808"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-19T08:09:20.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "f60a4b9aafc205a4debdf8d9c31bf6ea133b69a6f9bc07f2587f81ca448a883b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/26084472808"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-19T08:09:15.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "ec201af5a1b83ad14c9e91fd3420b4688087f145f0950f4350f53e3b8d432214",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/26084472808"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-19T08:09:06.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "6777fb7f34f066c346afd5bfabfb4fc74d972c109fe7c43a0e15caf593e0b14d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/26084472808"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-19T08:08:56.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "25ebdd8d991918f738bb46212ec9a993210b3ccb4b0406cfd910640d30604e6a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/26084472808"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-19T08:08:57.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "7d939ba20fe4fa4c20f937f209b1885f5415f024e5722908dd303c2da8a8ccf4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/26084472808"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-02T15:05:51.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "ae47b55a2b858653685841a7270bdd5c403d7b970304e92782f236491cc85af0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/26084472808"
    }
  ]
}