{
  "_id": "6a1ee70cb401979e73411674",
  "Package": "gamutil",
  "Title": "Utilities to Facilitate Modeling Routines with Generalized\nAdditive Models",
  "Version": "0.8.1",
  "Authors@R": "person(given = \"Motoki\",\nfamily = \"Saito\",\nrole = c(\"aut\", \"cre\"),\nemail = \"motokisaito.8623@gmail.com\",\ncomment = c(ORCID = \"0000-0003-0785-5813\"))",
  "Description": "After fitting a Generalized Additive (Mixed) Model, the\nnext step is often to obtain predicted values for certain\ncombinations of predictors for visualization of estimated\neffects in the model. It involves constructing a new data\nframe, add predicted values, and finally makes a (contour)\nplot. This package is intended to facilitate these steps to\nvisualize estimated effects in a generalized additive model.\nThe underlying modeling methodology is described in Wood (2017,\nISBN:9781498728331).",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/msaito8623/gamutil",
  "BugReports": "https://github.com/msaito8623/gamutil/issues",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibicu-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev",
  "Repository": "https://msaito8623.r-universe.dev",
  "Date/Publication": "2026-05-19 16:41:45 UTC",
  "RemoteUrl": "https://github.com/msaito8623/gamutil",
  "RemoteRef": "HEAD",
  "RemoteSha": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 17:04:15 UTC",
    "User": "root"
  },
  "Author": "Motoki Saito [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-0785-5813>)",
  "Maintainer": "Motoki Saito <motokisaito.8623@gmail.com>",
  "MD5sum": "cbb767d1bc5397141a3c5fcdf68404c7",
  "_user": "msaito8623",
  "_type": "src",
  "_file": "gamutil_0.8.1.tar.gz",
  "_fileid": "bb78505573206a4b3e467c78e8418fd9b8b9500ba7ff9ac306ee963bab7f43c7",
  "_filesize": 7466636,
  "_sha256": "bb78505573206a4b3e467c78e8418fd9b8b9500ba7ff9ac306ee963bab7f43c7",
  "_created": "2026-05-19T17:04:15.000Z",
  "_published": "2026-06-02T14:22:04.076Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79093168052,
      "time": 185,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7090253659"
    },
    {
      "job": 79093168192,
      "time": 163,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7090244827"
    },
    {
      "job": 79093168741,
      "time": 205,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7090299385"
    },
    {
      "job": 79093167269,
      "time": 151,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7090264638"
    },
    {
      "job": 79093166666,
      "time": 223,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7090182758"
    },
    {
      "job": 79093166564,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7360436430"
    },
    {
      "job": 79093167852,
      "time": 138,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7090235545"
    },
    {
      "job": 79093168424,
      "time": 141,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7090236942"
    },
    {
      "job": 79093167952,
      "time": 149,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7090239713"
    }
  ],
  "_buildurl": "https://github.com/r-universe/msaito8623/actions/runs/26112407980",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/msaito8623/gamutil",
  "_commit": {
    "id": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
    "author": "Motoki Saito <motokisaito.8623@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #3 from the dev branch\n\nBrings master up to the v0.8.1 release currently accepted on CRAN.\nThree feature releases plus one CRAN-feedback release are included.\n\n* v0.8.1 - CRAN reviewer feedback: Wood (2017) cited in DESCRIPTION;\n  \\dontrun{} replaced with \\donttest{}; plot_partial() example made\n  self-contained.\n* v0.8.0 - new exported plot_curve() and plot_partial(); new\n  joint.se argument in add_fit()/plot_contour() for correct SE on\n  correlated terms; new too.far argument in plot_contour() to mask\n  extrapolated grid cells; fix to add_fit() so the parametric main\n  effect of a by-variable is retained at terms.size = \"medium\"/\"max\".\n* v0.7.0 - add_fit() now handles parametric \":\"-interactions and\n  line-wrapped deparsed formulas; new include.parametric argument in\n  add_fit()/plot_contour() to drop parametric terms; minimum R\n  version bumped to 3.5.\n* Infrastructure: rhub2 GitHub Actions workflow added (identical to\n  the one already on master; auto-resolves on merge); cran-comments.md\n  updated and submission SHAs recorded.",
    "time": 1779208905
  },
  "_maintainer": {
    "name": "Motoki Saito",
    "email": "motokisaito.8623@gmail.com",
    "login": "msaito8623",
    "orcid": "0000-0003-0785-5813",
    "description": "",
    "uuid": 17900216
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "metR",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "RhpcBLASctl",
      "role": "Suggests"
    }
  ],
  "_owner": "msaito8623",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "msaito8623",
      "count": 32,
      "uuid": 17900216
    }
  ],
  "_userbio": {
    "uuid": 17900216,
    "type": "user",
    "name": "Motoki Saito"
  },
  "_downloads": {
    "count": 146,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gamutil"
  },
  "_devurl": "https://github.com/msaito8623/gamutil",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gamutil.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/msaito8623/gamutil",
  "_realowner": "msaito8623",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.8.1",
      "date": "2026-05-11"
    }
  ],
  "_exports": [
    "add_fit",
    "constant",
    "mdl_to_ndat",
    "ndat_to_contour",
    "plot_contour",
    "plot_curve",
    "plot_partial",
    "vary"
  ],
  "_help": [
    {
      "page": "add_fit",
      "title": "Add predicted values with standard errors to a data.frame",
      "topics": [
        "add_fit"
      ]
    },
    {
      "page": "constant",
      "title": "Keep a variable constant",
      "topics": [
        "constant"
      ]
    },
    {
      "page": "mdl_to_ndat",
      "title": "Create a data.frame from a GAM object for prediction",
      "topics": [
        "mdl_to_ndat"
      ]
    },
    {
      "page": "ndat_to_contour",
      "title": "Contour plot from a data.frame with combinations of predictor values.",
      "topics": [
        "ndat_to_contour"
      ]
    },
    {
      "page": "plot_contour",
      "title": "Contour plot from a GAM model object.",
      "topics": [
        "plot_contour"
      ]
    },
    {
      "page": "plot_curve",
      "title": "Curve plot of a partial effect from a GAM model.",
      "topics": [
        "plot_curve"
      ]
    },
    {
      "page": "plot_partial",
      "title": "Plot a partial effect, dispatching by view-variable types.",
      "topics": [
        "plot_partial"
      ]
    },
    {
      "page": "vary",
      "title": "Varying values for prediction",
      "topics": [
        "vary"
      ]
    }
  ],
  "_readme": "https://github.com/msaito8623/gamutil/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "cachem",
    "checkmate",
    "class",
    "classInt",
    "cli",
    "cpp11",
    "data.table",
    "DBI",
    "digest",
    "e1071",
    "farver",
    "fastmap",
    "Formula",
    "formula.tools",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "KernSmooth",
    "labeling",
    "lattice",
    "lifecycle",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "metR",
    "mgcv",
    "nlme",
    "operator.tools",
    "plyr",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "s2",
    "S7",
    "scales",
    "sf",
    "stringi",
    "stringr",
    "timechange",
    "units",
    "vctrs",
    "viridisLite",
    "withr",
    "wk"
  ],
  "_vignettes": [
    {
      "source": "partial_sum.Rmd",
      "filename": "partial_sum.html",
      "title": "Visualize partially-summed effects in GAM",
      "author": "Motoki Saito",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Summed effects",
        "Partial effects",
        "Partially-summed effects",
        "Notes"
      ],
      "created": "2023-10-04 09:06:06",
      "modified": "2026-05-19 16:41:45",
      "commits": 4
    }
  ],
  "_score": 4.301029995663981,
  "_indexed": true,
  "_nocasepkg": "gamutil",
  "_universes": [
    "msaito8623"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.1",
      "date": "2026-05-19T17:06:43.000Z",
      "distro": "noble",
      "commit": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
      "fileid": "7ca2138d97c3e97fcd37af80597c7267407887e6eef7f6217c8b057a2938727a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/msaito8623/actions/runs/26112407980"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.8.1",
      "date": "2026-05-19T17:06:25.000Z",
      "distro": "noble",
      "commit": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
      "fileid": "cde0b4e5e86f83aa73518f3f2126161b07002268c5eb3dbdfffa7f7cdcbe500c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/msaito8623/actions/runs/26112407980"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.1",
      "date": "2026-05-19T17:08:31.000Z",
      "commit": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
      "fileid": "90896e50ba66998ab6d953e25e08ab682b3f028464738b8e32a4560083f557dc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/msaito8623/actions/runs/26112407980"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.8.1",
      "date": "2026-05-19T17:07:12.000Z",
      "commit": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
      "fileid": "38b7b0e0b23bc11b4681014f61d460f20080e7f4e578fed1fec57847ff65de00",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/msaito8623/actions/runs/26112407980"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-05-19T17:05:40.000Z",
      "commit": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
      "fileid": "6e7968ca139ae77fb190fe15edf1375c877dfd1737d4b4801b31f8d5ca8e0eb6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/msaito8623/actions/runs/26112407980"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-05-19T17:05:39.000Z",
      "commit": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
      "fileid": "29d12e5f5bd83ca9d4306a1fb6cdb66ffeae6371d1eaa9c7ef40d88543f95764",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/msaito8623/actions/runs/26112407980"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-05-19T17:05:48.000Z",
      "commit": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
      "fileid": "577ba4c0482d65f8e4d713029909977483c8402b8da5d84e029eaf50e83d3769",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/msaito8623/actions/runs/26112407980"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.1",
      "date": "2026-06-02T14:21:41.000Z",
      "commit": "e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327",
      "fileid": "c6c0f2d60476b4bb545cf4e7163a9cf48a65a9ad73bc1748d4241e8e26b4cad5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/msaito8623/actions/runs/26112407980"
    }
  ]
}