{
  "_id": "6a5b23319baadeef8ab4bd6e",
  "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-07-18 06:51:22 UTC",
    "User": "root"
  },
  "Author": "Stefan Fleck [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-3344-9851>)",
  "_user": "s-fleck",
  "_type": "src",
  "_file": "smartmap_0.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/32f36b22a67da70d832c6052a314ea90bcf1c3fccfb715160a59f39ca9d0067b",
  "_filesize": 121421,
  "_sha256": "32f36b22a67da70d832c6052a314ea90bcf1c3fccfb715160a59f39ca9d0067b",
  "_expires": "2026-10-26T06:54:39.000Z",
  "_created": "2026-07-18T06:51:22.000Z",
  "_published": "2026-07-18T06:54:41.539Z",
  "_jobs": [
    {
      "job": 88054957911,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8426725898"
    },
    {
      "job": 88054957867,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426721114"
    },
    {
      "job": 88054957876,
      "time": 115,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8426718811"
    },
    {
      "job": 88054957865,
      "time": 83,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426713166"
    },
    {
      "job": 88054641412,
      "time": 216,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426697832"
    },
    {
      "job": 88054957904,
      "time": 147,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8426724259"
    },
    {
      "job": 88054957909,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8426716787"
    },
    {
      "job": 88054957881,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8426712886"
    },
    {
      "job": 88054957913,
      "time": 89,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426714205"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/s-fleck/actions/runs/29634606682",
  "_status": "success",
  "_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"
  },
  "_distro": "resolute",
  "_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",
    "followers": 41
  },
  "_downloads": {
    "count": 362,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/smartmap"
  },
  "_devurl": "https://github.com/s-fleck/smartmap",
  "_searchresults": 9,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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-07-18T06:53:55.000Z",
      "distro": "resolute",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/246776e209ab0424eff29c3641ed055dd19c12701761ec41d4ed0bff60e5f235",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/29634606682"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-07-18T06:53:33.000Z",
      "distro": "resolute",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/c01c5c13ac80d96b96d5d5e83096e26d7c16f77cb48d70da44fc7162cf9cb8c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/29634606682"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-07-18T06:53:18.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/16876be1af6ecd9b4ae523ec5faf468280f10aadb894d576efe51db873b743e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/29634606682"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-07-18T06:52:51.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/af6ea7a410f25181e34973c58848a98033cc58f44a0e1c6f6f087d8d12b06bbc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/29634606682"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-07-18T06:54:07.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/7a939a392b72e0d43e6441f27819b2d80bc452cc47d42f803c6d12ba5a7dde27",
      "status": "success",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/29634606682"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-18T06:53:05.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/29534ef2dc950e348313a168cf7ec4938b65f116750ff22c39f2af362a5acf91",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/29634606682"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-18T06:52:40.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/99752f7b81d29e215bfa4e6940fcefd4748f235a458873111ffdf8508a67d4bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/29634606682"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-18T06:52:44.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/b26b314f8bf6b2d4c8a5320d74b55acb5712a2e5461034fa24f76d0203591f82",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/29634606682"
    }
  ]
}