{"id":32207275,"url":"https://github.com/alissonrp/fastrep","last_synced_at":"2025-10-22T05:50:42.900Z","repository":{"id":38181599,"uuid":"421929953","full_name":"AlissonRP/fastrep","owner":"AlissonRP","description":"Time-saving package for creating  reports in R","archived":false,"fork":false,"pushed_at":"2022-09-20T21:27:13.000Z","size":1605,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T05:50:34.252Z","etag":null,"topics":["latex","pdf","r","rmarkdown"],"latest_commit_sha":null,"homepage":"https://cran.r-project.org/web/packages/fastrep/vignettes/my-vignette.html","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlissonRP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-27T18:24:49.000Z","updated_at":"2025-05-20T14:48:58.000Z","dependencies_parsed_at":"2022-09-04T14:11:51.144Z","dependency_job_id":null,"html_url":"https://github.com/AlissonRP/fastrep","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/AlissonRP/fastrep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlissonRP%2Ffastrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlissonRP%2Ffastrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlissonRP%2Ffastrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlissonRP%2Ffastrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlissonRP","download_url":"https://codeload.github.com/AlissonRP/fastrep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlissonRP%2Ffastrep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280389295,"owners_count":26322507,"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":["latex","pdf","r","rmarkdown"],"created_at":"2025-10-22T05:50:41.571Z","updated_at":"2025-10-22T05:50:42.896Z","avatar_url":"https://github.com/AlissonRP.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastrep \u003cimg src='man/figures/fig/Rep1.png' align=\"right\" height=\"130\" /\u003e\u003c/a\u003e\n\n[![R build\nstatus](https://github.com/tidyverse/ggplot2/workflows/R-CMD-check/badge.svg)](https://github.com/AlissonRP/fastrep/actions)\n[![Codecov \ntest coverage](https://codecov.io/gh/AlissonRP/fastrep/branch/main/graph/badge.svg)](https://app.codecov.io/gh/AlissonRP/fastrep?branch=main)\n\n\n\n# Documentation\n\nYou can consult the documentation [here](https://cran.r-project.org/web/packages/fastrep/vignettes/my-vignette.html)\n\n\n## Overview\nWhenever I created a file in Rmarkdown, there was a pattern of necessary packages and functions that I almost always used.  \nSo this package provides a template for pdf reports in Rmarkdown and quite usual functions, note that it is a package more *aggregator* than creator.   \n\n\n\n## Installation\n\n```r\ninstall.packages(\"fastrep\")\n```\n\n\n```r\ndevtools::install_github(\"https://github.com/AlissonRP/fastrep\")\n```\n\n### Recommendation\nTo generate a pdf in Rmarkdown is recommended to use [`tinytex`](https://cran.r-project.org/package=tinytex). If you don't have, use:\n\n```r\ntinytex::install_tinytex()\n```\n\n## Use of default template\n```r\nrmarkdown::draft(\"namefile.Rmd\", template = \"fast_report\", package = \"fastrep\")\n```\n## Use of paper template\n\n```r\nrmarkdown::draft(\"namefile.Rmd\", template = \"fast_paper\", package = \"fastrep\", create_dir = FALSE)\n```\n\n## Functions available\n* `tbl`: This function is used to generate tables\n* `freq_tbl`: This function assists in creating frequency tables (`tibble`) \n* `cross_tbl`: 2x2 table, values can be absolute or marginal rows using argument `marg = TRUE`\n* `describe`: Summarize the `data.frame` outputting a `tibble`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falissonrp%2Ffastrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falissonrp%2Ffastrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falissonrp%2Ffastrep/lists"}