{"id":16178349,"url":"https://github.com/sfcheung/lavaan.printer","last_synced_at":"2026-02-07T16:33:15.364Z","repository":{"id":255813019,"uuid":"827072661","full_name":"sfcheung/lavaan.printer","owner":"sfcheung","description":"Helpers functions for formatting and printing selected lavaan outputs","archived":false,"fork":false,"pushed_at":"2024-09-17T10:27:43.000Z","size":1379,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-09T10:10:55.956Z","etag":null,"topics":["lavaan","r","r-package","structural-equation-modeling"],"latest_commit_sha":null,"homepage":"https://sfcheung.github.io/lavaan.printer/","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","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}},"created_at":"2024-07-11T01:11:17.000Z","updated_at":"2024-09-17T10:36:53.000Z","dependencies_parsed_at":"2024-10-10T05:25:12.039Z","dependency_job_id":"d6a5394e-e270-46de-bbd3-c01f2daea755","html_url":"https://github.com/sfcheung/lavaan.printer","commit_stats":null,"previous_names":["sfcheung/lavaan.printer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sfcheung/lavaan.printer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Flavaan.printer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Flavaan.printer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Flavaan.printer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Flavaan.printer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfcheung","download_url":"https://codeload.github.com/sfcheung/lavaan.printer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Flavaan.printer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29199828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T16:28:23.579Z","status":"ssl_error","status_checked_at":"2026-02-07T16:28:22.566Z","response_time":63,"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","r","r-package","structural-equation-modeling"],"created_at":"2024-10-10T05:13:34.189Z","updated_at":"2026-02-07T16:33:15.346Z","avatar_url":"https://github.com/sfcheung.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- badges: start --\u003e\r\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\r\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)\r\n[![CRAN status](https://www.r-pkg.org/badges/version/lavaan.printer?color=blue)](https://CRAN.R-project.org/package=lavaan.printer)\r\n[![CRAN: Release Date](https://www.r-pkg.org/badges/last-release/lavaan.printer?color=blue)](https://cran.r-project.org/package=lavaan.printer)\r\n[![Code size](https://img.shields.io/github/languages/code-size/sfcheung/lavaan.printer.svg)](https://github.com/sfcheung/lavaan.printer)\r\n[![Last Commit at Main](https://img.shields.io/github/last-commit/sfcheung/lavaan.printer.svg)](https://github.com/sfcheung/lavaan.printer/commits/main)\r\n[![R-CMD-check](https://github.com/sfcheung/lavaan.printer/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfcheung/lavaan.printer/actions/workflows/R-CMD-check.yaml)\r\n\u003c!-- badges: end --\u003e\r\n\r\n(Version 0.1.0.1, updated on 2024-09-17, [release history](https://sfcheung.github.io/lavaan.printer/news/index.html))\r\n\r\n# `lavaan.printer`: Customize The Printout of `lavaan` Parameter Estimates\r\n\r\nThis package includes helper functions\r\nfor developers to customize the printout\r\nof the parameter estimates in the output\r\nof `lavaan`. These functions emphasize\r\nflexibility, not user-friendliness. They\r\nare not intended for end-users.\r\n\r\nFor more information on this package,\r\nplease visit its GitHub page:\r\n\r\nhttps://sfcheung.github.io/lavaan.printer/\r\n\r\n# Background\r\n\r\nI wrote these two functions because I\r\nwant to customize how the parameter estimate\r\ntables of a `lavaan` object are printed\r\nin my packages. The style should be very\r\nsimilar to that\r\nused by the `summary()` method of `lavaan`,\r\nsuch that users would find the tables\r\neasy to read. However, it is not easy to\r\ncustomize the output of `lavaan` because\r\nit prints the formatted content directly\r\nto the screen. Therefore, I wrote\r\n`parameterEstimates_table_list()`\r\nto mimic what `lavaan` does, but create\r\na list of tables (data frames) instead.\r\n\r\nThe [quick-start guide](https://sfcheung.github.io/lavaan.printer/articles/lavaan.printer.html)\r\nillustrates how to use these functions.\r\n\r\n# Installation\r\n\r\nThe stable CRAN version can be installed\r\nby `install.packages()`:\r\n\r\n```r\r\ninstall.packages(\"lavaan.printer\")\r\n```\r\n\r\nThe latest developmental version of this\r\npackage can be installed by `remotes::install_github`:\r\n\r\n```r\r\nremotes::install_github(\"sfcheung/lavaan.printer\")\r\n```\r\n\r\n# Issues\r\n\r\nIf you have any suggestions and found\r\nany bugs, please feel feel to open a\r\nGitHub issue. Thanks.\r\n\r\nhttps://github.com/sfcheung/lavaan.printer/issues","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfcheung%2Flavaan.printer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfcheung%2Flavaan.printer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfcheung%2Flavaan.printer/lists"}