{
  "_id": "6a5ddfbc9baadeef8ab559c7",
  "Package": "rtide",
  "Title": "Tide Heights",
  "Version": "0.0.12",
  "Authors@R": "c(\nperson(\"Joe\", \"Thorley\", , \"joe@poissonconsulting.ca\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-7683-4592\")),\nperson(\"Luke\", \"Miller\", , \"contact@lukemiller.org\", role = c(\"aut\", \"cre\")),\nperson(\"Abram\", \"Fleishman\", role = \"aut\"),\nperson(\"Poisson Consulting\", role = \"cph\")\n)",
  "Description": "Calculates tide heights based on tide station harmonics.\nIt includes the harmonics data for 637 US stations.  The\nharmonics data was converted from\n<https://github.com/poissonconsulting/rtide/blob/main/data-raw/harmonics-dwf-20151227-free.tar.bz2>,\nNOAA web site data processed by David Flater for 'XTide'.  The\ncode to calculate tide heights from the harmonics is based on\n'XTide'.",
  "License": "GPL-3",
  "URL": "https://github.com/millerlp/rtide",
  "BugReports": "https://github.com/millerlp/rtide/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "Language": "en-US",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://millerlp.r-universe.dev",
  "Date/Publication": "2026-07-20 07:02:59 UTC",
  "RemoteUrl": "https://github.com/millerlp/rtide",
  "RemoteRef": "HEAD",
  "RemoteSha": "9116e062f6dd61789591012f8b762d20401fcd7b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-20 08:40:26 UTC",
    "User": "root"
  },
  "Author": "Joe Thorley [aut] (ORCID: <https://orcid.org/0000-0002-7683-4592>),\nLuke Miller [aut, cre],\nAbram Fleishman [aut],\nPoisson Consulting [cph]",
  "Maintainer": "Luke Miller <contact@lukemiller.org>",
  "_user": "millerlp",
  "_type": "src",
  "_file": "rtide_0.0.12.tar.gz",
  "_fileid": "https://r2.ropensci.org/b01c76e2a1d880074223f970831d200234cf513c3534ee46cc4c18afb170ca82",
  "_filesize": 569822,
  "_sha256": "b01c76e2a1d880074223f970831d200234cf513c3534ee46cc4c18afb170ca82",
  "_expires": "2026-10-28T08:43:38.000Z",
  "_created": "2026-07-20T08:40:26.000Z",
  "_published": "2026-07-20T08:43:39.943Z",
  "_jobs": [
    {
      "job": 88307704561,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8455384020"
    },
    {
      "job": 88307704541,
      "time": 139,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8455378111"
    },
    {
      "job": 88307704590,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8455376961"
    },
    {
      "job": 88307704574,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8455364420"
    },
    {
      "job": 88307015149,
      "time": 232,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8455324856"
    },
    {
      "job": 88307704530,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8455371572"
    },
    {
      "job": 88307704567,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8455354889"
    },
    {
      "job": 88307704557,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8455352738"
    },
    {
      "job": 88307704568,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8455354929"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/millerlp/actions/runs/29728459451",
  "_status": "success",
  "_upstream": "https://github.com/millerlp/rtide",
  "_commit": {
    "id": "9116e062f6dd61789591012f8b762d20401fcd7b",
    "author": "Luke Miller <millerlp@gmail.com>",
    "committer": "Luke Miller <millerlp@gmail.com>",
    "message": "Results of R CMD check\n\nfor v. 0.0.12\n",
    "time": 1784530979
  },
  "_maintainer": {
    "name": "Luke Miller",
    "email": "contact@lukemiller.org",
    "login": "millerlp",
    "description": "Associate professor, \nBiology Department, \nSan Diego State University",
    "uuid": 1650121
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "abind",
      "role": "Imports"
    },
    {
      "package": "chk",
      "version": ">= 0.10.0",
      "role": "Imports"
    },
    {
      "package": "dttr2",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "millerlp",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-29",
      "n": 1
    },
    {
      "week": "2026-30",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "rtide",
    "tidal"
  ],
  "_stars": 15,
  "_contributors": [
    {
      "user": "joethorley",
      "count": 165,
      "uuid": 613671
    },
    {
      "user": "aylapear",
      "count": 44,
      "uuid": 42985574
    },
    {
      "user": "millerlp",
      "count": 20,
      "uuid": 1650121
    },
    {
      "user": "nadinehussein",
      "count": 11,
      "uuid": 74937983
    },
    {
      "user": "abfleishman",
      "count": 6,
      "uuid": 9219852
    }
  ],
  "_userbio": {
    "uuid": 1650121,
    "type": "user",
    "name": "Luke Miller",
    "followers": 38,
    "description": "Associate professor, \r\nBiology Department, \r\nSan Diego State University"
  },
  "_downloads": {
    "count": 409,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rtide"
  },
  "_devurl": "https://github.com/millerlp/rtide",
  "_searchresults": 41,
  "_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/rtide.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/millerlp/rtide",
  "_realowner": "millerlp",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.2",
      "date": "2016-09-03"
    },
    {
      "version": "0.0.3",
      "date": "2016-12-22"
    },
    {
      "version": "0.0.4",
      "date": "2017-05-09"
    },
    {
      "version": "0.0.5",
      "date": "2018-08-23"
    },
    {
      "version": "0.0.7",
      "date": "2020-03-18"
    },
    {
      "version": "0.0.8",
      "date": "2020-07-10"
    },
    {
      "version": "0.0.9",
      "date": "2021-05-29"
    },
    {
      "version": "0.0.10",
      "date": "2024-08-19"
    },
    {
      "version": "0.0.11",
      "date": "2024-11-20"
    }
  ],
  "_exports": [
    "is.tide_harmonics",
    "tide_datetimes",
    "tide_height",
    "tide_height_data",
    "tide_slack_data",
    "tide_stations"
  ],
  "_datasets": [
    {
      "name": "brandywine",
      "title": "Brandywine Tide Height Data",
      "object": "brandywine",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Station",
        "DateTime",
        "MLLW"
      ],
      "rows": 8,
      "table": true,
      "tojson": true
    },
    {
      "name": "harmonics",
      "title": "Harmonics",
      "object": "harmonics",
      "class": [
        "tide_harmonics"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "monterey",
      "title": "Monterey Tide Height Data",
      "object": "monterey",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Station",
        "DateTime",
        "MLLW"
      ],
      "rows": 8,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "brandywine",
      "title": "Brandywine Tide Height Data",
      "topics": [
        "brandywine"
      ]
    },
    {
      "page": "harmonics",
      "title": "Harmonics",
      "topics": [
        "harmonics"
      ]
    },
    {
      "page": "is.tide_harmonics",
      "title": "Is tide_harmonics",
      "topics": [
        "is.tide_harmonics"
      ]
    },
    {
      "page": "monterey",
      "title": "Monterey Tide Height Data",
      "topics": [
        "monterey"
      ]
    },
    {
      "page": "tide_datetimes",
      "title": "Tide Date Times",
      "topics": [
        "tide_datetimes"
      ]
    },
    {
      "page": "tide_height",
      "title": "Tide Height",
      "topics": [
        "tide_height"
      ]
    },
    {
      "page": "tide_height_data",
      "title": "Tide Height Data",
      "topics": [
        "tide_height_data"
      ]
    },
    {
      "page": "tide_slack_data",
      "title": "Tide Slack Data",
      "topics": [
        "tide_slack_data"
      ]
    },
    {
      "page": "tide_stations",
      "title": "Tide Stations",
      "topics": [
        "tide_stations"
      ]
    }
  ],
  "_readme": "https://github.com/millerlp/rtide/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "chk",
    "cli",
    "dttr2",
    "glue",
    "hms",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "rlang",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_score": 5.390935107103379,
  "_indexed": true,
  "_nocasepkg": "rtide",
  "_universes": [
    "millerlp"
  ],
  "_previous": "0.0.11",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.12",
      "date": "2026-07-20T08:42:57.000Z",
      "distro": "resolute",
      "commit": "9116e062f6dd61789591012f8b762d20401fcd7b",
      "fileid": "https://r2.ropensci.org/200a8124ccec7fdd6f0c27c9a0c13b2553939669d772a7f62775d5b27e39ee2e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/millerlp/actions/runs/29728459451"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.12",
      "date": "2026-07-20T08:42:41.000Z",
      "distro": "resolute",
      "commit": "9116e062f6dd61789591012f8b762d20401fcd7b",
      "fileid": "https://r2.ropensci.org/801c6b00bfcb7165b300d5cd20408e98b66efbfe72f78d5fa27056e084d69c53",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/millerlp/actions/runs/29728459451"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.12",
      "date": "2026-07-20T08:42:44.000Z",
      "commit": "9116e062f6dd61789591012f8b762d20401fcd7b",
      "fileid": "https://r2.ropensci.org/99783db0a3f39772fe523442e3866854b8ecc847206f3014304d48d984fb0fa1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/millerlp/actions/runs/29728459451"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.12",
      "date": "2026-07-20T08:42:11.000Z",
      "commit": "9116e062f6dd61789591012f8b762d20401fcd7b",
      "fileid": "https://r2.ropensci.org/5393d40fa6147c27b1c585b0938af19cb69b0df31b09f9cf709477873995aea7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/millerlp/actions/runs/29728459451"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.12",
      "date": "2026-07-20T08:42:45.000Z",
      "commit": "9116e062f6dd61789591012f8b762d20401fcd7b",
      "fileid": "https://r2.ropensci.org/a6edb430957d2f4fc24ff88315fcfd2a07471efdd12fa4ed4804d61d79c61e21",
      "status": "success",
      "buildurl": "https://github.com/r-universe/millerlp/actions/runs/29728459451"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.12",
      "date": "2026-07-20T08:41:41.000Z",
      "commit": "9116e062f6dd61789591012f8b762d20401fcd7b",
      "fileid": "https://r2.ropensci.org/8036a081472aff8195da46a98fcae3c3f86a1bf2e855d9422fb40b7e338bba92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/millerlp/actions/runs/29728459451"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.12",
      "date": "2026-07-20T08:41:28.000Z",
      "commit": "9116e062f6dd61789591012f8b762d20401fcd7b",
      "fileid": "https://r2.ropensci.org/feb1fc84bf6bf17b573aeae7311a5a3c7891260e383b3baf03d10d6a61968751",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/millerlp/actions/runs/29728459451"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.12",
      "date": "2026-07-20T08:41:35.000Z",
      "commit": "9116e062f6dd61789591012f8b762d20401fcd7b",
      "fileid": "https://r2.ropensci.org/87f23329af7ab80c4ae67fcc072ffddbc1530246fb45723977da08b9e87a7037",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/millerlp/actions/runs/29728459451"
    }
  ]
}