{"id":26287249,"url":"https://github.com/danielvartan/quartor","last_synced_at":"2026-04-02T02:10:22.923Z","repository":{"id":281558792,"uuid":"944293903","full_name":"danielvartan/quartor","owner":"danielvartan","description":"📓✨ Quarto Tools","archived":false,"fork":false,"pushed_at":"2026-01-27T21:02:59.000Z","size":4894,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-27T05:55:39.814Z","etag":null,"topics":["computational-notebooks","latex","publishing","quarto","r","r-packages","utilities","zotero"],"latest_commit_sha":null,"homepage":"https://danielvartan.github.io/quartor/","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/danielvartan.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["danielvartan"]}},"created_at":"2025-03-07T05:20:16.000Z","updated_at":"2026-01-27T21:01:16.000Z","dependencies_parsed_at":"2025-09-11T08:35:07.745Z","dependency_job_id":"f2d721d3-fc74-494f-af97-b1a63531e8e1","html_url":"https://github.com/danielvartan/quartor","commit_stats":null,"previous_names":["danielvartan/quartor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielvartan/quartor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvartan%2Fquartor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvartan%2Fquartor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvartan%2Fquartor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvartan%2Fquartor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielvartan","download_url":"https://codeload.github.com/danielvartan/quartor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvartan%2Fquartor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["computational-notebooks","latex","publishing","quarto","r","r-packages","utilities","zotero"],"created_at":"2025-03-14T21:19:29.267Z","updated_at":"2026-04-02T02:10:22.914Z","avatar_url":"https://github.com/danielvartan.png","language":"R","funding_links":["https://github.com/sponsors/danielvartan"],"categories":[],"sub_categories":[],"readme":"# quartor \u003ca href = \"https://danielvartan.github.io/quartor/\"\u003e\u003cimg src = \"man/figures/logo.png\" align=\"right\" width=\"120\" /\u003e\u003c/a\u003e\n\n\u003c!-- quarto render --\u003e\n\n\u003c!-- badges: start --\u003e\n[![Project Status: Active - The project has reached a stable, usable\nstate and is being actively\ndeveloped.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![R build\nstatus](https://github.com/danielvartan/quartor/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/danielvartan/quartor/actions)\n[![](https://codecov.io/gh/danielvartan/quartor/branch/main/graph/badge.svg)](https://app.codecov.io/gh/danielvartan/quartor)\n[![GNU GPLv3\nLicense](https://img.shields.io/badge/license-GPLv3-bd0000.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Contributor Covenant 3.0 Code of\nConduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-4baaaa.svg)](https://www.contributor-covenant.org/version/3/0/code_of_conduct/)\n\u003c!-- badges: end --\u003e\n\n## Overview\n\n`quartor` is an R package that provides tools to facilitate working with\nthe [Quarto](https://quarto.org/) publishing system.\n\n## Installation\n\nYou can install `quartor` using the\n[`remotes`](https://github.com/r-lib/remotes) package:\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"danielvartan/quartor\")\n```\n\n## Usage\n\n`quartor` is equipped with several functions to help you with\n[Quarto](https://quarto.org/), like:\n\n- [`bbt_write_quarto_bib()`](https://danielvartan.github.io/quartor/reference/bbt_write_quarto_bib.html):\n  Scan citations and write a bibliography file for a whole Quarto\n  project.\n- [`get_value_between_tags()`](https://danielvartan.github.io/quartor/reference/get_value_between_tags.html):\n  Extract the value located between specified begin and end tags within\n  a character vector or a file.\n- [`swap_value_between_tags()`](https://danielvartan.github.io/quartor/reference/swap_value_between_tags.html):\n  Swap the values located between specified begin and end tags within a\n  character vector or a file.\n- [`swap_value_between_files()`](https://danielvartan.github.io/quartor/reference/swap_value_between_files.html):\n  Swaps the values located between specified begin and end tags within a\n  source file and a target file.\n- [`clean_quarto_render()`](https://danielvartan.github.io/quartor/reference/clean_quarto_render.html):\n  Clean Quarto render artifacts.\n\nPlease note that not all functions are documented. See the repository\n[`R` directory](https://github.com/danielvartan/quartor/tree/main/R) for\nadditional functions.\n\n## Citation\n\nIf you use this package in your work, please cite it to acknowledge the\neffort put into its development and maintenance. Your citation helps\nsupport its continued improvement.\n\n``` r\ncitation(\"quartor\")\n#\u003e To cite quartor in publications use:\n#\u003e \n#\u003e   Vartanian, D. (2026). quartor: Tools for the Quarto publishing\n#\u003e   system. https://danielvartan.github.io/quartor\n#\u003e \n#\u003e A BibTeX entry for LaTeX users is\n#\u003e \n#\u003e   @Misc{,\n#\u003e     title = {quartor: Tools for the Quarto publishing system},\n#\u003e     author = {Daniel Vartanian},\n#\u003e     year = {2026},\n#\u003e     url = {https://danielvartan.github.io/quartor},\n#\u003e     note = {R package},\n#\u003e   }\n```\n\n## License\n\n[![](https://img.shields.io/badge/license-GPLv3-bd0000.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n``` text\nCopyright (C) 2026 Daniel Vartanian\n\nquartor is free software: you can redistribute it and/or modify it under the\nterms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or (at your option) any later\nversion.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n```\n\n## Contributing\n\n[![](https://img.shields.io/badge/Contributor%20Covenant-3.0-4baaaa.svg)](https://www.contributor-covenant.org/version/3/0/code_of_conduct/)\n\nContributions are always welcome! Whether you want to report bugs,\nsuggest new features, or help improve the code or documentation, your\ninput makes a difference.\n\nBefore opening a new issue, please check the [issues\ntab](https://github.com/danielvartan/quartor/issues) to see if your\ntopic has already been reported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielvartan%2Fquartor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielvartan%2Fquartor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielvartan%2Fquartor/lists"}