https://github.com/ijlyttle/rmysql_test
https://github.com/ijlyttle/rmysql_test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijlyttle/rmysql_test
- Owner: ijlyttle
- Created: 2017-04-06T23:44:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T00:24:47.000Z (about 9 years ago)
- Last Synced: 2026-03-31T16:48:11.989Z (3 months ago)
- Language: R
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This **shiny** app is a reproducible example for an issue I am having with RStudio Connect.
It is simply the template app, with `library("RMySQL")` added to `server.R`.
If you run this app on a Mac, there is no problem. Similarly, there is no problem if you run this on an Ubuntu machine.
However, if you deploy this app to RStudio Connect from a Mac, there is a runtime-error involving an **RMySQL** dependency.
If you this app to RStudio Connect from an Ubuntu machine, the app runs without error.