{
  "_id": "6a1f24dab401979e73420e7a",
  "Package": "MultiSpline",
  "Type": "Package",
  "Title": "Spline-Based Nonlinear Modeling for Multilevel and Longitudinal\nData",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Subir\",\nfamily = \"Hait\",\nemail = \"haitsubi@msu.edu\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0004-9871-9677\"))",
  "Description": "Provides a unified framework for fitting, predicting, and\ninterpreting nonlinear relationships in single-level,\nmultilevel, and longitudinal regression models. Flexible\nfunctional forms are supported using natural cubic splines\n('splines'), B-splines ('splines'), and GAM smooths ('mgcv').\nSupports two-way and nested clustering via 'lme4', automatic\nknot selection by AIC or BIC, multilevel R-squared\ndecomposition (Nakagawa-Schielzeth marginal and conditional\nR-squared with level-specific variance partitioning), a\npostestimation suite returning first and second derivatives\nwith confidence bands, turning points and inflection regions,\nand a model comparison workflow contrasting linear, polynomial,\nand spline fits by AIC, BIC, and likelihood-ratio tests.\nCluster heterogeneity in nonlinear effects is supported via\nrandom-slope spline terms.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "URL": "https://github.com/causalfragility-lab/MultiSpline",
  "BugReports": "https://github.com/causalfragility-lab/MultiSpline/issues",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "cmake make",
  "Repository": "https://causalfragility-lab.r-universe.dev",
  "Date/Publication": "2026-04-16 04:04:47 UTC",
  "RemoteUrl": "https://github.com/causalfragility-lab/multispline",
  "RemoteRef": "HEAD",
  "RemoteSha": "c2b025e42c8310d90c50931d4262925e5296f566",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 06:23:32 UTC",
    "User": "root"
  },
  "Author": "Subir Hait [aut, cre] (ORCID: <https://orcid.org/0009-0004-9871-9677>)",
  "Maintainer": "Subir Hait <haitsubi@msu.edu>",
  "MD5sum": "44efe70057a5ed318d909ebf22e729c4",
  "_user": "causalfragility-lab",
  "_type": "src",
  "_file": "MultiSpline_0.2.0.tar.gz",
  "_fileid": "5ff920e4d5de6a65c854a4d390f687707a079dafae0b865528021e8a5b05ca1d",
  "_filesize": 209256,
  "_sha256": "5ff920e4d5de6a65c854a4d390f687707a079dafae0b865528021e8a5b05ca1d",
  "_created": "2026-05-16T06:23:32.000Z",
  "_published": "2026-06-02T18:45:46.900Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79146656596,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031174130"
    },
    {
      "job": 79146656854,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031174397"
    },
    {
      "job": 79146656999,
      "time": 93,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7031215853"
    },
    {
      "job": 79146656739,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031218481"
    },
    {
      "job": 79146656472,
      "time": 182,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031162108"
    },
    {
      "job": 79146656003,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7366839441"
    },
    {
      "job": 79146656822,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031169651"
    },
    {
      "job": 79146656782,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7031172933"
    },
    {
      "job": 79146656826,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031169540"
    }
  ],
  "_buildurl": "https://github.com/r-universe/causalfragility-lab/actions/runs/25954849480",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/causalfragility-lab/multispline",
  "_commit": {
    "id": "c2b025e42c8310d90c50931d4262925e5296f566",
    "author": "Subir Hait <264290991+causalfragility-lab@users.noreply.github.com>",
    "committer": "Subir Hait <264290991+causalfragility-lab@users.noreply.github.com>",
    "message": "Fix README: version, nested cluster order, terminology, spelling\n",
    "time": 1776312287
  },
  "_maintainer": {
    "name": "Subir Hait",
    "email": "haitsubi@msu.edu",
    "login": "causalfragility-lab",
    "uuid": 264290991
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "lme4",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "splines",
      "role": "Imports"
    },
    {
      "package": "lmerTest",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "reformulas",
      "role": "Suggests"
    },
    {
      "package": "numDeriv",
      "role": "Suggests"
    }
  ],
  "_owner": "causalfragility-lab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-16",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-02-27"
    },
    {
      "name": "v0.1.0.1",
      "date": "2026-02-27"
    },
    {
      "name": "v0.1.1",
      "date": "2026-03-05"
    },
    {
      "name": "v0.2.0",
      "date": "2026-04-16"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "causalfragility-lab",
      "count": 4,
      "uuid": 264290991
    }
  ],
  "_userbio": {
    "uuid": 264290991,
    "type": "user",
    "name": "causalfragility-lab"
  },
  "_downloads": {
    "count": 539,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/MultiSpline"
  },
  "_devurl": "https://github.com/causalfragility-lab/multispline",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/MultiSpline.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/causalfragility-lab/multispline",
  "_realowner": "causalfragility-lab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-03-16"
    },
    {
      "version": "0.2.0",
      "date": "2026-04-16"
    }
  ],
  "_exports": [
    "nl_compare",
    "nl_derivatives",
    "nl_fit",
    "nl_het",
    "nl_icc",
    "nl_knots",
    "nl_plot",
    "nl_predict",
    "nl_r2",
    "nl_summary",
    "nl_turning_points"
  ],
  "_help": [
    {
      "page": "nl_compare",
      "title": "Built-in model comparison workflow",
      "topics": [
        "nl_compare"
      ]
    },
    {
      "page": "nl_derivatives",
      "title": "Compute first and second derivatives of the fitted spline curve",
      "topics": [
        "nl_derivatives"
      ]
    },
    {
      "page": "nl_fit",
      "title": "Fit a nonlinear (spline or GAM) single-level or multilevel model",
      "topics": [
        "nl_fit"
      ]
    },
    {
      "page": "nl_het",
      "title": "Cluster heterogeneity in nonlinear effects",
      "topics": [
        "nl_het"
      ]
    },
    {
      "page": "nl_icc",
      "title": "Intraclass correlation coefficients for a multilevel nl_fit model",
      "topics": [
        "nl_icc"
      ]
    },
    {
      "page": "nl_knots",
      "title": "Automatic knot / degrees-of-freedom selection for spline models",
      "topics": [
        "nl_knots"
      ]
    },
    {
      "page": "nl_plot",
      "title": "Plot predictions and derivatives from nl_fit models",
      "topics": [
        "nl_plot"
      ]
    },
    {
      "page": "nl_predict",
      "title": "Generate predictions from an nl_fit model",
      "topics": [
        "nl_predict"
      ]
    },
    {
      "page": "nl_r2",
      "title": "Multilevel R-squared decomposition for nl_fit models",
      "topics": [
        "nl_r2"
      ]
    },
    {
      "page": "nl_summary",
      "title": "Tidy coefficient table for an nl_fit model",
      "topics": [
        "nl_summary"
      ]
    },
    {
      "page": "nl_turning_points",
      "title": "Identify turning points and inflection regions",
      "topics": [
        "nl_turning_points"
      ]
    },
    {
      "page": "print.nl_fit",
      "title": "Print method for nl_fit objects",
      "topics": [
        "print.nl_fit"
      ]
    },
    {
      "page": "print.summary_nl_fit",
      "title": "Print method for summary_nl_fit objects",
      "topics": [
        "print.summary_nl_fit"
      ]
    },
    {
      "page": "summary.nl_fit",
      "title": "Summary method for nl_fit objects",
      "topics": [
        "summary.nl_fit"
      ]
    }
  ],
  "_readme": "https://github.com/causalfragility-lab/multispline/raw/HEAD/README.md",
  "_rundeps": [
    "boot",
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "lme4",
    "magrittr",
    "MASS",
    "Matrix",
    "mgcv",
    "minqa",
    "nlme",
    "nloptr",
    "pillar",
    "pkgconfig",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "multispline",
  "_universes": [
    "causalfragility-lab"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-16T06:25:36.000Z",
      "distro": "noble",
      "commit": "c2b025e42c8310d90c50931d4262925e5296f566",
      "fileid": "c558b806159d9598535241c07227f9c48e1c55898fe5b8c8c6c7cfa03e68b476",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/causalfragility-lab/actions/runs/25954849480"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-16T06:25:39.000Z",
      "distro": "noble",
      "commit": "c2b025e42c8310d90c50931d4262925e5296f566",
      "fileid": "2a6ac677e95c07dc05a6c65d5421ae88febf3552e1b1fe42b9badb32cbc6f283",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/causalfragility-lab/actions/runs/25954849480"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-16T06:33:02.000Z",
      "commit": "c2b025e42c8310d90c50931d4262925e5296f566",
      "fileid": "efed6160430c10b8e18c88f1b68c78489ddd3960d81a4986cef5c428b3192c91",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/causalfragility-lab/actions/runs/25954849480"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-16T06:33:27.000Z",
      "commit": "c2b025e42c8310d90c50931d4262925e5296f566",
      "fileid": "b9f129664ce7c27d02a296664541057633eed3918ced308e14bf49062cac72e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/causalfragility-lab/actions/runs/25954849480"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T06:24:43.000Z",
      "commit": "c2b025e42c8310d90c50931d4262925e5296f566",
      "fileid": "aa5cff4c4514fea00a88556a28ad02642cc3243c93447447bcc30dc823abf5d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/causalfragility-lab/actions/runs/25954849480"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T06:25:18.000Z",
      "commit": "c2b025e42c8310d90c50931d4262925e5296f566",
      "fileid": "fc8bf507edc1b669ef99f8642b99329208c2d9a09bb5d910c91358be801e3d4c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/causalfragility-lab/actions/runs/25954849480"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T06:24:40.000Z",
      "commit": "c2b025e42c8310d90c50931d4262925e5296f566",
      "fileid": "42b47eb548f68f34b90b6213c58a42f045299034e4019a00645bc9543706609d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/causalfragility-lab/actions/runs/25954849480"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-02T18:45:30.000Z",
      "commit": "c2b025e42c8310d90c50931d4262925e5296f566",
      "fileid": "6c64dde01d2cbcf6a63b9b20c453ee505f4b147eb3ecd103e37609a97432ebba",
      "status": "success",
      "buildurl": "https://github.com/r-universe/causalfragility-lab/actions/runs/25954849480"
    }
  ]
}