{"id":16178344,"url":"https://github.com/sfcheung/manymome.table","last_synced_at":"2026-02-14T18:31:51.796Z","repository":{"id":200169049,"uuid":"704964188","full_name":"sfcheung/manymome.table","owner":"sfcheung","description":"Convert manymome results to publication-ready tables.","archived":false,"fork":false,"pushed_at":"2024-12-11T00:01:10.000Z","size":8554,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T12:52:59.535Z","etag":null,"topics":["lavaan","manymome","mediation","moderated-mediation","moderation","regression","sem","structural-equation-modeling"],"latest_commit_sha":null,"homepage":"https://sfcheung.github.io/manymome.table/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sfcheung.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"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}},"created_at":"2023-10-14T16:32:42.000Z","updated_at":"2024-12-10T15:08:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e4abd4b-6f70-41bd-af21-49f61e819544","html_url":"https://github.com/sfcheung/manymome.table","commit_stats":null,"previous_names":["sfcheung/manymome.table"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sfcheung/manymome.table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fmanymome.table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fmanymome.table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fmanymome.table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fmanymome.table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfcheung","download_url":"https://codeload.github.com/sfcheung/manymome.table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fmanymome.table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lavaan","manymome","mediation","moderated-mediation","moderation","regression","sem","structural-equation-modeling"],"created_at":"2024-10-10T05:13:33.206Z","updated_at":"2026-02-14T18:31:51.778Z","avatar_url":"https://github.com/sfcheung.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- badges: start --\u003e\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![CRAN status](https://www.r-pkg.org/badges/version/manymome.table?color=blue)](https://CRAN.R-project.org/package=manymome.table)\n[![CRAN: Release Date](https://www.r-pkg.org/badges/last-release/manymome.table?color=blue)](https://cran.r-project.org/package=manymome.table)\n[![Code size](https://img.shields.io/github/languages/code-size/sfcheung/manymome.table.svg)](https://github.com/sfcheung/manymome.table)\n[![Last Commit at Main](https://img.shields.io/github/last-commit/sfcheung/manymome.table.svg)](https://github.com/sfcheung/manymome.table/commits/main)\n[![R-CMD-check](https://github.com/sfcheung/manymome.table/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfcheung/manymome.table/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n(Version 0.4.0, updated on 2024-12-10, [release history](https://sfcheung.github.io/manymome.table/news/index.html))\n\n# manymome.table\n\nA collection of helper functions for converting\nselected results of [`manymome`](https://sfcheung.github.io/manymome/)\n([Cheung \u0026 Cheung, 2023](https://doi.org/10.3758/s13428-023-02224-z)) to publication-ready\ntables.\n\nIt currently supports the `flextable` format from\nthe [`flextable` package](https://davidgohel.github.io/flextable/).\nResults from `manymome::many_indirect_effects()`\nand `manymome::cond_indirect_effects()` can be converted\nto `flextable` objects using the method `as_flextable()`.\nThey can then be exported to other formats, such as Word.\n\nFor more information on this package, please visit its GitHub page:\n\nhttps://sfcheung.github.io/manymome.table/\n\n# Installation\n\nThe stable CRAN version can be installed by `install.packages()`:\n\n```r\ninstall.packages(\"manymome.table\")\n```\n\nThe latest developmental version of this package can be installed by `remotes::install_github`:\n\n```r\nremotes::install_github(\"sfcheung/manymome.table\")\n```\n\n# Reference\n\nCheung, S. F., \u0026 Cheung, S.-H. (2023). *manymome*: An R package for computing\nthe indirect effects, conditional effects, and conditional indirect effects,\nstandardized or unstandardized, and their bootstrap confidence intervals,\nin many (though not all) models. *Behavior Research Methods*.\nhttps://doi.org/10.3758/s13428-023-02224-z\n\n# Issues\n\nIf you have any suggestions and found any bugs, please feel\nfeel to open a GitHub issue. Thanks.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfcheung%2Fmanymome.table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfcheung%2Fmanymome.table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfcheung%2Fmanymome.table/lists"}