{"id":32209502,"url":"https://github.com/dbosak01/reporter","last_synced_at":"2025-10-22T06:08:08.510Z","repository":{"id":41157324,"uuid":"275363460","full_name":"dbosak01/reporter","owner":"dbosak01","description":"An R package to write statistical reports.","archived":false,"fork":false,"pushed_at":"2024-03-20T13:55:17.000Z","size":25136,"stargazers_count":15,"open_issues_count":65,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-10T21:17:00.121Z","etag":null,"topics":["r","report","reporting","reports","rptr"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbosak01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["dbosak01"]}},"created_at":"2020-06-27T12:01:31.000Z","updated_at":"2024-07-10T08:16:42.000Z","dependencies_parsed_at":"2023-01-21T18:00:11.927Z","dependency_job_id":"9470c09a-5663-42bf-9895-e4a9f9e364f7","html_url":"https://github.com/dbosak01/reporter","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/dbosak01/reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbosak01%2Freporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbosak01%2Freporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbosak01%2Freporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbosak01%2Freporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbosak01","download_url":"https://codeload.github.com/dbosak01/reporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbosak01%2Freporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280389612,"owners_count":26322570,"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-22T02:00:06.515Z","response_time":63,"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":["r","report","reporting","reports","rptr"],"created_at":"2025-10-22T06:08:04.643Z","updated_at":"2025-10-22T06:08:08.495Z","avatar_url":"https://github.com/dbosak01.png","language":"R","funding_links":["https://github.com/sponsors/dbosak01"],"categories":[],"sub_categories":[],"readme":"\u003c!-- badges: start --\u003e\n\n[![reporter version](https://www.r-pkg.org/badges/version/reporter)](https://cran.r-project.org/package=reporter)\n[![reporter lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://cran.r-project.org/package=reporter)\n[![reporter downloads](https://cranlogs.r-pkg.org/badges/reporter)](https://cran.r-project.org/package=reporter)\n[![reporter total downloads](https://cranlogs.r-pkg.org/badges/grand-total/reporter)](https://cran.r-project.org/package=reporter)\n[![R-CMD-check](https://github.com/dbosak01/reporter/workflows/R-CMD-check/badge.svg)](https://github.com/dbosak01/reporter/actions)\n[![Codecov test coverage](https://codecov.io/gh/dbosak01/reporter/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dbosak01/reporter?branch=master)\n\n\u003c!-- badges: end --\u003e\n\n# Introduction to **reporter**\n\u003cimg src=\"man/images/reporter_new.png\" align=\"left\" height=\"138px\" style=\"margin-right:10px;height:138px\"\n   alt=\"Reporter package logo\"/\u003e\n\nHistorically, R has not been very strong on reporting.  The **reporter**\npackage aims to fill that gap.  \n\nUsing **reporter**, you can create a report in just a few lines of code. \nNot only is it easy to create a report, but the **reporter** package can handle \nall sorts of situations that other packages struggle with.\n\nFor example, unlike other packages, the **reporter** package creates the *entire\nreport*: page header and footer, titles, footnotes, tables - everything.\nThe end result of a reporter call is a complete, printable report. \n\nIn addition, **reporter** can handle page breaking, page wrapping, and \nautomatic sizing of column widths.  The package\noffers a choice of output file types.  And it supports the inclusion of \ntables, text and graphics into a report.\n\nWhat is more, the package does not expect you to know R Markdown, knitr, or pandoc.\nYou do not need to learn Latex, HTML, or any other intermediate language.\nWith **reporter**, you send your data into a create function, assign \ntitles and footnotes, and write the report.  That's it!\n\nIf you are familiar with SAS® software, you may notice some \nsimilarity between **reporter** functions and `proc report`.  This similarity,\nhowever, is only on the surface.  The implementation of **reporter** is\ndone entirely in R, and, internally, is modeled in a different way. \nHowever, SAS® users will find the **reporter** \nfunctions very convenient and easy to understand compared to the\nalternatives.\n\n### Installation\n\nThe **reporter** package can be installed from the console.  Simply run \nthe following command: \n\n    install.packages(\"reporter\")\n    \nOr if you want the latest development version, you can install it directly\nfrom github:\n\n    devtools::install_github(\"https://github.com/dbosak01/reporter\")\n\n\nThen put the following line at the top of your program or script:\n\n    library(reporter)\n\nThe **reporter** package will give you access to a number of functions\nto help create, lay out, and write your report to the file system. \nFor examples and usage information, visit the **reporter** documentation\nsite [here](https://reporter.r-sassy.org/articles/reporter.html).\n\n### Getting Help\n\nIf you need help, the first place \nto turn to is the [reporter](https://reporter.r-sassy.org/) web site. The web site\nhas full documentation on all **reporter** functions.\n\nIf you want to look at the code for the **reporter** package, visit the\ngithub page [here](https://github.com/dbosak01/reporter/).\n\nIf you encounter a bug or have a feature request, please submit an issue \n[here](https://github.com/dbosak01/reporter/issues/).\n\n### See Also\n\nThe **reporter** package is part of the **sassy** meta-package. \nThe **sassy** meta-package includes several packages that help make R\neasier for SAS® programmers.  You can read more about the **sassy** package\n[here](https://sassy.r-sassy.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbosak01%2Freporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbosak01%2Freporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbosak01%2Freporter/lists"}