{
  "_id": "6a103830acfb0bcc41c9aa07",
  "Package": "ModelMatrixModel",
  "Type": "Package",
  "Title": "Create Model Matrix and Save the Transforming Parameters",
  "Version": "0.1.0",
  "Author": "Xinyong Tian",
  "Maintainer": "Xinyong Tian <xinyongtian@gmail.com>",
  "Description": "The model.matrix() function in R is convenient for\ntransforming training dataset for modeling. But it does not\nsave any parameter used in transformation, so it is hard to\napply the same transformation to test dataset or new dataset.\nThis package is created to solve the problem.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 06:04:00 UTC",
    "User": "root"
  },
  "Repository": "https://xinyongtian.r-universe.dev",
  "Date/Publication": "2021-08-17 07:00:10 UTC",
  "RemoteUrl": "https://github.com/cran/ModelMatrixModel",
  "RemoteRef": "HEAD",
  "RemoteSha": "ad1199994f91eee15d287237a268961bb2845483",
  "MD5sum": "6b8dfd5315f43c35d87c2536e646704a",
  "_user": "xinyongtian",
  "_type": "src",
  "_file": "ModelMatrixModel_0.1.0.tar.gz",
  "_fileid": "d7cc2ee5eae870e3d51ec3b242f123b9cd28ab4d8b35d05db77c1ed3732fbfc9",
  "_filesize": 89379,
  "_sha256": "d7cc2ee5eae870e3d51ec3b242f123b9cd28ab4d8b35d05db77c1ed3732fbfc9",
  "_created": "2026-05-12T06:04:00.000Z",
  "_published": "2026-05-22T11:04:16.804Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77366976538,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6936865300"
    },
    {
      "job": 77366977046,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936865517"
    },
    {
      "job": 77366977176,
      "time": 182,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6936877076"
    },
    {
      "job": 77366976570,
      "time": 203,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936882198"
    },
    {
      "job": 77366976371,
      "time": 200,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936839458"
    },
    {
      "job": 77366976299,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158962295"
    },
    {
      "job": 77366977002,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6936860699"
    },
    {
      "job": 77366977062,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6936857555"
    },
    {
      "job": 77366977178,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936858420"
    }
  ],
  "_buildurl": "https://github.com/r-universe/xinyongtian/actions/runs/25716496083",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/ModelMatrixModel",
  "_commit": {
    "id": "ad1199994f91eee15d287237a268961bb2845483",
    "author": "Xinyong Tian <xinyongtian@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1629183610
  },
  "_maintainer": {
    "name": "Xinyong Tian",
    "email": "xinyongtian@gmail.com",
    "login": "xinyongtian",
    "uuid": 12035385
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "xinyongtian",
      "count": 1,
      "uuid": 12035385
    }
  ],
  "_userbio": {
    "uuid": 12035385,
    "type": "user",
    "name": "xinyongtian"
  },
  "_downloads": {
    "count": 239,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ModelMatrixModel"
  },
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ModelMatrixModel.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "xinyongtian",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-08-17"
    }
  ],
  "_exports": [
    "ModelMatrixModel"
  ],
  "_help": [
    {
      "page": "ModelMatrixModel",
      "title": "ModelMatrixModel() function",
      "topics": [
        "ModelMatrixModel"
      ]
    },
    {
      "page": "predict.ModelMatrixModel",
      "title": "predict() function",
      "topics": [
        "predict.ModelMatrixModel"
      ]
    }
  ],
  "_readme": "https://github.com/cran/ModelMatrixModel/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "Matrix"
  ],
  "_vignettes": [
    {
      "source": "demo_ModelMatrixModel.Rmd",
      "filename": "demo_ModelMatrixModel.html",
      "title": "ModelMatrixModel",
      "engine": "knitr::rmarkdown",
      "headings": [
        "setup",
        "problem with model.matrix() function",
        "ModelMatixModel comes to rescue",
        "fit data to create ModelMatixModel object",
        "transform new data",
        "dummy variable",
        "keep   first dummy variable",
        "dummy variable with interaction",
        "keep 1st dummy variable",
        "remove 1st dummy variable",
        "invalid level in new data",
        "poly() in formula",
        "scale and center"
      ],
      "created": "2021-08-17 07:00:10",
      "modified": "2021-08-17 07:00:10",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "modelmatrixmodel",
  "_universes": [
    "xinyongtian"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-12T06:06:21.000Z",
      "distro": "noble",
      "commit": "ad1199994f91eee15d287237a268961bb2845483",
      "fileid": "60a03cd2a7cd8483f76e505f98ad6b7d4270ff3dc3a095a44c7c4237798dbe40",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xinyongtian/actions/runs/25716496083"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-12T06:06:22.000Z",
      "distro": "noble",
      "commit": "ad1199994f91eee15d287237a268961bb2845483",
      "fileid": "59f8efd22efbe165377677a05b3f1d14b93312fe3d8300e9eb9524422c3568ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xinyongtian/actions/runs/25716496083"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-12T06:07:14.000Z",
      "commit": "ad1199994f91eee15d287237a268961bb2845483",
      "fileid": "090c5c20514793c22eb07c99ac2d6598e12c4aa05ec9e233e1976bf8967b5fc2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xinyongtian/actions/runs/25716496083"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-12T06:07:34.000Z",
      "commit": "ad1199994f91eee15d287237a268961bb2845483",
      "fileid": "0cade47f3d62637e81dc9d31dc29a4c60e2647fa76f40368a8b0769716a98be9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xinyongtian/actions/runs/25716496083"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-12T06:05:58.000Z",
      "commit": "ad1199994f91eee15d287237a268961bb2845483",
      "fileid": "f13327b06e8a632797fdd06ed8e43e83f0642e727e70d629ced12648b87ec323",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xinyongtian/actions/runs/25716496083"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-12T06:05:44.000Z",
      "commit": "ad1199994f91eee15d287237a268961bb2845483",
      "fileid": "1baacb1f1f841dee8185f45cde79e49d6bc51f00ad7ae6230ceb2a6484472b54",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xinyongtian/actions/runs/25716496083"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-12T06:05:48.000Z",
      "commit": "ad1199994f91eee15d287237a268961bb2845483",
      "fileid": "bdf03059ca60b0d762af77c6ffff15049afe6415d389491b1e1df968953810af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xinyongtian/actions/runs/25716496083"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-22T11:03:59.000Z",
      "commit": "ad1199994f91eee15d287237a268961bb2845483",
      "fileid": "fce6c9f765d887859e8d811b286c90f014ad4922caebfe0060cd0b255ad2870c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/xinyongtian/actions/runs/25716496083"
    }
  ]
}