{
  "_id": "6a22a090cd65a98ecbd58672",
  "Package": "autogam",
  "Title": "Automate the Creation of Generalized Additive Models (GAMs)",
  "Version": "0.1.0",
  "Authors@R": "person(\"Chitu\", \"Okoli\", , \"Chitu.Okoli@skema.edu\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"https://orcid.org/0000-0001-5574-7572\"))",
  "Language": "en-US",
  "Description": "This wrapper package for 'mgcv' makes it easier to create\nhigh-performing Generalized Additive Models (GAMs). With its\ncentral function autogam(), by entering just a dataset and the\nname of the outcome column as inputs, 'AutoGAM' tries to\nautomate the procedure of configuring a highly accurate GAM\nwhich performs at reasonably high speed, even for large\ndatasets.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/tripartio/autogam,\nhttps://tripartio.github.io/autogam/",
  "BugReports": "https://github.com/tripartio/autogam/issues",
  "Config/pak/sysreqs": "cmake make libicu-dev",
  "Repository": "https://tripartio.r-universe.dev",
  "Date/Publication": "2025-02-24 17:46:48 UTC",
  "RemoteUrl": "https://github.com/tripartio/autogam",
  "RemoteRef": "HEAD",
  "RemoteSha": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 10:07:24 UTC",
    "User": "root"
  },
  "Author": "Chitu Okoli [aut, cre] (ORCID: <https://orcid.org/0000-0001-5574-7572>)",
  "Maintainer": "Chitu Okoli <Chitu.Okoli@skema.edu>",
  "MD5sum": "d9eddbc0db3332dfb7373147d0f811c5",
  "_user": "tripartio",
  "_type": "src",
  "_file": "autogam_0.1.0.tar.gz",
  "_fileid": "6595701e3a2c6d1f564125cd4fd8925b159cc6681a6eccadd845cc13687d29fd",
  "_filesize": 105730,
  "_sha256": "6595701e3a2c6d1f564125cd4fd8925b159cc6681a6eccadd845cc13687d29fd",
  "_created": "2026-06-05T10:07:24.000Z",
  "_published": "2026-06-05T10:10:24.783Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79706921149,
      "time": 147,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7434083998"
    },
    {
      "job": 79706921143,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434079925"
    },
    {
      "job": 79706921137,
      "time": 125,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7434077372"
    },
    {
      "job": 79706921161,
      "time": 99,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434069593"
    },
    {
      "job": 79706428089,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434040377"
    },
    {
      "job": 79706921217,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434071298"
    },
    {
      "job": 79706921155,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7434067608"
    },
    {
      "job": 79706921154,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7434066760"
    },
    {
      "job": 79706921202,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434066046"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tripartio/actions/runs/27008614559",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tripartio/autogam",
  "_commit": {
    "id": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
    "author": "Chitu Okoli <chitu.okoli@skema.edu>",
    "committer": "Chitu Okoli <chitu.okoli@skema.edu>",
    "message": "build: submit 0.1.0 to CRAN\n",
    "time": 1740419208
  },
  "_maintainer": {
    "name": "Chitu Okoli",
    "email": "chitu.okoli@skema.edu",
    "login": "tripartio",
    "description": "",
    "uuid": 7702487,
    "orcid": "0000-0001-5574-7572"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "staccuracy",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "univariateML",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "tripartio",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "tripartio",
      "count": 43,
      "uuid": 7702487
    }
  ],
  "_userbio": {
    "uuid": 7702487,
    "type": "user",
    "name": "Chitu Okoli"
  },
  "_downloads": {
    "count": 174,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/autogam"
  },
  "_devurl": "https://github.com/tripartio/autogam",
  "_pkgdown": "https://tripartio.github.io/autogam/",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/autogam.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tripartio/autogam",
  "_realowner": "tripartio",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2024-10-02"
    },
    {
      "version": "0.1.0",
      "date": "2025-02-24"
    }
  ],
  "_exports": [
    "autogam",
    "smooth_formula_string"
  ],
  "_help": [
    {
      "page": "autogam",
      "title": "Automate the creation of a Generalized Additive Model (GAM)",
      "topics": [
        "autogam"
      ]
    },
    {
      "page": "generic-method",
      "title": "Generic autogam methods passed on to mgcv::gam methods",
      "topics": [
        "anova.autogam",
        "autogam generic methods",
        "coef.autogam",
        "cooks.distance.autogam",
        "formula.autogam",
        "influence.autogam",
        "logLik.autogam",
        "model.matrix.autogam",
        "predict.autogam",
        "residuals.autogam",
        "vcov.autogam"
      ]
    },
    {
      "page": "plot.autogam",
      "title": "Plot Method for autogam Objects",
      "topics": [
        "plot.autogam"
      ]
    },
    {
      "page": "print.autogam",
      "title": "Print Method for autogam Objects",
      "topics": [
        "print.autogam"
      ]
    },
    {
      "page": "smooth_formula_string",
      "title": "Create a character string for a mgcv::gam formula",
      "topics": [
        "smooth_formula_string"
      ]
    },
    {
      "page": "summary.autogam",
      "title": "Summary Method for autogam Objects",
      "topics": [
        "summary.autogam"
      ]
    }
  ],
  "_readme": "https://github.com/tripartio/autogam/raw/HEAD/README.md",
  "_rundeps": [
    "actuar",
    "assertthat",
    "bbmle",
    "bdsmatrix",
    "cli",
    "cpp11",
    "cvar",
    "dplyr",
    "expint",
    "extraDistr",
    "fastICA",
    "fBasics",
    "fGarch",
    "gbutils",
    "generics",
    "glue",
    "gss",
    "GUILDS",
    "intervals",
    "lattice",
    "lifecycle",
    "logitnorm",
    "magrittr",
    "MASS",
    "Matrix",
    "mgcv",
    "mvtnorm",
    "nakagami",
    "nlme",
    "nloptr",
    "numDeriv",
    "pillar",
    "pkgconfig",
    "poilog",
    "poweRlaw",
    "pracma",
    "purrr",
    "R6",
    "rbibutils",
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel",
    "Rdpack",
    "Rfast",
    "rlang",
    "sads",
    "spatial",
    "stabledist",
    "staccuracy",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "timeSeries",
    "univariateML",
    "utf8",
    "vctrs",
    "VGAM",
    "withr",
    "zigg"
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "autogam",
  "_universes": [
    "tripartio"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-05T10:09:38.000Z",
      "distro": "noble",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "ce8d402aac5985f1917fd7c356ae47ce6e9959e26cf52fc8845663addf9dd54f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/27008614559"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-05T10:09:27.000Z",
      "distro": "noble",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "aef33b08922aa26c5c25b3602c2eec9024fb1630c3f4027f63c41cd0a18ff3c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/27008614559"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-05T10:09:14.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "74a7ce302e0e0cc8ef5afee16d159e28b55b5ce98faa7848378489ac319c5c3a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/27008614559"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-05T10:08:58.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "4cf7d4c10e0b7a85bad8d31513b0fabe643da651c2795a829257ab74205c1dee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/27008614559"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-05T10:09:26.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "ac7e28fe868a9d73705380e7b97ed02a7bbe7fa77da37353dfb6f7d2247533ba",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/27008614559"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-05T10:08:38.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "6ace4d66473b22c2df0b2b9c3e75a0559f9f3ff2d62f3da3d55ab982cc91d39d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/27008614559"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-05T10:08:37.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "28ed096e91e4874ed30714a5c157549d0c879effea8eaa5b1cc2dae4773ba701",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/27008614559"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-05T10:08:34.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "3caf90d28a36cef72f932d80c5f4aa112871df07d5361dabc3a72fb15fcace7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/27008614559"
    }
  ]
}