https://github.com/sellorm/commit-hash-shiny
A simple shiny app that displays it's own commit hash
https://github.com/sellorm/commit-hash-shiny
Last synced: 7 months ago
JSON representation
A simple shiny app that displays it's own commit hash
- Host: GitHub
- URL: https://github.com/sellorm/commit-hash-shiny
- Owner: sellorm
- Archived: true
- Created: 2021-11-16T11:24:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T21:24:57.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:12:50.941Z (10 months ago)
- Language: R
- Size: 151 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - sellorm/commit-hash-shiny - A simple shiny app that displays it's own commit hash (R)
README
# Git Commit hash shiny app example
---
**The project is archived - It will not be updated, but is still here in case it's useful to anyone**
---
A small example app that can display it's own git commit hash when deployed to
RStudio Connect.This app requires RStudio Connect version 1.9.0 or above for all the required environment variables to be set automatically.

When deployed to Connect the app uses `httr` to query the Connect API and retrieve the git commit hash associated with the deployed application.