{
  "_id": "6a103e50acfb0bcc41c9c8b1",
  "Package": "rosmosis",
  "Title": "Helper Functions to Download and Run Osmosis",
  "Version": "0.0.0.9000",
  "Authors@R": "person(\"Daniel\", \"Herszenhut\", , \"dhersz@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-8066-1105\"))",
  "Description": "Allows one to download and run Osmosis from R. Osmosis is\na command line application for processing OpenStreetMap data\nwhich consists of several different pluggable components that\ncan be chained to perform large operations. The package\ncurrently does not aim to offer functions that covers the\nentirety of Osmosis' API, and instead offers limited support to\nrunning Osmosis through a helper function.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/dhersz/rosmosis",
  "BugReports": "https://github.com/dhersz/rosmosis/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "cmake make libuv1-dev libssl-dev",
  "Repository": "https://dhersz.r-universe.dev",
  "Date/Publication": "2023-10-27 19:21:21 UTC",
  "RemoteUrl": "https://github.com/dhersz/rosmosis",
  "RemoteRef": "HEAD",
  "RemoteSha": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 09:20:33 UTC",
    "User": "root"
  },
  "Author": "Daniel Herszenhut [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-8066-1105>)",
  "Maintainer": "Daniel Herszenhut <dhersz@gmail.com>",
  "MD5sum": "6b913849fae6a8224058a2e4384864d0",
  "_user": "dhersz",
  "_type": "src",
  "_file": "rosmosis_0.0.0.9000.tar.gz",
  "_fileid": "3b79802ece0c58b339d3ae89dbde5d128cfbd466dde23298296b11d4b9a0ea47",
  "_filesize": 678023,
  "_sha256": "3b79802ece0c58b339d3ae89dbde5d128cfbd466dde23298296b11d4b9a0ea47",
  "_created": "2026-05-11T09:20:33.000Z",
  "_published": "2026-05-22T11:30:24.859Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77370778759,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6914779561"
    },
    {
      "job": 77370778457,
      "time": 166,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914792856"
    },
    {
      "job": 77370778848,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6914767637"
    },
    {
      "job": 77370778967,
      "time": 107,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914771853"
    },
    {
      "job": 77370778392,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914731680"
    },
    {
      "job": 77370778139,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159433607"
    },
    {
      "job": 77370778932,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6914762003"
    },
    {
      "job": 77370779090,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6914757933"
    },
    {
      "job": 77370778490,
      "time": 140,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914783148"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dhersz/actions/runs/25661386163",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dhersz/rosmosis",
  "_commit": {
    "id": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
    "author": "Daniel Herszenhut <dhersz@gmail.com>",
    "committer": "Daniel Herszenhut <dhersz@gmail.com>",
    "message": "updated readme with figures\n",
    "time": 1698434481
  },
  "_maintainer": {
    "name": "Daniel Herszenhut",
    "email": "dhersz@gmail.com",
    "login": "dhersz",
    "uuid": 1557047,
    "orcid": "0000-0001-8066-1105"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "processx",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "zip",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "sf",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "dhersz",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "openstreetmap",
    "osmosis"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "dhersz",
      "count": 19,
      "uuid": 1557047
    }
  ],
  "_userbio": {
    "uuid": 1557047,
    "type": "user",
    "name": "Daniel Herszenhut",
    "description": "researcher @ipeaGIT"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rosmosis"
  },
  "_devurl": "https://github.com/dhersz/rosmosis",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rosmosis.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "download_osmosis",
    "osmosis_path",
    "run_osmosis"
  ],
  "_help": [
    {
      "page": "download_osmosis",
      "title": "Download Osmosis",
      "topics": [
        "download_osmosis"
      ]
    },
    {
      "page": "osmosis_path",
      "title": "Get Osmosis path",
      "topics": [
        "osmosis_path"
      ]
    },
    {
      "page": "run_osmosis",
      "title": "Run Osmosis",
      "topics": [
        "run_osmosis"
      ]
    }
  ],
  "_readme": "https://github.com/dhersz/rosmosis/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "checkmate",
    "cli",
    "curl",
    "fs",
    "glue",
    "httr2",
    "lifecycle",
    "magrittr",
    "openssl",
    "processx",
    "ps",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "vctrs",
    "withr",
    "zip"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rosmosis",
  "_universes": [
    "dhersz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-11T09:22:47.000Z",
      "distro": "noble",
      "commit": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
      "fileid": "d6809f8a85450a346ec29b0683bc3ff0a4afbf3aba5cc03e0dbe12f2e955f55c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dhersz/actions/runs/25661386163"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-11T09:23:24.000Z",
      "distro": "noble",
      "commit": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
      "fileid": "1c07950e634ea09d981554532b55ad8a91111d6dcbf678c7db5a0d23010a216a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dhersz/actions/runs/25661386163"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-11T09:22:17.000Z",
      "commit": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
      "fileid": "9f1ecbc650292098ea714e9f036ae99239399d6b85129304679aeaa55ddc7eff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dhersz/actions/runs/25661386163"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-11T09:22:26.000Z",
      "commit": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
      "fileid": "d4b6fea3f8e16398405c00d4fe76d8301c0ab36a8df560e59766cc031ffa1b70",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dhersz/actions/runs/25661386163"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-11T09:21:54.000Z",
      "commit": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
      "fileid": "c9c95de068e1b2b72d073de7ab826249e166a853dad3a01445b534a19984184d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dhersz/actions/runs/25661386163"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-11T09:21:45.000Z",
      "commit": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
      "fileid": "8d07006a9c35c0ad53e1873a70ed730773f4ab85d644f2c2487a7fc1549c5d0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dhersz/actions/runs/25661386163"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-11T09:22:51.000Z",
      "commit": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
      "fileid": "dfb95b9095301d1ec33cea9fdd7dd43bbf7236801afd818be0fa96bfc64abcd5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dhersz/actions/runs/25661386163"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-05-22T11:30:04.000Z",
      "commit": "6750bf40ec70de1edced04071c3e505e39c2bb5a",
      "fileid": "93250d222866a772731d430bddd3a26b7291221eff2d35aeaa0a87c9dd35f786",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dhersz/actions/runs/25661386163"
    }
  ]
}