Skip to content
#

shiny

Here are 1,632 public repositories matching this topic...

tytony
tytony commented Jul 11, 2019

The documentation of "taskItem" shows that we can use color which is listed in ?validColors for the bar, but I found that only red, yellow, aqua, blue, light-blue and green are effective. If I use other colors, the bar will become blue. I'm not sure is it a bug of taskItem.

dracodoc
dracodoc commented Mar 6, 2019

I've been writing Shiny apps in recent 2 years and learned a lot from scattered places. It will be great to have one book to include all the key ideas.

In my learning experience, I think some good examples can really help readers to understand the concept and apply to their own problems. I also would like to share some of tricks I think are very useful.

My first suggestion of example is base

gorkang
gorkang commented May 29, 2019

When hitting "Send Regex To Console" in the Output tab, the console shows something like the following:

pattern <- "\w+ " # perl=TRUE
replacement <- "NO "

Wouldn't be better to integrate the parameters into the actual function used? In this case, it could translate into:

sub(pattern = "\w+",
replacement = "NO ",
x = readr::read_file("LICENSE"),
perl

subrotod
subrotod commented Feb 2, 2020

The example was downloaded from examples/rhandsontable_search on 2/2/2020. When you type the text into the search box specified in ui.R, the functionality to highlight the text in the hot table does not do anything, when a match exists. I am using a Chrome browser. The rhandsontable package was installed using install.packages("rhandsontable") on 2/19/2020. Version number is 0.3.7

Wiwerod
Wiwerod commented Dec 20, 2018

Hi all,

First of all, great job on the package ! Works great for me and has helped me deploy some shiny apps that help a lot of people in the company :)
This is a great solution to not have to go through a whole production process.

I had a very simple (maybe dumb) question that I couldn't find an answer for. The question came from user trial and use :

  • If someone wants to pin the shiny
kassambara
kassambara commented Jan 4, 2020

In the certify.sh, the links for downloading options-ssl-nginx.conf and ssl-dhparams.pem no longer work leading to failures when trying to build ShinyStudio Stack.

https://github.com/dm3ll3n/ShinyStudio/blob/df57dea345ef3af8927c6342da967e8fef8869a7/certify.sh#L23-L27

The links should be updated as follow:

certbot_run "\
apk update && \
apk add curl && \
curl -s https://raw.git

Improve this page

Add a description, image, and links to the shiny topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shiny topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.