Skip to content

Commit b15465b

Browse files
authored
Merge pull request #38 from grabear/dev-master
Release v1.0
2 parents ea8d942 + ce444e5 commit b15465b

File tree

2 files changed

+38
-22
lines changed

2 files changed

+38
-22
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
For adding tutorials, packages, or apps
22
===========================================
3-
4-
### Notice: _If you are making a pull request on the master branch, please resubmit your pull request using the dev-master branch._
5-
6-
----------------------------------------------------------
3+
<!-- If you are making a pull request on the master branch, please resubmit your pull request using the dev-master branch. -->
74

85

96
##### What did you add to the README.md file?
10-
11-
12-
13-
##### Do you want to be added to the contributors list on the README.md file?
14-
15-
7+
<!-- Make a detailed list of what you have added to the readme -->
8+
<!-- - X Tutorial - A tutorial for rshiny -->
9+
##### Do you want to be added to the contributors list on the README.md file?
10+
<!-- Check yes or no. If yes respond to the next 2 questions. If no, submit the pull request. -->
11+
- [ ] Yes
12+
- [ ] No
1613

1714
##### What name would you like?
18-
15+
<!-- Add a name and link to your name to the README if you checked yes above.-->
1916

2017

2118
##### What website would you like your name linked to?
2219

23-
20+

