{
  "_id": "6a10aacaacfb0bcc41cbf27c",
  "Package": "geometries",
  "Type": "Package",
  "Title": "Convert Between R Objects and Geometric Structures",
  "Date": "2025-11-23",
  "Version": "0.2.5",
  "Authors@R": "c(\nperson(\"David\", \"Cooley\", ,\"david.cooley.au@gmail.com\", role = c(\"aut\", \"cre\"))\n)",
  "Description": "Geometry shapes in 'R' are typically represented by\nmatrices (points, lines), with more complex shapes being lists\nof matrices (polygons). 'Geometries' will convert various 'R'\nobjects into these shapes. Conversion functions are available\nat both the 'R' level, and through 'Rcpp'.",
  "License": "MIT + file LICENSE",
  "URL": "https://dcooley.github.io/geometries/",
  "BugReports": "https://github.com/dcooley/geometries/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Repository": "https://dcooley.r-universe.dev",
  "Date/Publication": "2025-11-23 16:09:19 UTC",
  "RemoteUrl": "https://github.com/dcooley/geometries",
  "RemoteRef": "HEAD",
  "RemoteSha": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-22 18:52:15 UTC",
    "User": "root"
  },
  "Author": "David Cooley [aut, cre]",
  "Maintainer": "David Cooley <david.cooley.au@gmail.com>",
  "MD5sum": "0065d66b24e7cc609e26cc1471ef36df",
  "_user": "dcooley",
  "_type": "src",
  "_file": "geometries_0.2.5.tar.gz",
  "_fileid": "823e2be0f3daab8c3474902e6127de2072574566d321674f6befbf2d4da536b4",
  "_filesize": 129061,
  "_sha256": "823e2be0f3daab8c3474902e6127de2072574566d321674f6befbf2d4da536b4",
  "_created": "2026-05-22T18:52:15.000Z",
  "_published": "2026-05-22T19:13:14.146Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77443415424,
      "time": 161,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168137405"
    },
    {
      "job": 77443415425,
      "time": 146,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168206632"
    },
    {
      "job": 77443415419,
      "time": 153,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168135767"
    },
    {
      "job": 77443415430,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168205404"
    },
    {
      "job": 77443415434,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168441361"
    },
    {
      "job": 77443415431,
      "time": 420,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168369568"
    },
    {
      "job": 77443415440,
      "time": 152,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168344084"
    },
    {
      "job": 77443415429,
      "time": 298,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168339029"
    },
    {
      "job": 77442829274,
      "time": 212,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168087552"
    },
    {
      "job": 77443415412,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168202327"
    },
    {
      "job": 77443415473,
      "time": 149,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168206378"
    },
    {
      "job": 77443415421,
      "time": 146,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168207400"
    },
    {
      "job": 77443415416,
      "time": 152,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168207974"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dcooley/geometries",
  "_commit": {
    "id": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
    "author": "dcooley <david.cooley141@gmail.com>",
    "committer": "dcooley <david.cooley141@gmail.com>",
    "message": "removed STRING_PTR'\n",
    "time": 1763914159
  },
  "_maintainer": {
    "name": "David Cooley",
    "email": "david.cooley.au@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "dcooley",
  "_selfowned": true,
  "_usedby": 179,
  "_updates": [
    {
      "week": "2025-47",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 28,
  "_contributors": [
    {
      "user": "dcooley",
      "count": 97,
      "uuid": 8093396
    }
  ],
  "_userbio": {
    "uuid": 8093396,
    "type": "user",
    "name": "Dave",
    "description": "Mostly building R libraries"
  },
  "_downloads": {
    "count": 47863,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/geometries"
  },
  "_devurl": "https://github.com/dcooley/geometries",
  "_pkgdown": "https://dcooley.github.io/geometries/",
  "_searchresults": 14,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/geometries.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dcooley/geometries",
  "_realowner": "dcooley",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-08-14"
    },
    {
      "version": "0.2.0",
      "date": "2020-11-26"
    },
    {
      "version": "0.2.1",
      "date": "2023-02-23"
    },
    {
      "version": "0.2.2",
      "date": "2023-02-28"
    },
    {
      "version": "0.2.3",
      "date": "2023-06-22"
    },
    {
      "version": "0.2.4",
      "date": "2024-01-15"
    },
    {
      "version": "0.2.5",
      "date": "2025-11-23"
    }
  ],
  "_exports": [
    "gm_coordinates",
    "gm_geometries"
  ],
  "_help": [
    {
      "page": "gm_coordinates",
      "title": "gm_coordinates",
      "topics": [
        "gm_coordinates"
      ]
    },
    {
      "page": "gm_geometries",
      "title": "geometries",
      "topics": [
        "gm_geometries"
      ]
    }
  ],
  "_readme": "https://github.com/dcooley/geometries/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "geometries.Rmd",
      "filename": "geometries.html",
      "title": "geometries",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Header",
        "Functions",
        "data as geometries"
      ],
      "created": "2020-07-06 01:31:41",
      "modified": "2020-08-02 05:38:27",
      "commits": 5
    }
  ],
  "_score": 9.70223027328525,
  "_indexed": true,
  "_nocasepkg": "geometries",
  "_universes": [
    "dcooley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-22T18:55:01.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "151d57182df66385dfb295dbf675fd86e7223c6b292b00b9856fa841a06fe0ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-22T18:58:59.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "ef875c361088f1fb0358cb5337003a6fe12cd9c112588ef3b7b380fae2dfa9a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-22T18:54:57.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "a0652541c1060c90c8e931ec540902d106a924c5b2955c59013270b2a9813b1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-22T18:58:54.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "13e45b3a9b0de2071631954810dcb96780948fc9017ecafdcf0c2341a05f1bf7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-22T19:12:28.000Z",
      "arch": "aarch64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "52703ae5fd1e4a8acece5542015b45a05359bf8f7eb9946cb7726608127ff951",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-22T19:07:09.000Z",
      "arch": "x86_64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "8aae1ee1a8b1197c4edea046dbadb8137ee3fa731a075a8a9d5acb32be8cfa5f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-22T19:07:01.000Z",
      "arch": "aarch64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "c43b0eb12dd27866dd508bea423d049a5eb7175adb6a8d175dca9c12825e4e3c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-22T19:05:53.000Z",
      "arch": "x86_64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "e9fbcd0c600bac31788b1bef4f439491601e56be38e829b9fbc493c946014919",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.5",
      "date": "2026-05-22T18:59:01.000Z",
      "arch": "emscripten",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "1cb5523af0f945bb3693441f0bd9c117611e98220fa4496e1205e325321fde8a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-22T18:58:15.000Z",
      "arch": "x86_64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "17fd427bd98d543a2328e344520a09275b0e2c173bf1a5f11196bdd1d7092259",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-22T18:58:20.000Z",
      "arch": "x86_64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "7d7925a01e14cdb587b5ce7f4bb96998ca3418dc7f130613315aeb6d4d79286b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-22T18:58:24.000Z",
      "arch": "x86_64",
      "commit": "e3f5a9b06f603f4db6e960fac12d791e9b1386c7",
      "fileid": "73e617e957e9c090930a35bffa99f0157d1d0d7cf48efa25af7f0003c6a28ccb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcooley/actions/runs/26275034510"
    }
  ]
}