{"id":20455026,"url":"https://github.com/jumpingrivers/shinytest-workshop-app","last_synced_at":"2026-05-10T17:37:13.296Z","repository":{"id":197187349,"uuid":"698140610","full_name":"jumpingrivers/shinytest-workshop-app","owner":"jumpingrivers","description":"Golem app for use in the Shiny testing workshop for Shiny In Production 2023","archived":false,"fork":false,"pushed_at":"2023-10-10T10:40:51.000Z","size":363,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-15T23:25:24.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jumpingrivers.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-29T08:48:12.000Z","updated_at":"2023-09-29T08:49:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"4db6d198-d852-467d-b10d-6f9abd1b3a95","html_url":"https://github.com/jumpingrivers/shinytest-workshop-app","commit_stats":null,"previous_names":["jumpingrivers/shinytest-workshop-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpingrivers%2Fshinytest-workshop-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpingrivers%2Fshinytest-workshop-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpingrivers%2Fshinytest-workshop-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpingrivers%2Fshinytest-workshop-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jumpingrivers","download_url":"https://codeload.github.com/jumpingrivers/shinytest-workshop-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005820,"owners_count":20056434,"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-11-15T11:17:45.214Z","updated_at":"2026-05-10T17:37:13.255Z","avatar_url":"https://github.com/jumpingrivers.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"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# unstats\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThis a golem-based shiny application for exploring UN statistics data about various countries. It\nwas developed to support a workshop on testing shiny applications using {testthat},\n`shiny::testServer` and {shinytest2} in Summer 2023.\n\n## Installation\n\nIf you are a workshop attendee, you should download the repository either\n\n- using RStudio\n  - Go to \"File -\u003e New Project\"\n  - Click on \"Version Control: Checkout a project from a version control repository\"\n  - Click on \"Git: Clone a project from a repository\"\n  - Fill in the URL of the project `https://github.com/jumpingrivers/shinytest-workshop-app.git`\n  \n- or using the command line (eg. the 'terminal' window in your RStudio session):\n\n```bash\n# 1) Git over SSH:\ngit clone git@github.com:jumpingrivers/shinytest-workshop-app.git\n# or 2) Git over HTTPs\ngit clone https://github.com/jumpingrivers/shinytest-workshop-app.git\n# or 3) Downloading the .zip file from github: https://github.com/jumpingrivers/shinytest-workshop-app\n```\n\nOnce you have cloned the project, and opened it in RStudio, you can install all the dependencies\nused by the package, and required by the workshop by using\n\n```r\ninstall.packages(\"devtools\")\ndevtools::install(dependencies = TRUE)\n```\n\nIf you just want to use the application, you can install the development version of unstats like so:\n\n```r\nremotes::install_github(\"jumpingrivers/shinytest2-workshop-app\")\n```\n\n## Example\n\nTo run the app\n\n```r\nlibrary(\"unstats\")\nrun_app()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpingrivers%2Fshinytest-workshop-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjumpingrivers%2Fshinytest-workshop-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpingrivers%2Fshinytest-workshop-app/lists"}