{
  "_id": "6a10306aacfb0bcc41c956b8",
  "Package": "splineplot",
  "Type": "Package",
  "Title": "Visualization of Spline Effects in GAM and GLM Models",
  "Version": "0.3.0",
  "Date": "2026-03-29",
  "Maintainer": "Jinseob Kim <jinseob2kim@gmail.com>",
  "Authors@R": "c(person(\"Jinseob\", \"Kim\", email = \"jinseob2kim@gmail.com\", role = c(\"aut\", \"cre\"),  comment = c(ORCID = \"0000-0002-9403-605X\")),\nperson(\"Zarathu\", role = c(\"cph\", \"fnd\")))",
  "Description": "Creates 'ggplot2'-based visualizations of smooth effects\nfrom GAM (Generalized Additive Models) fitted with 'mgcv' and\nspline effects from GLM (Generalized Linear Models). Supports\nsurvey-weighted models ('svyglm', 'svycoxph') from the 'survey'\npackage, interaction terms, and provides hazard ratio plots\nwith histograms for survival analysis. Wood (2017,\nISBN:9781498728331) provides comprehensive methodology for\ngeneralized additive models.",
  "License": "Apache License 2.0",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/jinseob2kim/splineplot,\nhttps://jinseob2kim.github.io/splineplot/",
  "BugReports": "https://github.com/jinseob2kim/splineplot/issues",
  "Config/testthat/edition": "3",
  "Repository": "https://jinseob2kim.r-universe.dev",
  "Date/Publication": "2026-03-30 09:27:25 UTC",
  "RemoteUrl": "https://github.com/jinseob2kim/splineplot",
  "RemoteRef": "HEAD",
  "RemoteSha": "0306859a9f42d6e822870282add3b824f4e0a929",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 09:36:15 UTC",
    "User": "root"
  },
  "Author": "Jinseob Kim [aut, cre] (ORCID: <https://orcid.org/0000-0002-9403-605X>),\nZarathu [cph, fnd]",
  "MD5sum": "6cf257a8efe1acd8fa0ffc4598465b43",
  "_user": "jinseob2kim",
  "_type": "src",
  "_file": "splineplot_0.3.0.tar.gz",
  "_fileid": "90b95b717f4b956c4e7975deca9654c4d5ead843d355b1de5468340b81dc168c",
  "_filesize": 877676,
  "_sha256": "90b95b717f4b956c4e7975deca9654c4d5ead843d355b1de5468340b81dc168c",
  "_created": "2026-05-12T09:36:15.000Z",
  "_published": "2026-05-22T10:31:06.676Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77362106731,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6940697046"
    },
    {
      "job": 77362107075,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940690565"
    },
    {
      "job": 77362107069,
      "time": 137,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6940773460"
    },
    {
      "job": 77362107092,
      "time": 80,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940746340"
    },
    {
      "job": 77362106404,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940642908"
    },
    {
      "job": 77362106457,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158392490"
    },
    {
      "job": 77362107026,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6940674544"
    },
    {
      "job": 77362107222,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6940677450"
    },
    {
      "job": 77362106965,
      "time": 128,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940689740"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jinseob2kim/actions/runs/25725946404",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jinseob2kim/splineplot",
  "_commit": {
    "id": "0306859a9f42d6e822870282add3b824f4e0a929",
    "author": "jinseob kim <jinseob2kim@gmail.com>",
    "committer": "jinseob kim <jinseob2kim@gmail.com>",
    "message": "ㄴ\n",
    "time": 1774862845
  },
  "_maintainer": {
    "name": "Jinseob Kim",
    "email": "jinseob2kim@gmail.com",
    "login": "jinseob2kim",
    "uuid": 33089958,
    "orcid": "0000-0002-9403-605X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "ggplot2",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "splines",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Suggests"
    },
    {
      "package": "survival",
      "role": "Suggests"
    },
    {
      "package": "survey",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    }
  ],
  "_owner": "jinseob2kim",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-38",
      "n": 15
    },
    {
      "week": "2025-39",
      "n": 4
    },
    {
      "week": "2025-43",
      "n": 3
    },
    {
      "week": "2025-47",
      "n": 1
    },
    {
      "week": "2026-05",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2025-09-28"
    }
  ],
  "_topics": [
    "bs",
    "gam",
    "ggplot2",
    "ns",
    "spline"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "jinseob2kim",
      "count": 26,
      "uuid": 33089958
    }
  ],
  "_userbio": {
    "uuid": 33089958,
    "type": "user",
    "name": "Jinseob Kim",
    "description": "M.D, M.P.H, Founder at @zarathucorp \r\n\r\n"
  },
  "_downloads": {
    "count": 500,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/splineplot"
  },
  "_devurl": "https://github.com/jinseob2kim/splineplot",
  "_pkgdown": "https://jinseob2kim.github.io/splineplot/",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_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/splineplot.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jinseob2kim/splineplot",
  "_realowner": "jinseob2kim",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2025-10-03"
    },
    {
      "version": "0.2.0",
      "date": "2025-10-24"
    },
    {
      "version": "0.2.1",
      "date": "2025-11-19"
    },
    {
      "version": "0.3.0",
      "date": "2026-03-30"
    }
  ],
  "_exports": [
    "extract_spline_data",
    "splineplot"
  ],
  "_help": [
    {
      "page": "extract_spline_data",
      "title": "Extract Spline Data",
      "topics": [
        "extract_spline_data"
      ]
    },
    {
      "page": "splineplot",
      "title": "Spline Plot for GAM and GLM Models",
      "topics": [
        "splineplot"
      ]
    }
  ],
  "_readme": "https://github.com/jinseob2kim/splineplot/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting Started with splineplot",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Preparing Your Data",
        "GAM Models",
        "Cox Proportional Hazards",
        "Logistic Regression",
        "Poisson Regression",
        "GLM with Splines",
        "Natural Splines (ns)",
        "B-splines (bs)",
        "Cox Models with Splines",
        "Customizing Your Plots",
        "Reference Values",
        "Confidence Interval Styles",
        "Histogram Options",
        "Log Scale",
        "Interaction Terms",
        "Tips for Best Results",
        "Conclusion"
      ],
      "created": "2025-09-18 09:56:23",
      "modified": "2025-09-18 09:56:23",
      "commits": 1
    }
  ],
  "_score": 5.176091259055681,
  "_indexed": true,
  "_nocasepkg": "splineplot",
  "_universes": [
    "jinseob2kim"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-05-12T09:38:42.000Z",
      "distro": "noble",
      "commit": "0306859a9f42d6e822870282add3b824f4e0a929",
      "fileid": "534b91a06c5b396cd989b62521c2e2baf8e047eed18c3d078faeb44c87239711",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jinseob2kim/actions/runs/25725946404"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-05-12T09:38:27.000Z",
      "distro": "noble",
      "commit": "0306859a9f42d6e822870282add3b824f4e0a929",
      "fileid": "6e33916a00514324f9c32e2eb9d5301f662b08e76438a503bf87ae4af8aab569",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jinseob2kim/actions/runs/25725946404"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-12T09:42:11.000Z",
      "commit": "0306859a9f42d6e822870282add3b824f4e0a929",
      "fileid": "e6def37b4b110a437df593d82cecd25b97656f30ec03175b0414012c285cb488",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jinseob2kim/actions/runs/25725946404"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-12T09:41:07.000Z",
      "commit": "0306859a9f42d6e822870282add3b824f4e0a929",
      "fileid": "1a4a76ee3062cba1e59644a4df3217326f38b55376842bb0d8f2bbc40b9a6bf8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jinseob2kim/actions/runs/25725946404"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-12T09:37:38.000Z",
      "commit": "0306859a9f42d6e822870282add3b824f4e0a929",
      "fileid": "9f541da54610e56d30c2bc2f5ac23b2105694646ea136c59a470b72014b1e4a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jinseob2kim/actions/runs/25725946404"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-12T09:37:41.000Z",
      "commit": "0306859a9f42d6e822870282add3b824f4e0a929",
      "fileid": "fede68aa1b63a21e085c86f599c3464735fa9e7ba0db54f310ac9a7872314845",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jinseob2kim/actions/runs/25725946404"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-12T09:38:20.000Z",
      "commit": "0306859a9f42d6e822870282add3b824f4e0a929",
      "fileid": "c5ecf09974a1805d760bf2b7bf9329a1b22b12945da7457d16cf9460c4fccf05",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jinseob2kim/actions/runs/25725946404"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-05-22T10:30:51.000Z",
      "commit": "0306859a9f42d6e822870282add3b824f4e0a929",
      "fileid": "3e430cdff42ea858449f63debf6d1e8d78b72497c35ea80308201834cc4bfd95",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jinseob2kim/actions/runs/25725946404"
    }
  ]
}