{"id":23415312,"url":"https://github.com/mlampros/shiny-server","last_synced_at":"2025-04-09T06:14:17.335Z","repository":{"id":108724490,"uuid":"86219720","full_name":"mlampros/shiny-server","owner":"mlampros","description":"my personal shiny server","archived":false,"fork":false,"pushed_at":"2021-04-30T08:03:22.000Z","size":273,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T00:29:24.096Z","etag":null,"topics":["applications","geocoding","server","shiny"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlampros.png","metadata":{"files":{"readme":"README.md","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},"funding":{"github":["mlampros"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-03-26T08:55:33.000Z","updated_at":"2021-04-30T08:03:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a0d40e3-542e-4a10-97b6-d1706823aed8","html_url":"https://github.com/mlampros/shiny-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2Fshiny-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2Fshiny-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2Fshiny-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2Fshiny-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlampros","download_url":"https://codeload.github.com/mlampros/shiny-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"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":["applications","geocoding","server","shiny"],"created_at":"2024-12-22T21:14:41.745Z","updated_at":"2025-04-09T06:14:17.307Z","avatar_url":"https://github.com/mlampros.png","language":"R","funding_links":["https://github.com/sponsors/mlampros","https://www.buymeacoffee.com/VY0x8snyh"],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\n\n\u003ca href=\"https://www.buymeacoffee.com/VY0x8snyh\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" height=\"21px\" \u003e\u003c/a\u003e\n\n\u003cbr\u003e\n\n\n### **geocoding shiny applications**\n\n\u003cbr\u003e\n\nTo open the applications *from inside an R session* use,\n\n* shiny::runGitHub('shiny-server', 'mlampros', subdir = 'geocoding_geojson')\n* shiny::runGitHub('shiny-server', 'mlampros', subdir = 'geocoding_nominatim')\n* shiny::runGitHub('shiny-server', 'mlampros', subdir = 'geocoding_nominatim_reverse')\n\n**or** download the repository then make one of the applications your working directory and run\n\n```R\nlibrary(shiny)\nrunApp()\n\n```\n\n**or** follow the web-links using the [shinyapps.io](http://www.shinyapps.io/) service,\n\n* https://lampros.shinyapps.io/shiny_geocoding/\n* https://lampros.shinyapps.io/shiny_geojson/\n* https://lampros.shinyapps.io/shiny_reverse_geocoding/\n* https://lampros.shinyapps.io/string_matching/  [ string matching based on a [fuzzywuzzyR issue](https://github.com/mlampros/fuzzywuzzyR/issues/4) ]\n\n**IMPORTANT**: In order to make **reticulate**, **R** and **Python** work on *shinyapps.io* see the following [Github repository](https://github.com/ranikay/shiny-reticulate-app) and [this related issue ](https://github.com/rstudio/reticulate/issues/399)\n\nTo deploy a shiny application using *shinyapps.io* first use as working directory the shiny application folder and then run:\n\n```R\nlibrary(rsconnect)\ndeployApp()\n\n```\n\nTo install an older version of the *rsconnect* package based on a github-commit use:\n\n```R\ndevtools::install_github(\"rstudio/rsconnect\", ref='737cd484a501da5589fe49ca3ee43a4b225366af')\n\n```\n\nThe *shinyapps.io* service is limited to 25 active hours per month (for free accounts), thus if the limit is exceeded then the applications won't be available to the end users.\n\n\nMore details / options on how to build / share shiny applications can be found in the following links:\n\n* https://shiny.rstudio.com/tutorial/written-tutorial/lesson7/ \u003cbr\u003e\n* http://deanattali.com/2015/05/09/setup-rstudio-shiny-server-digital-ocean/\n* [shinyapps.io user guide](https://docs.rstudio.com/shinyapps.io/index.html)\n* https://shiny.rstudio.com/articles/shinyapps.html\n* [An issue related with the secret key of the rsconnect::setAccountInfo() function](https://groups.google.com/forum/#!msg/shiny-discuss/n9Qf6tVyR9Q/AOwQSK--BgAJ)\n* [An issue related with reticulate-python-environment-shiny application](https://community.rstudio.com/t/problem-deploying-app-using-a-virtual-env-with-reticulate-to-run-python-code-in-app-error-virtual-environment-permission-denied/25283/15)\n\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlampros%2Fshiny-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlampros%2Fshiny-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlampros%2Fshiny-server/lists"}