{
  "_id": "6a1dc0b01d7bb097a0a57f76",
  "Package": "leafpm",
  "Version": "0.1.0",
  "Date": "2019-03-09",
  "Title": "Leaflet Map Plugin for Drawing and Editing",
  "Description": "A collection of tools for interactive manipulation of\n(spatial) data layers on leaflet web maps. Tools include\nediting of existing layers, creation of new layers through\ndrawing of shapes (points, lines, polygons), deletion of shapes\nas well as cutting holes into existing shapes. Provides control\nover options to e.g. prevent self-intersection of polygons and\nlines or to enable/disable snapping to align shapes.",
  "Authors@R": "c(\nperson(\"Kenton\", \"Russell\", role = c(\"aut\", \"cre\"), email = \"kent.russell@timelyportfolio.com\"),\nperson(\"Tim\", \"Appelhans\", role = c(\"aut\")),\nperson(\"Sumit\", \"Kumar\", role = c(\"ctb\"), comment = \"Leaflet.pm plugin\")\n)",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/r-spatial/leafpm",
  "BugReports": "https://github.com/r-spatial/leafpm/issues",
  "Encoding": "UTF-8",
  "ByteCompile": "true",
  "RoxygenNote": "6.1.1",
  "Config/pak/sysreqs": "cmake libgdal-dev gdal-bin libgeos-dev make\nlibpng-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev",
  "Repository": "https://r-spatial.r-universe.dev",
  "Date/Publication": "2019-04-27 17:27:25 UTC",
  "RemoteUrl": "https://github.com/r-spatial/leafpm",
  "RemoteRef": "HEAD",
  "RemoteSha": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 17:10:08 UTC",
    "User": "root"
  },
  "Author": "Kenton Russell [aut, cre],\nTim Appelhans [aut],\nSumit Kumar [ctb] (Leaflet.pm plugin)",
  "Maintainer": "Kenton Russell <kent.russell@timelyportfolio.com>",
  "MD5sum": "fa2fc30aaf70882aec5ac69cae3d19d1",
  "_user": "r-spatial",
  "_type": "src",
  "_file": "leafpm_0.1.0.tar.gz",
  "_fileid": "4760554d6e578704d5bcf84fbe338929caf4a3bc333436d07eb08990506e25ff",
  "_filesize": 135327,
  "_sha256": "4760554d6e578704d5bcf84fbe338929caf4a3bc333436d07eb08990506e25ff",
  "_created": "2026-06-01T17:10:08.000Z",
  "_published": "2026-06-01T17:26:08.867Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78906476301,
      "time": 243,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7338060024"
    },
    {
      "job": 78906476446,
      "time": 173,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7338035400"
    },
    {
      "job": 78906476369,
      "time": 70,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7338294963"
    },
    {
      "job": 78906476341,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7338293602"
    },
    {
      "job": 78905778810,
      "time": 230,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7337972005"
    },
    {
      "job": 78906476266,
      "time": 168,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7338033610"
    },
    {
      "job": 78906476425,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7338006652"
    },
    {
      "job": 78906476320,
      "time": 147,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7338026477"
    },
    {
      "job": 78906476361,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7338006847"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-spatial/actions/runs/26769746657",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-spatial/leafpm",
  "_commit": {
    "id": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
    "author": "tim-salabim <tim.appelhans@gmail.com>",
    "committer": "tim-salabim <tim.appelhans@gmail.com>",
    "message": "Merge branch 'master' of https://github.com/r-spatial/leafpm\n",
    "time": 1556386045
  },
  "_maintainer": {
    "name": "Kenton Russell",
    "email": "kent.russell@timelyportfolio.com",
    "login": "timelyportfolio",
    "description": "open source with R and JavaScript",
    "uuid": 837910
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "version": ">= 0.3",
      "role": "Imports"
    },
    {
      "package": "htmlwidgets",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "leaflet",
      "version": ">= 2.0.1",
      "role": "Imports"
    },
    {
      "package": "sf",
      "version": ">= 0.5-2",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "geojsonio",
      "role": "Enhances"
    },
    {
      "package": "mapedit",
      "role": "Enhances"
    },
    {
      "package": "mapview",
      "role": "Enhances"
    },
    {
      "package": "shiny",
      "role": "Enhances"
    }
  ],
  "_owner": "r-spatial",
  "_selfowned": true,
  "_usedby": 4,
  "_updates": [],
  "_tags": [],
  "_stars": 23,
  "_contributors": [
    {
      "user": "timelyportfolio",
      "count": 27,
      "uuid": 837910
    },
    {
      "user": "tim-salabim",
      "count": 4,
      "uuid": 2826432
    }
  ],
  "_userbio": {
    "uuid": 25086656,
    "type": "organization",
    "name": "r-spatial",
    "description": "For packages raster, terra, dismo & geosphere visit the rspatial github organisation (mind the missing '-')"
  },
  "_downloads": {
    "count": 1831,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/leafpm"
  },
  "_devurl": "https://github.com/r-spatial/leafpm",
  "_searchresults": 81,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/leafpm.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-spatial/leafpm",
  "_realowner": "r-spatial",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-03-13"
    }
  ],
  "_exports": [
    "addPmToolbar",
    "pmCutOptions",
    "pmDependencies",
    "pmDrawOptions",
    "pmEditOptions",
    "pmToolbarOptions",
    "removePmToolbar"
  ],
  "_help": [
    {
      "page": "addPmToolbar",
      "title": "Add 'leaflet-pm' Toolbar to a Leaflet 'htmlwidget'",
      "topics": [
        "addPmToolbar"
      ]
    },
    {
      "page": "pmCutOptions",
      "title": "Set Options for 'leaflet.pm' Cut Mode",
      "topics": [
        "pmCutOptions"
      ]
    },
    {
      "page": "pmDependencies",
      "title": "Dependencies for 'leaflet-pm'",
      "topics": [
        "pmDependencies"
      ]
    },
    {
      "page": "pmDrawOptions",
      "title": "Set Options for 'leaflet.pm' Draw Mode",
      "topics": [
        "pmDrawOptions"
      ]
    },
    {
      "page": "pmEditOptions",
      "title": "Set Options for 'leaflet.pm' Edit Mode",
      "topics": [
        "pmEditOptions"
      ]
    },
    {
      "page": "pmToolbarOptions",
      "title": "Set Options for 'leaflet.pm' Toolbar",
      "topics": [
        "pmToolbarOptions"
      ]
    },
    {
      "page": "removePmToolbar",
      "title": "Removes the 'leaflet.pm' toolbar",
      "topics": [
        "removePmToolbar"
      ]
    }
  ],
  "_readme": "https://github.com/r-spatial/leafpm/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "class",
    "classInt",
    "cli",
    "crosstalk",
    "DBI",
    "digest",
    "dplyr",
    "e1071",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "highr",
    "htmltools",
    "htmlwidgets",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "lattice",
    "lazyeval",
    "leaflet",
    "leaflet.providers",
    "lifecycle",
    "magrittr",
    "MASS",
    "memoise",
    "mime",
    "pillar",
    "pkgconfig",
    "png",
    "proxy",
    "R6",
    "rappdirs",
    "raster",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "s2",
    "sass",
    "scales",
    "sf",
    "sp",
    "terra",
    "tibble",
    "tidyselect",
    "tinytex",
    "units",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "wk",
    "xfun",
    "yaml"
  ],
  "_score": 6.311052449581583,
  "_indexed": true,
  "_nocasepkg": "leafpm",
  "_universes": [
    "r-spatial",
    "timelyportfolio"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T17:14:19.000Z",
      "distro": "noble",
      "commit": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
      "fileid": "e0b23c1ff2ac06f414b0f6f24366ab54ce56a7da3913091eb186c3efca0e354b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-spatial/actions/runs/26769746657"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T17:13:09.000Z",
      "distro": "noble",
      "commit": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
      "fileid": "b98dc05a6c95d182fdc5da3bc5a743fd9ec5909eadefeb60560f3b90d08b0a05",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-spatial/actions/runs/26769746657"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T17:25:48.000Z",
      "commit": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
      "fileid": "30ffc8128381fdca8fbdb0ba3ed7864d332a1fa1de4cbff3d631fdb0032d4b45",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-spatial/actions/runs/26769746657"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T17:25:42.000Z",
      "commit": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
      "fileid": "c86d014aae27de7c37bed446b2a91277c0bb69a06bdf316710e2915ce2de7b0e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-spatial/actions/runs/26769746657"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-01T17:13:14.000Z",
      "commit": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
      "fileid": "b57c74c3aa3f3245d0a82b6f726a99a97fd17eba04173200bef662c6de268a1d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-spatial/actions/runs/26769746657"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T17:11:46.000Z",
      "commit": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
      "fileid": "4b4a3b2265a3afc23f298780ed2ca92e3645c2b8c9f791fc79a91be83a8c4de3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-spatial/actions/runs/26769746657"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T17:12:38.000Z",
      "commit": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
      "fileid": "686a41397805cd04634a049b6ca95c6c76059953b090583cc14b18139e02c251",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-spatial/actions/runs/26769746657"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T17:11:40.000Z",
      "commit": "a06a4ebd27231a40b548c919dc4f06f5d7ce92dd",
      "fileid": "697c63dee24f4ac64414f76b50b786284a6d0e4dafc1c235e7c50649dd8ee94e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/r-spatial/actions/runs/26769746657"
    }
  ]
}