{
  "_id": "6a102f5facfb0bcc41c94e25",
  "Package": "ggFishPlots",
  "Type": "Package",
  "Title": "Visualise and Calculate Life History Parameters for Fisheries\nScience using 'ggplot2'",
  "Version": "0.4.4",
  "Date": "2026-05-12",
  "Authors@R": "c(person(\"Mikko\", \"Vihtakari\", email = \"mikko.vihtakari@hi.no\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(affiliation = \"Institute of Marine Research\",\nORCID = \"0000-0003-0371-4319\"))\n)",
  "URL": "https://deepwaterimr.github.io/ggFishPlots/",
  "BugReports": "https://github.com/DeepWaterIMR/ggFishPlots/issues",
  "Description": "Contains functions to create life history parameter plots\nfrom raw data. The plots are created using 'ggplot2', and\ncalculations done using the 'tidyverse' collection of packages.\nThe package contains references to FishBase (Froese R., Pauly\nD., 2023) <https://www.fishbase.se/>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "cmake make libicu-dev",
  "Repository": "https://deepwaterimr.r-universe.dev",
  "Date/Publication": "2026-05-12 11:03:07 UTC",
  "RemoteUrl": "https://github.com/deepwaterimr/ggfishplots",
  "RemoteRef": "HEAD",
  "RemoteSha": "723de98e1e16d725cfd5db9cb1d7f85049791859",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 11:35:48 UTC",
    "User": "root"
  },
  "Author": "Mikko Vihtakari [aut, cre] (affiliation: Institute of Marine Research,\nORCID: <https://orcid.org/0000-0003-0371-4319>)",
  "Maintainer": "Mikko Vihtakari <mikko.vihtakari@hi.no>",
  "MD5sum": "583956634b3ded533c69eac334409b08",
  "_user": "deepwaterimr",
  "_type": "src",
  "_file": "ggFishPlots_0.4.4.tar.gz",
  "_fileid": "810d1eb7a0a0791436747eb4e500e82debfb6723dce91884cd1145b53ac1c8dc",
  "_filesize": 1598731,
  "_sha256": "810d1eb7a0a0791436747eb4e500e82debfb6723dce91884cd1145b53ac1c8dc",
  "_created": "2026-05-12T11:35:48.000Z",
  "_published": "2026-05-22T10:26:39.548Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77361489579,
      "time": 188,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6943081725"
    },
    {
      "job": 77361489262,
      "time": 214,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6943092208"
    },
    {
      "job": 77361489402,
      "time": 253,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6943090553"
    },
    {
      "job": 77361489212,
      "time": 210,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6943075686"
    },
    {
      "job": 77361488894,
      "time": 195,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6943015705"
    },
    {
      "job": 77361488778,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158314731"
    },
    {
      "job": 77361489452,
      "time": 172,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6943075908"
    },
    {
      "job": 77361489556,
      "time": 155,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6943070315"
    },
    {
      "job": 77361489439,
      "time": 139,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6943065433"
    }
  ],
  "_buildurl": "https://github.com/r-universe/deepwaterimr/actions/runs/25731683790",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/deepwaterimr/ggfishplots",
  "_commit": {
    "id": "723de98e1e16d725cfd5db9cb1d7f85049791859",
    "author": "MikkoVihtakari <mikko.vihtakari@hi.no>",
    "committer": "MikkoVihtakari <mikko.vihtakari@hi.no>",
    "message": "fix: handle sex groups with single maturity class in plot_maturity\n\nGuard against \"argument is of length zero\" crash when a sex group\ncontains only immature or only mature fish. Previously, the comparison\ntmp[tmp$maturity == 0, ]$mean > tmp[tmp$maturity == 1, ]$mean would\nreturn logical(0) if one maturity class was absent, causing an error.\nNow returns NA with a warning instead.\n",
    "time": 1778583787
  },
  "_maintainer": {
    "name": "Mikko Vihtakari",
    "email": "mikko.vihtakari@hi.no",
    "login": "mikkovihtakari",
    "orcid": "0000-0003-0371-4319",
    "uuid": 4095204
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "ggridges",
      "version": ">= 0.5.0",
      "role": "Imports"
    },
    {
      "package": "fishmethods",
      "role": "Imports"
    },
    {
      "package": "broom",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "ggrepel",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "deepwaterimr",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-32",
      "n": 1
    },
    {
      "week": "2025-33",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 6
    },
    {
      "week": "2026-17",
      "n": 1
    },
    {
      "week": "2026-20",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "0.4",
      "date": "2026-02-10"
    }
  ],
  "_stars": 8,
  "_contributors": [
    {
      "user": "mikkovihtakari",
      "count": 43,
      "uuid": 4095204
    },
    {
      "user": "copilot",
      "count": 6,
      "uuid": 198982749
    }
  ],
  "_userbio": {
    "uuid": 74358421,
    "type": "organization",
    "name": "Deep Water Species // Institute of Marine Research",
    "description": "GitHub root repository for the Deep-water species and cartilaginous fish group at the Institute of Marine Research, Norway "
  },
  "_downloads": {
    "count": 274,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ggFishPlots"
  },
  "_devurl": "https://github.com/deepwaterimr/ggfishplots",
  "_pkgdown": "https://deepwaterimr.github.io/ggFishPlots/",
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ggFishPlots.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/deepwaterimr/ggfishplots",
  "_realowner": "deepwaterimr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.2",
      "date": "2023-03-22"
    },
    {
      "version": "0.3.0",
      "date": "2024-06-26"
    },
    {
      "version": "0.4.0",
      "date": "2026-02-16"
    }
  ],
  "_exports": [
    "%>%",
    "plot_catchcurve",
    "plot_growth",
    "plot_lw",
    "plot_maturity",
    "round_any",
    "theme_fishplots",
    "unlogit"
  ],
  "_datasets": [
    {
      "name": "survey_ghl",
      "title": "Greenland halibut measurements from IMR surveys",
      "object": "survey_ghl",
      "file": "survey_ghl.rda",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "age",
        "sex",
        "length",
        "weight",
        "maturity"
      ],
      "rows": 618779,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "plot_catchcurve",
      "title": "Plot catch curve",
      "topics": [
        "plot_catchcurve"
      ]
    },
    {
      "page": "plot_growth",
      "title": "Plot age-length relationships and growth curves",
      "topics": [
        "plot_growth"
      ]
    },
    {
      "page": "plot_lw",
      "title": "Plot length-weight relationships",
      "topics": [
        "plot_lw"
      ]
    },
    {
      "page": "plot_maturity",
      "title": "Plot maturity ogive",
      "topics": [
        "plot_maturity"
      ]
    },
    {
      "page": "round_any",
      "title": "Round to multiple of any number",
      "topics": [
        "round_any"
      ]
    },
    {
      "page": "survey_ghl",
      "title": "Greenland halibut measurements from IMR surveys",
      "topics": [
        "survey_ghl"
      ]
    },
    {
      "page": "theme_fishplots",
      "title": "A ggplot2 theme for the ggFishPlots package",
      "concept": [
        "themes"
      ],
      "topics": [
        "theme_fishplots"
      ]
    },
    {
      "page": "unlogit",
      "title": "Back-transform predictor variables from a logit model",
      "topics": [
        "unlogit"
      ]
    }
  ],
  "_readme": "https://github.com/deepwaterimr/ggfishplots/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "boot",
    "bootstrap",
    "broom",
    "cli",
    "cpp11",
    "data.table",
    "dplyr",
    "farver",
    "fishmethods",
    "generics",
    "ggplot2",
    "ggrepel",
    "ggridges",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "lme4",
    "magrittr",
    "MASS",
    "Matrix",
    "minqa",
    "nlme",
    "nloptr",
    "numDeriv",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "TMB",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 4.301029995663981,
  "_indexed": true,
  "_nocasepkg": "ggfishplots",
  "_universes": [
    "deepwaterimr",
    "mikkovihtakari"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.4",
      "date": "2026-05-12T11:38:31.000Z",
      "distro": "noble",
      "commit": "723de98e1e16d725cfd5db9cb1d7f85049791859",
      "fileid": "1c7c1f7e38aed5e89febc9a7607d37833ac0c853e08978759f3e1ceaa4e052fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/deepwaterimr/actions/runs/25731683790"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.4",
      "date": "2026-05-12T11:39:00.000Z",
      "distro": "noble",
      "commit": "723de98e1e16d725cfd5db9cb1d7f85049791859",
      "fileid": "3df7a946d0033ddea41b52400232d8d42205fb0f17640bff36e02dc4f2a07956",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/deepwaterimr/actions/runs/25731683790"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.4",
      "date": "2026-05-12T11:39:04.000Z",
      "commit": "723de98e1e16d725cfd5db9cb1d7f85049791859",
      "fileid": "a65741c05a1719077138d540ce0b8cf28d17be3ffd4cf39a888ac145d931c2e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/deepwaterimr/actions/runs/25731683790"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.4",
      "date": "2026-05-12T11:38:13.000Z",
      "commit": "723de98e1e16d725cfd5db9cb1d7f85049791859",
      "fileid": "eac2bb5d3f63585404cc80df7db021d29149f1f3bedc9718a8a867a25c246f8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/deepwaterimr/actions/runs/25731683790"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.4",
      "date": "2026-05-12T11:38:04.000Z",
      "commit": "723de98e1e16d725cfd5db9cb1d7f85049791859",
      "fileid": "10b9ce946f94b828e5f316c7fca201da38abc650d3718fd1cfabc2ef0e7cb041",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/deepwaterimr/actions/runs/25731683790"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.4",
      "date": "2026-05-12T11:37:51.000Z",
      "commit": "723de98e1e16d725cfd5db9cb1d7f85049791859",
      "fileid": "f67016d326fa25534cd0bede692a27e298fc8812dae4adabf2eef1ba438dc49f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/deepwaterimr/actions/runs/25731683790"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.4",
      "date": "2026-05-12T11:37:34.000Z",
      "commit": "723de98e1e16d725cfd5db9cb1d7f85049791859",
      "fileid": "30452c20ea4039a74776e1c93b82e5786e2802fe8115013900149747912f439c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/deepwaterimr/actions/runs/25731683790"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.4",
      "date": "2026-05-22T10:26:22.000Z",
      "commit": "723de98e1e16d725cfd5db9cb1d7f85049791859",
      "fileid": "31d8cb81553ce349b571d84a89933c6618c6979ad9275d85259d80c251b61c89",
      "status": "success",
      "buildurl": "https://github.com/r-universe/deepwaterimr/actions/runs/25731683790"
    }
  ]
}