{"id":35809466,"url":"https://github.com/pharmar/rvalhub-quarto","last_synced_at":"2026-01-07T14:04:45.682Z","repository":{"id":179232738,"uuid":"658973972","full_name":"pharmaR/rvalhub-quarto","owner":"pharmaR","description":"A quarto theme for R Validation Hub slides","archived":false,"fork":false,"pushed_at":"2024-06-07T20:27:44.000Z","size":4558,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-07T23:48:08.612Z","etag":null,"topics":["extension","quarto","r","rvalhub","theme"],"latest_commit_sha":null,"homepage":"https://pharmar.github.io/rvalhub-quarto/","language":"SCSS","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/pharmaR.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-26T22:23:42.000Z","updated_at":"2024-06-07T20:26:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"f06c8d82-86b5-407c-ae24-bcdd5bccd878","html_url":"https://github.com/pharmaR/rvalhub-quarto","commit_stats":null,"previous_names":["pharmar/rvalhub-quarto"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pharmaR/rvalhub-quarto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaR%2Frvalhub-quarto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaR%2Frvalhub-quarto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaR%2Frvalhub-quarto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaR%2Frvalhub-quarto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pharmaR","download_url":"https://codeload.github.com/pharmaR/rvalhub-quarto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaR%2Frvalhub-quarto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28235813,"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":"2026-01-07T02:00:05.975Z","response_time":58,"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":["extension","quarto","r","rvalhub","theme"],"created_at":"2026-01-07T14:02:12.736Z","updated_at":"2026-01-07T14:04:45.677Z","avatar_url":"https://github.com/pharmaR.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# R Validation Hub `quarto` Theme\n\n[_view an example slidedeck in your browser_](https://pharmar.github.io/rvalhub-quarto)\n\n[preview.webm](https://github.com/pharmaR/rvalhub-quarto/assets/18220321/cfc056b1-a0d2-411b-be87-aa81f4fdae30)\n\n`format: rvalhub-revealjs+light` (or default alias, `rvalhub-revealjs`)\n![image](https://github.com/pharmaR/rvalhub-quarto/assets/18220321/aa4e4790-6ca6-47be-97b5-9b23b2580684)\n\n`format: rvalhub-revealjs+dark`\n![image](https://github.com/pharmaR/rvalhub-quarto/assets/18220321/e5185955-97a8-4021-b036-d0a29267cebc)\n\n## Getting Started\n\n### Installing\n\nAfter creating your new quarto presentation, you can add the R Validation Hub\ntheme by following a simple installation process:\n\n```bash\nquarto install extension pharmaR/rvalhub-quarto\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ci\u003ealternatively install from an archive url\u003c/i\u003e\u003c/summary\u003e\n\n```bash\nquarto install extension https://github.com/pharmaR/rvalhub-quarto/archive/refs/heads/main.zip\n```\n\n\u003c/details\u003e\n\nAfter installing, your project should contain a `_extensions/pharmaR/rvalhub` directory.\n\n\u003e ***Note: GitHub Organization Case Sensitivity***  \n\u003e Although `quarto` will gladly install the extension using a case-insensitive\n\u003e GitHub org, assets used throughout the extension will use case-sensitive file paths.\n\u003e Be sure to use the appropriate casing. \n\n### Using\n\nAfter you've installed the extension, you need to use one of the provided\nformats. This can be provided either in your `_quarto.yml` file or in the front\nmatter of a standalone `quarto` document.\n\n**_quarto.yml**\n```\nformat: rvalhub-revealjs\n```\n\nAs well as the provided default, you can specify either a light or dark theme\nusing the format variants, `rvalhub-revealjs+light` and `rvalhub-revealjs+dark`.\n\n## Example\n\nHere is the source code for a minimal sample document: [example.qmd](example.qmd).\n\nAfter cloning this repo, you can test it out by running\n\n```\nquarto preview example.qmd\n```\n\n## Starting a new `quarto` project\n\n### Using `quarto` from the command line\n\n1. Create a new `quarto` project\n\n```\nquarto create  # follow prompts to start a default project\n```\n\n\u003e _change to new project directory_\n\n2. Add `quarto` format extension\n\n```\nquarto install extension pharmaR/rvalhub-quarto\n```\n\n3. Update your `_quarto.yml` file\n\n```diff\n+ format: rvalhub-revealjs\n```\n\nor use the dark variant by using:\n\n```diff\n+ format: rvalhub-revealjs+dark\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharmar%2Frvalhub-quarto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpharmar%2Frvalhub-quarto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharmar%2Frvalhub-quarto/lists"}