{"id":14066550,"url":"https://github.com/Appsilon/rhino-showcase","last_synced_at":"2025-07-29T23:31:48.991Z","repository":{"id":61954788,"uuid":"462201535","full_name":"Appsilon/rhino-showcase","owner":"Appsilon","description":"An example app built with Rhino to showcase its features","archived":false,"fork":false,"pushed_at":"2024-07-11T13:54:07.000Z","size":14704,"stargazers_count":27,"open_issues_count":10,"forks_count":3,"subscribers_count":19,"default_branch":"main","last_synced_at":"2024-08-13T07:11:23.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://connect.appsilon.com/olympic_history_map","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/Appsilon.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":"2022-02-22T08:17:45.000Z","updated_at":"2024-07-11T13:54:11.000Z","dependencies_parsed_at":"2024-02-19T18:27:17.756Z","dependency_job_id":"53e048f9-e5f2-4067-a54d-8d50f2a19070","html_url":"https://github.com/Appsilon/rhino-showcase","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Frhino-showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Frhino-showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Frhino-showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Frhino-showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Appsilon","download_url":"https://codeload.github.com/Appsilon/rhino-showcase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228060393,"owners_count":17863361,"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","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-08-13T07:05:09.478Z","updated_at":"2024-12-04T06:31:14.658Z","avatar_url":"https://github.com/Appsilon.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# Rhino Showcase - Olympic History Map\nThis app is built with [Rhino](https://github.com/Appsilon/rhino).\nYou can see a deployed version here: \n[Rhino Showcase Demo](https://connect.appsilon.com/olympic_history_map/).\nIt is meant to be a showcase of the its features\nand a place for code/configuration which is not used often enough to be added to the package itself.\n\n## Prerequisites\nThis is an application built in [Shiny](https://shiny.rstudio.com/).\nTo run it, make sure you have R (\u003e= 4.0.0) installed.\nFor JavaScript and Sass development you'll also need\n[Node.js](https://nodejs.org/en/download/) (\u003e= 16.0.0).\n\n## Dependencies\nRun `renv::restore(clean = TRUE)` to synchronize the project library with the lockfile\nwhen you initially clone the repo or switch branches.\n\n## Data\nApplication-ready data is included in `app/data`.\nHowever, if you want to generate this data from raw sources, run `source(\"./scripts/generate_data.R\")`\n\n## Running\nTo run the app, use `Rscript -e 'shiny::runApp(launch.browser = TRUE)'`.\n\n## Deployment\nYou can use the RStudio GUI to deploy the app to RStudio Connect or shinyapps.io.\nYou only need to include the following files:\n`.Rprofile`, `dependencies.R`, `app.R`, and `app/` directory.\n\n### Docker\nThe application can also be packaged as a Docker container using `rocker/shiny` as a\nbase image.\n\nTo build the image locally, execute:\n```bash\ndocker build --tag rhino-showcase .\n```\n\nTo run the container, execute:\n```bash\ndocker run --rm -it -p 3838:3838 rhino-showcase\n```\n\nThe application should be available under `localhost:3838` on your local\nworkstation.\n\n## Development\nThis project uses [renv](https://rstudio.github.io/renv/) to manage R package dependencies.\nTo add/remove packages, edit the `dependencies.R` file and run the following commands:\n```r\nrenv::install() # Install added packages\nrenv::snapshot() # Update the lockfile\nrenv::restore(clean = TRUE) # Uninstall removed packages\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppsilon%2Frhino-showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAppsilon%2Frhino-showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppsilon%2Frhino-showcase/lists"}