{
  "_id": "6a49b944dbd0482285eb76f3",
  "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-06-18 09:04:14 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/01c46a164ea4a2ade2d6959e750fd7d49b568059008ee5b0a3e6c139bbe7b511",
  "_filesize": 123895,
  "_sha256": "01c46a164ea4a2ade2d6959e750fd7d49b568059008ee5b0a3e6c139bbe7b511",
  "_expires": "2026-10-13T01:54:10.000Z",
  "_created": "2026-06-18T09:04:14.000Z",
  "_published": "2026-07-05T01:54:12.405Z",
  "_jobs": [
    {
      "job": 85183974307,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7718916929"
    },
    {
      "job": 85183974300,
      "time": 141,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718918056"
    },
    {
      "job": 85183974261,
      "time": 89,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7718896706"
    },
    {
      "job": 85183974342,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718903547"
    },
    {
      "job": 85183974217,
      "time": 210,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718860784"
    },
    {
      "job": 85183974281,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718912378"
    },
    {
      "job": 85183974351,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7718893602"
    },
    {
      "job": 85183974404,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7718894951"
    },
    {
      "job": 85183974256,
      "time": 107,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7718904746"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/s-fleck/actions/runs/27748526366",
  "_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": "noble",
  "_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": 42
  },
  "_downloads": {
    "count": 490,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/smartmap"
  },
  "_devurl": "https://github.com/s-fleck/smartmap",
  "_searchresults": 9,
  "_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",
    "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-06-18T09:06:29.000Z",
      "distro": "noble",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/f5f500249d9d7038b4371d623908006e0dac3af97b407362a42f4822d68ebdde",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/27748526366"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-18T09:06:30.000Z",
      "distro": "noble",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/2dd14459e69f743776e64dcf27ab6d94b5e642db06d6a8924dd33d4efe36df86",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/27748526366"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-18T09:05:45.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/d00cf4792645a667aa36d0edc01e6f4d548ddd11fda6986620d93853e1d04ee9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/27748526366"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-18T09:05:57.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/cd0076dcdc5baa5adc2c56e8ef360cfa18b29ed17d19421047a9b66e87e47b6b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/27748526366"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-18T09:06:36.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/7dd55322e34024dbf078c0e23b2be0be79b85ab85915b8c6a02081c399d7eb4a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/27748526366"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-18T09:05:26.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/a67e2f1560aea3795e58db1e97e77e417c0e9bf216e5d505271faaccb319ffca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/27748526366"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-18T09:05:26.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/d0972124d1f108e57241fe807bf787cddaea7309e00f319caa89664d85daad7f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/27748526366"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-18T09:05:51.000Z",
      "commit": "bc0d401b7f7bd1e67535e0619f3c243c5c60e3e8",
      "fileid": "https://r2.ropensci.org/44b92479335f3c112ee667687026dac8b73d213a0e9d290ec6888b940e771de6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/s-fleck/actions/runs/27748526366"
    }
  ]
}