{
  "_id": "6a1eb541b25058d4daadd98f",
  "Package": "RelimpPCR",
  "Type": "Package",
  "Title": "Relative Importance PCA Regression",
  "Version": "0.3.1",
  "Date": "2023-05-23",
  "Author": "Michael Hernandez <micahel@hernandez.ai>, Yuri Balasanov",
  "Maintainer": "Michael Hernandez <michael@hernandez.ai>",
  "Description": "Performs Principal Components Analysis (also known as PCA)\ndimensionality reduction in the context of a linear regression.\nIn most cases, PCA dimensionality reduction is performed\nindependent of the response variable for a regression. This\ncaptures the majority of the variance of the model's\npredictors, but may not actually be the optimal dimensionality\nreduction solution for a regression against the response\nvariable. An alternative method, optimized for a regression\nagainst the response variable, is to use both PCA and a\nrelative importance measure. This package applies PCA to a\ngiven data frame of predictors, and then calculates the\nrelative importance of each PCA factor against the response\nvariable. It outputs ordered factors that are optimized for\nmodel fit. By performing dimensionality reduction with this\nmethod, an individual can achieve a the same r-squared value as\nperforming just PCA, but with fewer PCA factors. References:\nYuri Balasanov (2017) <https://ilykei.com>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/mhernan88/RelimpPCR",
  "BugReports": "https://github.com/mhernan88/RelimpPCR/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "make libicu-dev",
  "Repository": "https://michhernand.r-universe.dev",
  "Date/Publication": "2024-04-01 17:08:48 UTC",
  "RemoteUrl": "https://github.com/michhernand/relimppcr",
  "RemoteRef": "HEAD",
  "RemoteSha": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 10:36:57 UTC",
    "User": "root"
  },
  "MD5sum": "6c2cdc0d6be8bf7d19d5ab811bffba12",
  "_user": "michhernand",
  "_type": "src",
  "_file": "RelimpPCR_0.3.1.tar.gz",
  "_fileid": "c15f71c35da6910e6f2b9791542829789e42cf9dd248acb0b740334252d6a32c",
  "_filesize": 100069,
  "_sha256": "c15f71c35da6910e6f2b9791542829789e42cf9dd248acb0b740334252d6a32c",
  "_created": "2026-06-02T10:36:57.000Z",
  "_published": "2026-06-02T10:49:37.170Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79052102798,
      "time": 141,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7355444199"
    },
    {
      "job": 79052102843,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7355442928"
    },
    {
      "job": 79052102803,
      "time": 146,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7355633357"
    },
    {
      "job": 79052102829,
      "time": 117,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7355584097"
    },
    {
      "job": 79051523822,
      "time": 212,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355392557"
    },
    {
      "job": 79052102863,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355437573"
    },
    {
      "job": 79052102814,
      "time": 100,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7355429394"
    },
    {
      "job": 79052102882,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7355424855"
    },
    {
      "job": 79052102826,
      "time": 91,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7355427925"
    }
  ],
  "_buildurl": "https://github.com/r-universe/michhernand/actions/runs/26814134551",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/michhernand/relimppcr",
  "_commit": {
    "id": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
    "author": "Michael Hernandez <hernandez@uchicago.edu>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update r.yml",
    "time": 1711991328
  },
  "_maintainer": {
    "name": "Michael Hernandez",
    "email": "michael@hernandez.ai"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "relaimpo",
      "role": "Imports"
    },
    {
      "package": "Rmisc",
      "role": "Imports"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "logger",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "michhernand",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "pca",
    "regression"
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "michhernand",
      "count": 86,
      "uuid": 19276269
    }
  ],
  "_userbio": {
    "uuid": 19276269,
    "type": "user",
    "name": "Michael Hernandez"
  },
  "_downloads": {
    "count": 154,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RelimpPCR"
  },
  "_devurl": "https://github.com/mhernan88/relimppcr",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/RelimpPCR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/michhernand/relimppcr",
  "_realowner": "michhernand",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.2",
      "date": "2017-10-04"
    },
    {
      "version": "0.2.3",
      "date": "2017-10-05"
    },
    {
      "version": "0.2.4",
      "date": "2019-05-02"
    },
    {
      "version": "0.3.0",
      "date": "2023-06-01"
    }
  ],
  "_exports": [
    "RelimpPCR",
    "RelimpPCR.predict"
  ],
  "_help": [
    {
      "page": "RelimpPCR",
      "title": "A Relative Importance PCA Regression Function",
      "topics": [
        "RelimpPCR"
      ]
    },
    {
      "page": "RelimpPCR.predict",
      "title": "Predictor Function for RelimpPCR",
      "topics": [
        "RelimpPCR.predict"
      ]
    },
    {
      "page": "train_test_split",
      "title": "A Train/Test Split Function",
      "topics": [
        "train_test_split"
      ]
    }
  ],
  "_readme": "https://github.com/michhernand/relimppcr/raw/HEAD/README.md",
  "_rundeps": [
    "boot",
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "corpcor",
    "cpp11",
    "data.table",
    "DBI",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "logger",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "minqa",
    "mitools",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "recipes",
    "relaimpo",
    "reshape2",
    "rlang",
    "Rmisc",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survey",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "relimppcr",
  "_universes": [
    "michhernand",
    "mhernan88"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.1",
      "date": "2026-06-02T10:39:20.000Z",
      "distro": "noble",
      "commit": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
      "fileid": "dc02070699b12e519c5669c7ce53c41e89663b2cbca084807f59c3674f28261a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/michhernand/actions/runs/26814134551"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.1",
      "date": "2026-06-02T10:39:17.000Z",
      "distro": "noble",
      "commit": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
      "fileid": "66fdf572267d8ee93b22a951d172e92aefa32d5f66cc9708cb1c1637f64ffacb",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/michhernand/actions/runs/26814134551"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.1",
      "date": "2026-06-02T10:48:48.000Z",
      "commit": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
      "fileid": "4f1d6ac7df3a33bc0bca9c4ea0d0115b54d7f5509a39dc826cd95118d60669dc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/michhernand/actions/runs/26814134551"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.1",
      "date": "2026-06-02T10:46:23.000Z",
      "commit": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
      "fileid": "35611e10e816b124d1c1e264baf7b8a4d4a6a36e8b9fd52744653fc4431ae051",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/michhernand/actions/runs/26814134551"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.1",
      "date": "2026-06-02T10:39:17.000Z",
      "commit": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
      "fileid": "65fca916340d654fefb7f0b2d169f72c0247463605bcd16d26208be1cc29ee13",
      "status": "success",
      "buildurl": "https://github.com/r-universe/michhernand/actions/runs/26814134551"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.1",
      "date": "2026-06-02T10:38:28.000Z",
      "commit": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
      "fileid": "2ee329c174786cb5040d270c8f365d00cf071efa709fa8993402eff06814cdaa",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/michhernand/actions/runs/26814134551"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.1",
      "date": "2026-06-02T10:38:19.000Z",
      "commit": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
      "fileid": "1c5d119e403b90733b3060219bfcbdd70ae497ec5321952d835f630dbe276cf9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/michhernand/actions/runs/26814134551"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.1",
      "date": "2026-06-02T10:38:27.000Z",
      "commit": "2691ad0f7d8f7ef959afe5db941b7c9852578d96",
      "fileid": "dd2e2d7da757e8eb8b715ce780fbce72147f3573bc35dd8c70dbc975bbcdc92d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/michhernand/actions/runs/26814134551"
    }
  ]
}