README.md

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,28 @@ A curated list of resources for R Shiny. This awesome list was inspired by http
3737
* [StackOverflow Questions](http://stackoverflow.com/questions/tagged/shiny)
3838
* [R-bloggers](http://www.r-bloggers.com/search/shiny)
3939
* [Google Group](https://groups.google.com/forum/#!forum/shiny-discuss)
40+
* [RStudio Community](https://community.rstudio.com/c/shiny)
4041
* [rOpenSci](https://ropensci.org/)
42+
* [R-Shiny on Reddit](https://www.reddit.com/r/rshiny/)
4143

42-
## Services
43-
* [R-Studio Server](https://www.rstudio.com/products/rstudio/download-server/)
44-
* [Shiny Server](https://github.com/rstudio/shiny-server)
45-
* [ShinyApps.io](http://www.shinyapps.io/)
46-
* [Digital Ocean](https://www.digitalocean.com/community/tutorials/how-to-set-up-shiny-server-on-ubuntu-14-04)
47-
* [RStudio Connect](https://www.rstudio.com/products/connect/)
44+
## Deployment
45+
### Self Hosting
46+
* [Shiny Server](https://github.com/rstudio/shiny-server) - Back end software that builds a web server for shiny apps.
47+
* [RStudio Connect](https://www.rstudio.com/products/connect/) - Back end software for hosing shiny applications, Rmarkdown... plus other features for enterprise contexts.
48+
* [Shinyproxy](https://www.shinyproxy.io/) - Uses docker containers for hosting shiny apps and a Java server control and proxy traffic to the app containers. [How-to Blog](http://lukesingham.com/shiny-containers-with-shinyproxy/).
49+
50+
### Platform As A Service (PAAS)
51+
* [ShinyApps.io](http://www.shinyapps.io/) - Rstudio's PAAS specifically for hosting shiny apps.
52+
* [Heruku](https://www.heroku.com) - A general cloud application platform that can be utilised by shiny apps with these [buildpack scripts](https://github.com/virtualstaticvoid/heroku-buildpack-r/tree/heroku-16).
4853

4954
## Tutorials
55+
* [The R-Podcast](https://r-podcast.org/)
56+
* [Episode 15: Introduction to Shiny](https://r-podcast.org/episode/15-introduction-to-shiny/)
57+
* [Episode 16: Interview with Dean Attali](https://r-podcast.org/episode/16-interview-with-dean-attali/)
58+
* [Episode 17: A simply Radiant Chat with Vincent Nijs](https://r-podcast.org/episode/17-a-simply-radiant-chat-with-vincent-nijs/)
59+
* [Episode 18: Interviews with the R-Studio Team](https://r-podcast.org/episode/18-interviews-with-the-rstudio-team/)
60+
* [Episode 19: Talking Shiny at R-Studio Conf wiht Barabara Borges and Dean Attali](https://r-podcast.org/episode/19-talking-shiny-at-rstudio-conf-with-barbara-borges-and-dean-attali/)
61+
* [Episode 21: Talking Rcpp and More with Dirk Eddelbuettel](https://r-podcast.org/episode/21-talking-rcpp-and-more-with-dirk-eddelbuettel/)
5062
* [R-Studio (video)](https://shiny.rstudio.com/tutorial/)
5163
* [RStartHere](https://github.com/rstudio/RStartHere)
5264
* [Effective Reactive Programming – Part 1 & Part 2](https://www.rstudio.com/resources/videos/effective-reactive-programming/)
@@ -68,6 +80,7 @@ A curated list of resources for R Shiny. This awesome list was inspired by http
6880
* [Blog Post: How to get your very own RStudio Server and Shiny Server with DigitalOcean](http://deanattali.com/2015/05/09/setup-rstudio-shiny-server-digital-ocean/)
6981
* [Blog Post: Mimicking a Google Form with a shiny app](http://deanattali.com/2015/06/14/mimicking-google-form-shiny/)
7082
* [Blog post: Persistent data storage (and retrieval) in Shiny apps](http://deanattali.com/blog/shiny-persistent-data-storage/)
83+
* [Blog post: How to set-up shiny server on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-shiny-server-on-ubuntu-14-04)
7184
* [Course: Stat545](http://stat545.com/)
7285
* [Advanced-Shiny](https://github.com/daattali/advanced-shiny)
7386
* [Joe Cheng](https://medium.com/@joe.cheng)
@@ -81,6 +94,7 @@ A curated list of resources for R Shiny. This awesome list was inspired by http
8194
* [I-BioStat - Tutorial in R-Shiny](https://ibiostat.be/seminar/uploads/introdcution-r-shiny-package-20160330.pdf)
8295
* [Neon Data Skills - RShiny basics](http://neondataskills.org/R/Create-Basic-Shiny-App-In-R)
8396
* [How to write web apps in R with Shiny](https://opensource.com/article/17/1/writing-new-web-apps-shiny)
97+
* [Deploying Shiny as a Portable Desktop App](http://oddhypothesis.blogspot.com/2014/04/deploying-self-contained-r-apps-to.html)
8498

8599

86100
# Tools
@@ -112,7 +126,8 @@ A curated list of resources for R Shiny. This awesome list was inspired by http
112126
* [directoryInput](https://github.com/wleepang/shiny-directory-input) - Widget for interactive selection of directories for RShiny Apps
113127
* [shinymaterial](https://github.com/ericrayanderson/shinymaterial) - Implements Google Material Design in Shiny Applications
114128
* [shinysense](https://github.com/nstrayer/shinysense) - A series of shiny modules to help shiny sense the world around it.
115-
129+
* [awesome-r](https://awesome-r.com/) - A curated list of awesome R Packages and tools. Inspired by awesome-machine-learning.
130+
116131
## Integrations
117132
* [Tableau](https://www.mandsconsulting.com/hosting-a-shiny-app-in-tableau)
118133
* [HTML Widgets/Javascript](http://www.htmlwidgets.org/)
@@ -132,8 +147,8 @@ A curated list of resources for R Shiny. This awesome list was inspired by http
132147
* [flexdashboard](http://rmarkdown.rstudio.com/flexdashboard/index.html) - Easy interactive dashboards for R.
133148
* [Shiny in Rmarkdown](http://rmarkdown.rstudio.com/authoring_shiny.html) - Run shiny apps in rmarkdown documents.
134149
* [ggvis](https://github.com/rstudio/ggvis) - The goal of ggvis is to make it easy to describe interactive web graphics in R
135-
* [RInno](https://github.com/ficonsulting/RInno)
136-
* [googleVis](https://github.com/mages/googleVis)
150+
* [RInno](https://github.com/ficonsulting/RInno) - Install local shiny apps by providing an interface between R and Inno Setup, (Windows Only)
151+
* [googleVis](https://github.com/mages/googleVis) - An interface between R and the [Google's charts tools](https://developers.google.com/chart/).
137152

138153
# People
139154
* [Dean Attali](https://github.com/daattali)
@@ -174,11 +189,15 @@ A curated list of resources for R Shiny. This awesome list was inspired by http
174189
* [NYT Bar Optimizer](https://github.com/jordanmeyer/nyt-bar-optimizer) - Optimize your liquor cabinet using cocktail recipes from New York Times Cooking
175190

176191

192+
----------
193+
194+
177195
# Contributors
178196
* [Rob Gilmore](https://github.com/grabear)
179197
* [Shaurita Hutchins](https://github.com/sdhutchins)
180198
* [Devin Pastoor](https://github.com/dpastoor)
181199
* [Dean Attali](https://github.com/daattali)
182200
* [Luke Singham](https://github.com/ucg8j)
183-
* [AbdulMajedRaja](https://www.github.com/amrrs)
201+
* [Abdul Majed Raja](https://www.github.com/amrrs)
184202
* [Leonardo Trimarchi](https://domthecodingcaveman.wordpress.com/)
203+
* [Kshitiz Khanal](http://twitter.com/kshitizkhanal7)

0 commit comments

Comments
 (0)