Jared
Jared
I can't get the container to start. I've used docker before on this machine (Ubuntu 18.04) for some things. I type: ``` sudo service postgresql stop # I tried this...
`CONTRIBUTING.md` was moved into the `./.github` directory in https://github.com/rstudio/shiny/commit/ececdf42a74309750ed82f7f9512ea1465ef7bbc But the contributing guidelines link at https://shiny.rstudio.com/contribute/ links to the old location at https://github.com/rstudio/shiny/blob/master/CONTRIBUTING.md I'm not sure where else to post...
Sometimes a crash can occur or I will want to either come back to a project after a day or more. In these cases `polite` is going to lose any...
According to the Notice in the README: > NOAA has changed not only the base URL of the API but reorganized the structure and endpoints of the data and API....
**The problem:** The Command Center in the Interface tab acts a lot like an interpreter, but it does not allow one to store state. For example `let lst [ 1...
Hi - thanks for this package it's very interesting. I noticed the SIRSample dataset describes the underlying equations of an SIR model. eg, https://github.com/andy-iskauskas/hmer/blob/7a7f459ad63e2ca9baf6cabf2bc87d05f8c6d452/man/SIRSample.Rd#L31 In this model, the force of...
I'm not sure if this is a feature request, an opinion request or something else. I am building a package and want to include some vignettes. The community is, broadly...
I'm not sure how to reference the temporary directory within the `code` and the [documentation](https://github.com/r-lib/withr/blob/main/R/tempfile.R#L3) is not helping me understand that. Does the `code` execute in an environment where the...
I am on Shiny 1.10.0 If I create a downloadButton in an app it appears enabled. If I create a selectInput before the downloadButton it becomes disabled at startup. See...