mrismailt

Results 7 issues of mrismailt

### Please describe your feature request Could you add a feature where we'd be able to store our modules in an S3 bucket and load them directly from there? This...

✨ new feature

Is there a {box} alternative to something like devtools::install_github so that we can create, share, and reuse R packages hosted in GitHub repos just like we do with R packages?

### Error description ``` > shinytest::recordTest() Error in sd_startShiny(self, private, path, seed, loadTimeout, shinyOptions) : Error starting application: Loading required package: shiny Warning: package 'shiny' was built under R version...

⚠️ bug

When I run `devtools::install_github("Novartis/tidymodules")` I get the following error: ``` WARNING: Rtools is required to build R packages, but is not currently installed. Please download and install Rtools 4.0 from...

I use AWS Cognito for Shiny authentication. As you may know, Cognito provides a set of triggers to extended Cognito features and these only work with Lambda functions. Can you...

First of all, I'm a massive fan of this package. You have brought something much needed to R. I've been using this package for a while on various projects, but...

The following app deployment code in `2.3.1` doesn't work because the _generator_ flag has been deprecated: ``` kubectl run kubia --image=luksa/kubia --port=8080 --generator=run/v1 ``` Therefore, we are forced to run...