{"id":21128789,"url":"https://github.com/shinyworks/favawesome","last_synced_at":"2026-02-23T05:02:16.475Z","repository":{"id":260100485,"uuid":"878938689","full_name":"shinyworks/favawesome","owner":"shinyworks","description":"Use Font Awesome Icons as Shiny favicons","archived":false,"fork":false,"pushed_at":"2024-11-07T18:57:48.000Z","size":1178,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-09T19:02:32.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://favawesome.shinyworks.org/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shinyworks.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-26T14:23:22.000Z","updated_at":"2025-10-06T09:44:41.000Z","dependencies_parsed_at":"2024-11-20T06:15:16.451Z","dependency_job_id":null,"html_url":"https://github.com/shinyworks/favawesome","commit_stats":null,"previous_names":["shinyworks/favawesome"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shinyworks/favawesome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinyworks%2Ffavawesome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinyworks%2Ffavawesome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinyworks%2Ffavawesome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinyworks%2Ffavawesome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shinyworks","download_url":"https://codeload.github.com/shinyworks/favawesome/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinyworks%2Ffavawesome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29738083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T04:51:08.365Z","status":"ssl_error","status_checked_at":"2026-02-23T04:49:15.865Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-20T05:02:35.858Z","updated_at":"2026-02-23T05:02:16.459Z","avatar_url":"https://github.com/shinyworks.png","language":"R","funding_links":[],"categories":["R","Miscellaneous"],"sub_categories":["UI Customization"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# favawesome \u003ca href=\"https://favawesome.shinyworks.org\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"139\" alt=\"favawesome website\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![CRAN status](https://www.r-pkg.org/badges/version/favawesome)](https://CRAN.R-project.org/package=favawesome)\n[![Codecov test coverage](https://codecov.io/gh/shinyworks/favawesome/graph/badge.svg)](https://app.codecov.io/gh/shinyworks/favawesome)\n[![R-CMD-check](https://github.com/shinyworks/favawesome/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/shinyworks/favawesome/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\nEasily use {[fontawesome](https://rstudio.github.io/fontawesome/)} icons as shiny favicons (the icons that appear on browser tabs).\n[Font Awesome](https://fontawesome.com/) is a popular set of icons that can be used in web pages.\n{favawesome} provides a simple way to use these icons as favicons in shiny applications and other HTML pages.\n\n## Installation\n\n::: {.pkgdown-release}\nYou can install the latest release of favawesome from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"favawesome\")\n```\n:::\n\n::: {.pkgdown-devel}\nYou can install the development version of favawesome from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"pak\")\npak::pak(\"shinyworks/favawesome\")\n```\n:::\n\n## Motivation\n\nIf you've spent time in the Chrome Developer Tools Console (ctrl + shift + I) for shiny apps, you may have seen this familiar error message:\n\n```{r fig.alt=\"Failed to load resource: the server responded with a status of 404 () /favicon.ico:1\", echo=FALSE}\nknitr::include_graphics(\"man/figures/README-favicon_not_found.png\")\n```\n\nFalse alarms make it easy to miss real error messages, so I wanted a way to silence that error message without adding a bunch of dependencies to my shiny app.\nThis package does not add any dependencies that are not already required by {[shiny](https://shiny.posit.co/r/)}.\n\n## Usage\n\nAdd a call to `favawesome::fav()` to your shiny UI code or other HTML.\n\n``` r\nhtml_page \u003c- htmltools::tags$html(\n  favawesome::fav(\"earth-africa\", fill = \"blue\"),\n  htmltools::tags$body(\n    htmltools::tags$h1(\"Hello world!\"),\n    htmltools::tags$p(\"(on the browser tab)\")\n  )\n)\nhtmltools::html_print(html_page, viewer = utils::browseURL)\n```\n\n## Code of Conduct\n\nPlease note that the {favawesome} project is released with a [Contributor Code of Conduct](https://favawesome.shinyworks.org/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinyworks%2Ffavawesome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinyworks%2Ffavawesome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinyworks%2Ffavawesome/lists"}