{
  "_id": "6a1bf37a1d7bb097a0a248d4",
  "Package": "astronomyengine",
  "Title": "R Bindings to the 'Astronomy Engine' C Library",
  "Version": "0.1.0.9000",
  "Authors@R": "c(person(given = \"Mitchell\",\nfamily = \"O'Hara-Wild\",\nemail = \"mail@mitchelloharawild.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-6729-7695\")),\nperson(given = \"Don\",\nfamily = \"Cross\",\nrole = c(\"aut\", \"cph\"),\ncomment = \"Author of the bundled Astronomy Engine C library\"))",
  "Description": "Provides access to the 'Astronomy Engine' C library\n(<https://github.com/cosinekitty/astronomy>) by Don Cross. The\nlibrary calculates positions of the Sun, Moon, and planets, and\npredicts astronomical events such as rise/set times, lunar\nphases, equinoxes, solstices, eclipses, and transits. It is\nbased on the 'VSOP87' planetary model and is accurate to within\napproximately one arcminute. This package bundles the\nsingle-file C source so that other R packages can link against\nit via 'LinkingTo' without shipping their own copy.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/mitchelloharawild/astronomyengine",
  "BugReports": "https://github.com/mitchelloharawild/astronomyengine/issues",
  "Config/testthat/edition": "3",
  "Config/cpp11/version": "0.5.0",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Repository": "https://mitchelloharawild.r-universe.dev",
  "Date/Publication": "2026-03-02 06:07:05 UTC",
  "RemoteUrl": "https://github.com/mitchelloharawild/astronomyengine",
  "RemoteRef": "HEAD",
  "RemoteSha": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-31 08:33:17 UTC",
    "User": "root"
  },
  "Author": "Mitchell O'Hara-Wild [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6729-7695>),\nDon Cross [aut, cph] (Author of the bundled Astronomy Engine C library)",
  "Maintainer": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
  "MD5sum": "afe2d6189db3dba3381690a02c18e3a0",
  "_user": "mitchelloharawild",
  "_type": "src",
  "_file": "astronomyengine_0.1.0.9000.tar.gz",
  "_fileid": "47a9f3647773e5679ea64ffdcc8e892584dba177ce132cc6120576168ae8ca03",
  "_filesize": 435320,
  "_sha256": "47a9f3647773e5679ea64ffdcc8e892584dba177ce132cc6120576168ae8ca03",
  "_created": "2026-05-31T08:33:17.000Z",
  "_published": "2026-05-31T08:38:18.530Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78712335978,
      "time": 108,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315269392"
    },
    {
      "job": 78712335987,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315269857"
    },
    {
      "job": 78712335993,
      "time": 116,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315270265"
    },
    {
      "job": 78712335986,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315270263"
    },
    {
      "job": 78712335980,
      "time": 93,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315268016"
    },
    {
      "job": 78712335979,
      "time": 257,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315285381"
    },
    {
      "job": 78712335984,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315267655"
    },
    {
      "job": 78712335981,
      "time": 161,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315275031"
    },
    {
      "job": 78712173279,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315257717"
    },
    {
      "job": 78712335966,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315268462"
    },
    {
      "job": 78712335965,
      "time": 126,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315271293"
    },
    {
      "job": 78712335976,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315266601"
    },
    {
      "job": 78712335967,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315266331"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mitchelloharawild/astronomyengine",
  "_commit": {
    "id": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
    "author": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
    "committer": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
    "message": "Revert \"rm unavailable url until CRAN acceptance\"\n\nThis reverts commit f10beb8cb34e013149247db52f90615e48c2751d.\n",
    "time": 1772431625
  },
  "_maintainer": {
    "name": "Mitchell OHara-Wild",
    "email": "mail@mitchelloharawild.com",
    "login": "mitchelloharawild",
    "bluesky": "@mitchelloharawild.com",
    "linkedin": "in/mitchelloharawild",
    "description": "",
    "uuid": 16127127,
    "orcid": "0000-0001-6729-7695"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "cpp11",
      "role": "LinkingTo"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mitchelloharawild",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-08",
      "n": 23
    },
    {
      "week": "2026-09",
      "n": 6
    },
    {
      "week": "2026-10",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-02-23"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "mitchelloharawild",
      "count": 32,
      "uuid": 16127127
    }
  ],
  "_userbio": {
    "uuid": 16127127,
    "type": "user",
    "name": "Mitchell O'Hara-Wild"
  },
  "_downloads": {
    "count": 168,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/astronomyengine"
  },
  "_devurl": "https://github.com/mitchelloharawild/astronomyengine",
  "_searchresults": 0,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/astronomyengine.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mitchelloharawild/astronomyengine",
  "_realowner": "mitchelloharawild",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-02-27"
    }
  ],
  "_exports": [
    "astro_angle_from_sun",
    "astro_bary_state",
    "astro_body",
    "astro_body_code",
    "astro_body_name",
    "astro_combine_rotation",
    "astro_current_time",
    "astro_ecliptic",
    "astro_ecliptic_longitude",
    "astro_elongation",
    "astro_equator",
    "astro_equator_from_vector",
    "astro_geo_vector",
    "astro_helio_vector",
    "astro_horizon",
    "astro_horizon_from_vector",
    "astro_hour_angle",
    "astro_identity_matrix",
    "astro_illumination",
    "astro_inverse_rotation",
    "astro_make_time",
    "astro_moon_phase",
    "astro_next_lunar_eclipse",
    "astro_next_moon_quarter",
    "astro_next_transit",
    "astro_observer_gravity",
    "astro_observer_state",
    "astro_observer_vector",
    "astro_pair_longitude",
    "astro_pivot",
    "astro_rotate_vector",
    "astro_rotation_ECL_EQD",
    "astro_rotation_ECL_EQJ",
    "astro_rotation_ECL_HOR",
    "astro_rotation_ECT_EQD",
    "astro_rotation_ECT_EQJ",
    "astro_rotation_EQD_ECL",
    "astro_rotation_EQD_ECT",
    "astro_rotation_EQD_EQJ",
    "astro_rotation_EQD_HOR",
    "astro_rotation_EQJ_ECL",
    "astro_rotation_EQJ_ECT",
    "astro_rotation_EQJ_EQD",
    "astro_rotation_EQJ_GAL",
    "astro_rotation_EQJ_HOR",
    "astro_rotation_GAL_EQJ",
    "astro_rotation_HOR_ECL",
    "astro_rotation_HOR_EQD",
    "astro_rotation_HOR_EQJ",
    "astro_search_altitude",
    "astro_search_hour_angle",
    "astro_search_lunar_eclipse",
    "astro_search_max_elongation",
    "astro_search_moon_phase",
    "astro_search_moon_quarter",
    "astro_search_peak_magnitude",
    "astro_search_relative_longitude",
    "astro_search_rise_set",
    "astro_search_sun_longitude",
    "astro_search_transit",
    "astro_seasons",
    "astro_sphere_from_vector",
    "astro_sun_position",
    "astro_vector_from_horizon",
    "astro_vector_from_sphere",
    "astro_vector_observer",
    "next_global_solar_eclipse",
    "next_local_solar_eclipse",
    "next_lunar_apsis",
    "next_planet_apsis",
    "search_global_solar_eclipse",
    "search_local_solar_eclipse",
    "search_lunar_apsis",
    "search_planet_apsis"
  ],
  "_help": [
    {
      "page": "astro_angle_from_sun",
      "title": "Angle from the Sun",
      "topics": [
        "astro_angle_from_sun"
      ]
    },
    {
      "page": "astro_bary_state",
      "title": "Barycentric position and velocity vectors",
      "topics": [
        "astro_bary_state"
      ]
    },
    {
      "page": "astro_body",
      "title": "Celestial body codes",
      "topics": [
        "astro_body"
      ]
    },
    {
      "page": "astro_body_code",
      "title": "Get the integer code for a celestial body by name",
      "topics": [
        "astro_body_code"
      ]
    },
    {
      "page": "astro_body_name",
      "title": "Get the name of a celestial body",
      "topics": [
        "astro_body_name"
      ]
    },
    {
      "page": "astro_combine_rotation",
      "title": "Combine two rotation matrices",
      "topics": [
        "astro_combine_rotation"
      ]
    },
    {
      "page": "astro_current_time",
      "title": "Current UTC time according to Astronomy Engine",
      "topics": [
        "astro_current_time"
      ]
    },
    {
      "page": "astro_ecliptic",
      "title": "Convert J2000 equatorial coordinates to ecliptic coordinates",
      "topics": [
        "astro_ecliptic"
      ]
    },
    {
      "page": "astro_ecliptic_longitude",
      "title": "Heliocentric ecliptic longitude of a body",
      "topics": [
        "astro_ecliptic_longitude"
      ]
    },
    {
      "page": "astro_elongation",
      "title": "Elongation of a celestial body",
      "topics": [
        "astro_elongation"
      ]
    },
    {
      "page": "astro_equator",
      "title": "Topocentric equatorial coordinates of a celestial body",
      "topics": [
        "astro_equator"
      ]
    },
    {
      "page": "astro_equator_from_vector",
      "title": "Convert Cartesian Vector to Equatorial Coordinates",
      "topics": [
        "astro_equator_from_vector"
      ]
    },
    {
      "page": "astro_geo_vector",
      "title": "Geocentric position vector of a celestial body",
      "topics": [
        "astro_geo_vector"
      ]
    },
    {
      "page": "astro_helio_vector",
      "title": "Heliocentric position vector of a celestial body",
      "topics": [
        "astro_helio_vector"
      ]
    },
    {
      "page": "astro_horizon",
      "title": "Horizontal coordinates of a celestial body",
      "topics": [
        "astro_horizon"
      ]
    },
    {
      "page": "astro_horizon_from_vector",
      "title": "Convert Cartesian Vector to Horizontal Coordinates",
      "topics": [
        "astro_horizon_from_vector"
      ]
    },
    {
      "page": "astro_hour_angle",
      "title": "Calculate the hour angle of a body",
      "topics": [
        "astro_hour_angle"
      ]
    },
    {
      "page": "astro_identity_matrix",
      "title": "Create an identity rotation matrix",
      "topics": [
        "astro_identity_matrix"
      ]
    },
    {
      "page": "astro_illumination",
      "title": "Illumination data for a celestial body",
      "topics": [
        "astro_illumination"
      ]
    },
    {
      "page": "astro_inverse_rotation",
      "title": "Calculate the inverse of a rotation matrix",
      "topics": [
        "astro_inverse_rotation"
      ]
    },
    {
      "page": "astro_make_time",
      "title": "Create an astronomical time value",
      "topics": [
        "astro_make_time"
      ]
    },
    {
      "page": "astro_moon_phase",
      "title": "Moon Phase Angle",
      "topics": [
        "astro_moon_phase"
      ]
    },
    {
      "page": "astro_next_lunar_eclipse",
      "title": "Find the next lunar eclipse in a series",
      "topics": [
        "astro_next_lunar_eclipse"
      ]
    },
    {
      "page": "astro_next_moon_quarter",
      "title": "Find Next Lunar Quarter",
      "topics": [
        "astro_next_moon_quarter"
      ]
    },
    {
      "page": "astro_next_transit",
      "title": "Search for the next transit of Mercury or Venus",
      "topics": [
        "astro_next_transit"
      ]
    },
    {
      "page": "astro_observer_gravity",
      "title": "Observer gravitational acceleration",
      "topics": [
        "astro_observer_gravity"
      ]
    },
    {
      "page": "astro_observer_state",
      "title": "Observer position and velocity vector from geographic coordinates",
      "topics": [
        "astro_observer_state"
      ]
    },
    {
      "page": "astro_observer_vector",
      "title": "Observer position vector from geographic coordinates",
      "topics": [
        "astro_observer_vector"
      ]
    },
    {
      "page": "astro_pair_longitude",
      "title": "Ecliptic longitude of one body relative to another",
      "topics": [
        "astro_pair_longitude"
      ]
    },
    {
      "page": "astro_pivot",
      "title": "Re-orient a rotation matrix by pivoting around an axis",
      "topics": [
        "astro_pivot"
      ]
    },
    {
      "page": "astro_rotate_vector",
      "title": "Apply a rotation to a vector",
      "topics": [
        "astro_rotate_vector"
      ]
    },
    {
      "page": "astro_rotation_ECL_EQD",
      "title": "Rotation Matrix from J2000 Ecliptic to Equatorial of-Date",
      "topics": [
        "astro_rotation_ECL_EQD"
      ]
    },
    {
      "page": "astro_rotation_ECL_EQJ",
      "title": "Rotation Matrix from ECL to EQJ",
      "topics": [
        "astro_rotation_ECL_EQJ"
      ]
    },
    {
      "page": "astro_rotation_ECL_HOR",
      "title": "Rotation Matrix from ECL to HOR",
      "topics": [
        "astro_rotation_ECL_HOR"
      ]
    },
    {
      "page": "astro_rotation_ECT_EQD",
      "title": "Rotation Matrix from ECT to EQD",
      "topics": [
        "astro_rotation_ECT_EQD"
      ]
    },
    {
      "page": "astro_rotation_ECT_EQJ",
      "title": "Rotation Matrix from ECT to EQJ",
      "topics": [
        "astro_rotation_ECT_EQJ"
      ]
    },
    {
      "page": "astro_rotation_EQD_ECL",
      "title": "Rotation Matrix from Equatorial of-Date to J2000 Ecliptic",
      "topics": [
        "astro_rotation_EQD_ECL"
      ]
    },
    {
      "page": "astro_rotation_EQD_ECT",
      "title": "Rotation Matrix from EQD to ECT",
      "topics": [
        "astro_rotation_EQD_ECT"
      ]
    },
    {
      "page": "astro_rotation_EQD_EQJ",
      "title": "Rotation Matrix from EQD to EQJ",
      "topics": [
        "astro_rotation_EQD_EQJ"
      ]
    },
    {
      "page": "astro_rotation_EQD_HOR",
      "title": "Rotation Matrix from EQD to HOR",
      "topics": [
        "astro_rotation_EQD_HOR"
      ]
    },
    {
      "page": "astro_rotation_EQJ_ECL",
      "title": "Rotation Matrix from EQJ to ECL",
      "topics": [
        "astro_rotation_EQJ_ECL"
      ]
    },
    {
      "page": "astro_rotation_EQJ_ECT",
      "title": "Rotation Matrix from EQJ to ECT",
      "topics": [
        "astro_rotation_EQJ_ECT"
      ]
    },
    {
      "page": "astro_rotation_EQJ_EQD",
      "title": "Rotation Matrix from EQJ to EQD",
      "topics": [
        "astro_rotation_EQJ_EQD"
      ]
    },
    {
      "page": "astro_rotation_EQJ_GAL",
      "title": "Rotation Matrix from EQJ to GAL",
      "topics": [
        "astro_rotation_EQJ_GAL"
      ]
    },
    {
      "page": "astro_rotation_EQJ_HOR",
      "title": "Rotation Matrix from J2000 Equatorial to Horizontal",
      "topics": [
        "astro_rotation_EQJ_HOR"
      ]
    },
    {
      "page": "astro_rotation_GAL_EQJ",
      "title": "Rotation Matrix from GAL to EQJ",
      "topics": [
        "astro_rotation_GAL_EQJ"
      ]
    },
    {
      "page": "astro_rotation_HOR_ECL",
      "title": "Rotation Matrix from HOR to ECL",
      "topics": [
        "astro_rotation_HOR_ECL"
      ]
    },
    {
      "page": "astro_rotation_HOR_EQD",
      "title": "Rotation Matrix from HOR to EQD",
      "topics": [
        "astro_rotation_HOR_EQD"
      ]
    },
    {
      "page": "astro_rotation_HOR_EQJ",
      "title": "Rotation Matrix from Horizontal to J2000 Equatorial",
      "topics": [
        "astro_rotation_HOR_EQJ"
      ]
    },
    {
      "page": "astro_search_altitude",
      "title": "Search for when a body reaches a specified altitude",
      "topics": [
        "astro_search_altitude"
      ]
    },
    {
      "page": "astro_search_hour_angle",
      "title": "Search for when a body reaches a specified hour angle",
      "topics": [
        "astro_search_hour_angle"
      ]
    },
    {
      "page": "astro_search_lunar_eclipse",
      "title": "Search for a lunar eclipse",
      "topics": [
        "astro_search_lunar_eclipse"
      ]
    },
    {
      "page": "astro_search_max_elongation",
      "title": "Search for maximum elongation",
      "topics": [
        "astro_search_max_elongation"
      ]
    },
    {
      "page": "astro_search_moon_phase",
      "title": "Search for a Specific Moon Phase",
      "topics": [
        "astro_search_moon_phase"
      ]
    },
    {
      "page": "astro_search_moon_quarter",
      "title": "Find First Lunar Quarter",
      "topics": [
        "astro_search_moon_quarter"
      ]
    },
    {
      "page": "astro_search_peak_magnitude",
      "title": "Search for peak magnitude of Venus",
      "topics": [
        "astro_search_peak_magnitude"
      ]
    },
    {
      "page": "astro_search_relative_longitude",
      "title": "Search for relative longitude event between Earth and another planet",
      "topics": [
        "astro_search_relative_longitude"
      ]
    },
    {
      "page": "astro_search_rise_set",
      "title": "Search for the next rise or set time of a celestial body",
      "topics": [
        "astro_search_rise_set"
      ]
    },
    {
      "page": "astro_search_sun_longitude",
      "title": "Search for Sun longitude",
      "topics": [
        "astro_search_sun_longitude"
      ]
    },
    {
      "page": "astro_search_transit",
      "title": "Search for a transit of Mercury or Venus",
      "topics": [
        "astro_search_transit"
      ]
    },
    {
      "page": "astro_seasons",
      "title": "Equinoxes and Solstices for a Given Year",
      "topics": [
        "astro_seasons"
      ]
    },
    {
      "page": "astro_sphere_from_vector",
      "title": "Convert Cartesian Vector to Spherical Coordinates",
      "topics": [
        "astro_sphere_from_vector"
      ]
    },
    {
      "page": "astro_sun_position",
      "title": "Sun's position in ecliptic coordinates",
      "topics": [
        "astro_sun_position"
      ]
    },
    {
      "page": "astro_vector_from_horizon",
      "title": "Convert Horizontal Coordinates to Cartesian Vector",
      "topics": [
        "astro_vector_from_horizon"
      ]
    },
    {
      "page": "astro_vector_from_sphere",
      "title": "Convert Spherical Coordinates to Cartesian Vector",
      "topics": [
        "astro_vector_from_sphere"
      ]
    },
    {
      "page": "astro_vector_observer",
      "title": "Geographic coordinates from observer position vector",
      "topics": [
        "astro_vector_observer"
      ]
    },
    {
      "page": "next_global_solar_eclipse",
      "title": "Search for the next global solar eclipse",
      "topics": [
        "next_global_solar_eclipse"
      ]
    },
    {
      "page": "next_local_solar_eclipse",
      "title": "Search for the next local solar eclipse",
      "topics": [
        "next_local_solar_eclipse"
      ]
    },
    {
      "page": "next_lunar_apsis",
      "title": "Find the next lunar apsis event",
      "topics": [
        "next_lunar_apsis"
      ]
    },
    {
      "page": "next_planet_apsis",
      "title": "Find the next planetary apsis in a series",
      "topics": [
        "next_planet_apsis"
      ]
    },
    {
      "page": "search_global_solar_eclipse",
      "title": "Search for a global solar eclipse",
      "topics": [
        "search_global_solar_eclipse"
      ]
    },
    {
      "page": "search_local_solar_eclipse",
      "title": "Search for a local solar eclipse",
      "topics": [
        "search_local_solar_eclipse"
      ]
    },
    {
      "page": "search_lunar_apsis",
      "title": "Search for lunar apsis events",
      "topics": [
        "search_lunar_apsis"
      ]
    },
    {
      "page": "search_planet_apsis",
      "title": "Search for the next planetary apsis",
      "topics": [
        "search_planet_apsis"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mitchelloharawild/astronomyengine/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/mitchelloharawild/astronomyengine/raw/HEAD/README.md",
  "_rundeps": [
    "cpp11"
  ],
  "_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"
    }
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "astronomyengine",
  "_universes": [
    "mitchelloharawild"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:35:19.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "62fcc09439ad059c2f71a1c415233e218a93285657b354e0ce2ec280efe79a03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:35:21.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "d53b25229c3fc11b3cbbb90acc1dc6eb112fdd5c1262d5b2764ac44d6d8fb5fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:35:20.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "285513d125210b787b5323ed9cb832eeb9cee7a0e0c7c95e15896f67dd36841a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:35:23.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "d962fbbe7aa088ef4acad7d9cb5342a13ece92ac9a132bed773de6feb0ab6c9b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:35:05.000Z",
      "arch": "aarch64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "8307ad5310866079a04c4efed0d9ce73bb68c530d46a0bccc65bb456c758317a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:37:03.000Z",
      "arch": "x86_64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "cff592f2c0b99f9fefd5a139b25a1b7897309028ea966ff6c623428a0cfea1fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:35:02.000Z",
      "arch": "aarch64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "7021a715a6c872fa53d48576c63732ae19b3768ff831e6cea25634c342c6f0d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:35:58.000Z",
      "arch": "x86_64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "eb454eec2f75dd46cecabb4a12bcf0656597dda7ae4c337f150763a34fd807af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:35:20.000Z",
      "arch": "emscripten",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "8f20b647791128f8c21455f7db70570bd0324283b25a90f41867f0939d16266d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:34:55.000Z",
      "arch": "x86_64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "3092a7576123757c460dc20c2809bbf911851a488c7d7879c14a9f7f59a93cc6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:34:31.000Z",
      "arch": "x86_64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "86e1658486133c3cd3e798eb46b5075ee142745b5aa6342bc832afdfce775ff5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-31T08:34:27.000Z",
      "arch": "x86_64",
      "commit": "78a4e6fddd903a3a3caa973d3a473fdde4765f23",
      "fileid": "6bda4fdbdbb0a825c0ac76e6be671c6daa5a05d541307dcd3ca0d3f8964c5d26",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/26707753961"
    }
  ]
}