{"id":19253603,"url":"https://github.com/tidymodels/plsmod","last_synced_at":"2025-10-14T14:12:45.917Z","repository":{"id":42425870,"uuid":"253670255","full_name":"tidymodels/plsmod","owner":"tidymodels","description":"Model Wrappers for Projection Methods","archived":false,"fork":false,"pushed_at":"2025-04-29T17:21:47.000Z","size":5747,"stargazers_count":14,"open_issues_count":4,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-10T13:41:10.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plsmod.tidymodels.org","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidymodels.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-07T02:47:29.000Z","updated_at":"2025-04-29T17:18:55.000Z","dependencies_parsed_at":"2024-04-10T18:57:12.699Z","dependency_job_id":"d411285a-5397-4861-89a4-2597821c379c","html_url":"https://github.com/tidymodels/plsmod","commit_stats":{"total_commits":81,"total_committers":6,"mean_commits":13.5,"dds":"0.37037037037037035","last_synced_commit":"e8e1f627fb7fc5d275021bf5dbb6043e5ebd95ba"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/tidymodels/plsmod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidymodels%2Fplsmod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidymodels%2Fplsmod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidymodels%2Fplsmod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidymodels%2Fplsmod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidymodels","download_url":"https://codeload.github.com/tidymodels/plsmod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidymodels%2Fplsmod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019123,"owners_count":26086679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T18:32:05.374Z","updated_at":"2025-10-14T14:12:45.910Z","avatar_url":"https://github.com/tidymodels.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r}\n#| include: false\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# plsmod\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/tidymodels/plsmod/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/plsmod/actions/workflows/R-CMD-check.yaml)\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)\n[![CRAN status](https://www.r-pkg.org/badges/version/plsmod)](https://CRAN.R-project.org/package=plsmod)\n[![Codecov test coverage](https://codecov.io/gh/tidymodels/plsmod/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/plsmod?branch=main)\n[![R-CMD-check](https://github.com/tidymodels/plsmod/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/plsmod/actions)\n\u003c!-- badges: end --\u003e\n\nThis package is a helper package for [parsnip](https://parsnip.tidymodels.org) that enables linear projection models (such as partial least squares, PLS) in the tidymodels infrastructure. \n\n## Installation\n\nYou can install the released version of plsmod from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"plsmod\")\n```\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"pak\")\npak::pak(\"tidymodels/plsmod\")\n```\n\n## Available Engines\n\nThe plsmod package provides engines for the models in the following table.\n\n```{r}\n#| echo: false\n#| message: false\nlibrary(parsnip)\nlibrary(dplyr)\n\nparsnip_models \u003c- \n  get_from_env(\"models\") |\u003e\n  purrr::map_dfr(\\(.x) get_from_env(.x) |\u003e mutate(model = .x)) |\u003e \n  filter(model == \"pls\") |\u003e\n  knitr::kable()\n```\n\n## Contributing\n\nThis project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n\n- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15\u0026tags=tidymodels,question).\n\n- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/plsmod/issues).\n\n- Either way, learn how to create and share a [reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html) (a minimal, reproducible example), to clearly communicate about your code.\n\n- Check out further details on [contributing guidelines for tidymodels packages](https://www.tidymodels.org/contribute/) and [how to get help](https://www.tidymodels.org/help/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidymodels%2Fplsmod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidymodels%2Fplsmod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidymodels%2Fplsmod/lists"}