{
  "_id": "6a5088f5c30f0868bbf20343",
  "Package": "reproj",
  "Type": "Package",
  "Title": "Coordinate System Transformations for Generic Map Data",
  "Version": "0.8.0",
  "Authors@R": "person(\"Michael D.\",\"Sumner\", role = c(\"aut\", \"cre\"), email =\n\"mdsumner@gmail.com\", comment=c(ORCID = \"0000-0002-2471-7511\"))",
  "Description": "Transform coordinates from a specified source to a\nspecified target map projection. This uses the 'PROJ' library\ndirectly, via the 'PROJ' package. The 'reproj()' function is\ngeneric, methods may be added to remove the need for an\nexplicit source definition. This is for use primarily to\ntransform generic data formats and direct leverage of the\nunderlying 'PROJ' library. (There are transformations that\naren't possible with 'PROJ' and that are provided by the 'GDAL'\nlibrary, a limitation which users of this package should be\naware of.) The 'PROJ' library is available at\n<https://proj.org/>.",
  "License": "GPL-3",
  "Roxygen": "list(markdown = TRUE)",
  "Encoding": "UTF-8",
  "SystemRequirements": "PROJ (>= 6.3.1)",
  "BugReports": "https://github.com/hypertidy/reproj/issues",
  "URL": "https://github.com/hypertidy/reproj,\nhttps://hypertidy.github.io/reproj/",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "libproj-dev",
  "Repository": "https://hypertidy.r-universe.dev",
  "Date/Publication": "2026-07-10 03:59:10 UTC",
  "RemoteUrl": "https://github.com/hypertidy/reproj",
  "RemoteRef": "HEAD",
  "RemoteSha": "948410f270b3e8892c52f767223d8ae641656b50",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-10 05:50:45 UTC",
    "User": "root"
  },
  "Author": "Michael D. Sumner [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-2471-7511>)",
  "Maintainer": "Michael D. Sumner <mdsumner@gmail.com>",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "reproj_0.8.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/7d77ca1b633835dbf37f1dec6523ecbc68146c0f72a1229034e86386f75de86b",
  "_filesize": 358254,
  "_sha256": "7d77ca1b633835dbf37f1dec6523ecbc68146c0f72a1229034e86386f75de86b",
  "_expires": "2026-10-18T05:53:55.000Z",
  "_created": "2026-07-10T05:50:45.000Z",
  "_published": "2026-07-10T05:53:57.338Z",
  "_jobs": [
    {
      "job": 86296259809,
      "time": 156,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8219377479"
    },
    {
      "job": 86296259788,
      "time": 150,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8219375946"
    },
    {
      "job": 86296259820,
      "time": 89,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8219360040"
    },
    {
      "job": 86296259830,
      "time": 81,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8219358020"
    },
    {
      "job": 86295834477,
      "time": 203,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8219336068"
    },
    {
      "job": 86296259825,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8219362573"
    },
    {
      "job": 86296259826,
      "time": 72,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8219355456"
    },
    {
      "job": 86296259844,
      "time": 71,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8219355324"
    },
    {
      "job": 86296259849,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8219355512"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29072181077",
  "_status": "success",
  "_upstream": "https://github.com/hypertidy/reproj",
  "_commit": {
    "id": "948410f270b3e8892c52f767223d8ae641656b50",
    "author": "Michael Sumner <mdsumner@gmail.com>",
    "committer": "Michael Sumner <mdsumner@gmail.com>",
    "message": "fix old dead code and align to new PROJ\n",
    "time": 1783655950
  },
  "_maintainer": {
    "name": "Michael D. Sumner",
    "email": "mdsumner@gmail.com",
    "login": "mdsumner",
    "mastodon": "@mdsumner@rstats.me",
    "bluesky": "@mdsumner.bsky.social",
    "orcid": "0000-0002-2471-7511",
    "description": "no names have an anonymous function",
    "uuid": 4107631
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.5",
      "role": "Depends"
    },
    {
      "package": "crsmeta",
      "version": ">= 0.3.0",
      "role": "Imports"
    },
    {
      "package": "PROJ",
      "version": ">= 0.7.0",
      "role": "Imports"
    },
    {
      "package": "wk",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": true,
  "_usedby": 14,
  "_updates": [
    {
      "week": "2026-28",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "mdsumner",
      "count": 127,
      "uuid": 4107631
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 29297592,
    "type": "organization",
    "name": "hypertidy",
    "followers": 28,
    "description": "[ ... ]"
  },
  "_downloads": {
    "count": 1460,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/reproj"
  },
  "_devurl": "https://github.com/hypertidy/reproj",
  "_pkgdown": "https://hypertidy.github.io/reproj/",
  "_searchresults": 46,
  "_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/reproj.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hypertidy/reproj",
  "_realowner": "hypertidy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2018-12-30"
    },
    {
      "version": "0.3.0",
      "date": "2019-04-20"
    },
    {
      "version": "0.4.0",
      "date": "2019-06-02"
    },
    {
      "version": "0.4.2",
      "date": "2020-04-15"
    },
    {
      "version": "0.4.3",
      "date": "2022-10-28"
    },
    {
      "version": "0.7.0",
      "date": "2024-06-11"
    }
  ],
  "_exports": [
    "reproj",
    "reproj_extent",
    "reproj_xy",
    "reproj_xyz"
  ],
  "_help": [
    {
      "page": "reproj_extent",
      "title": "Reproject extent",
      "topics": [
        "reproj_extent"
      ]
    },
    {
      "page": "reproj",
      "title": "Reproject coordinates.",
      "topics": [
        "reproj",
        "reproj.data.frame",
        "reproj.matrix",
        "reproj.mesh3d",
        "reproj.quadmesh",
        "reproj.sc",
        "reproj.triangmesh",
        "reproj_xy",
        "reproj_xyz"
      ]
    }
  ],
  "_readme": "https://github.com/hypertidy/reproj/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "crsmeta",
    "lifecycle",
    "PROJ",
    "rlang",
    "wk"
  ],
  "_score": 5.626451236919593,
  "_indexed": true,
  "_nocasepkg": "reproj",
  "_universes": [
    "hypertidy",
    "mdsumner"
  ],
  "_previous": "0.7.0.9001",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.0",
      "date": "2026-07-10T05:53:25.000Z",
      "distro": "resolute",
      "commit": "948410f270b3e8892c52f767223d8ae641656b50",
      "fileid": "https://r2.ropensci.org/c528d722ee69bb764f11801fbe39f26444db01c72f8c4215ac7dab9e4e756e80",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29072181077"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.8.0",
      "date": "2026-07-10T05:53:20.000Z",
      "distro": "resolute",
      "commit": "948410f270b3e8892c52f767223d8ae641656b50",
      "fileid": "https://r2.ropensci.org/d281662ba37803705d36d5dd051dfffd12b51358ff78018478072c449b3f263d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29072181077"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.0",
      "date": "2026-07-10T05:52:20.000Z",
      "commit": "948410f270b3e8892c52f767223d8ae641656b50",
      "fileid": "https://r2.ropensci.org/6a8bfb18c430ab8247ee7b2f679b57ef5518a553dac2e767c13e43036f6c18a4",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29072181077"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.8.0",
      "date": "2026-07-10T05:52:11.000Z",
      "commit": "948410f270b3e8892c52f767223d8ae641656b50",
      "fileid": "https://r2.ropensci.org/30ea9486d156130967fdaa6096c16d0fe95196130f69cb06e7a0d2ac65c1c482",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29072181077"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.0",
      "date": "2026-07-10T05:52:41.000Z",
      "commit": "948410f270b3e8892c52f767223d8ae641656b50",
      "fileid": "https://r2.ropensci.org/fcdd364f65840808bd82e601aece7aa345177c092ced2076424ff4d782e8674f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29072181077"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.0",
      "date": "2026-07-10T05:51:51.000Z",
      "commit": "948410f270b3e8892c52f767223d8ae641656b50",
      "fileid": "https://r2.ropensci.org/28381fc3730d585490b1e1b321dea273bbdd1ca810ee6a52b40c6995d9d8c8f4",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29072181077"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.0",
      "date": "2026-07-10T05:51:55.000Z",
      "commit": "948410f270b3e8892c52f767223d8ae641656b50",
      "fileid": "https://r2.ropensci.org/8e16bc230e4dccedaac4011c3266bff9971682cae5709b051ba4fdc02904e36a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29072181077"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.8.0",
      "date": "2026-07-10T05:51:56.000Z",
      "commit": "948410f270b3e8892c52f767223d8ae641656b50",
      "fileid": "https://r2.ropensci.org/3e268f6e7afcf25a0ff6b8ac837a5bee670e258b62040d0221383802ec20c8ae",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29072181077"
    }
  ]
}