{
  "_id": "6a4a1df60784416d7d8197ab",
  "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-07-05 09:00:26 UTC",
    "User": "root"
  },
  "Author": "Chitu Okoli [aut, cre] (ORCID: <https://orcid.org/0000-0001-5574-7572>)",
  "Maintainer": "Chitu Okoli <Chitu.Okoli@skema.edu>",
  "_user": "tripartio",
  "_type": "src",
  "_file": "autogam_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/8888a86de079184e1ca336d2a0dd52665a0ec3a803908630a961a887111783c4",
  "_filesize": 107791,
  "_sha256": "8888a86de079184e1ca336d2a0dd52665a0ec3a803908630a961a887111783c4",
  "_expires": "2026-10-13T09:03:48.000Z",
  "_created": "2026-07-05T09:00:26.000Z",
  "_published": "2026-07-05T09:03:50.187Z",
  "_jobs": [
    {
      "job": 85209001576,
      "time": 165,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090232043"
    },
    {
      "job": 85209001585,
      "time": 160,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090231409"
    },
    {
      "job": 85209001580,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090221062"
    },
    {
      "job": 85209001586,
      "time": 135,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090227714"
    },
    {
      "job": 85208778629,
      "time": 192,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090208670"
    },
    {
      "job": 85209001590,
      "time": 143,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8090229078"
    },
    {
      "job": 85209001577,
      "time": 117,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090225333"
    },
    {
      "job": 85209001587,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090224627"
    },
    {
      "job": 85209001588,
      "time": 117,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090225487"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/tripartio/actions/runs/28735480596",
  "_status": "success",
  "_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"
  },
  "_distro": "resolute",
  "_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",
    "followers": 6
  },
  "_downloads": {
    "count": 264,
    "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.1",
  "_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",
    "LICENSE",
    "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-07-05T09:02:55.000Z",
      "distro": "resolute",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "https://r2.ropensci.org/6350b838dc0b5cab6de8149ccf131e1f0691c8acf5d498f7bcaa22af7be4a512",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/28735480596"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-05T09:02:53.000Z",
      "distro": "resolute",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "https://r2.ropensci.org/9a9c73e407cb2c14041f5532aded41455d8a43bad088d1179afd01e7d24e4ab8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/28735480596"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-05T09:01:52.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "https://r2.ropensci.org/a243bff622e22084280471f2b7dd1f2c735c0dcbed7ffab621a345b71a87c4b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/28735480596"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-05T09:02:31.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "https://r2.ropensci.org/5eea8e81d44b8ec50ea041f5ec0f14047798ba41029cc6f35d972a4c7736f858",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/28735480596"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-05T09:03:06.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "https://r2.ropensci.org/dfc9b36a147ec56404ea3672a0fb1b23695ab37f61fc4c0007a5df07eb951812",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/28735480596"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T09:02:05.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "https://r2.ropensci.org/94616d470319a3e603cdd289738112e026373c53db8b326413dae7b1ff859524",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/28735480596"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T09:01:58.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "https://r2.ropensci.org/e01b687b38cf937b12fca1826c9fbd913b1bc9fcd15c254fa179567a21fa9913",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/28735480596"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T09:02:04.000Z",
      "commit": "941e7ac1b80da9589ed4cc9fd2d11693de63620d",
      "fileid": "https://r2.ropensci.org/34b0e6235e0e78020588300c0791f38abe3ca9749997d6265d525bea4eaa9b35",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tripartio/actions/runs/28735480596"
    }
  ]
}