KO
|
EN
gitlite โ search
Search
#rust
#mcp
#python
#ai
#ai-agents
#claude-code
#typescript
#developer-tools
#cli
#claude
#openclaw
#open-source
rpharma-demo
โ 52
Open GitHub โ
No description available.
Download README (.md)
Explore Similar Repositories
FlutterChess
:
A concept Chess app for Flutter.
javascript-iota-workshop
:
Progressive examples that give developers an understanding of how to work with the tangle
Jenkins-Android-Docker
:
๐ณ Docker image for Jenkins with Android
ao-server
:
Server for Argentum Online
killMonster
:
No description available.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rpharma-demo
?
Download (.md)
# Shiny demo for R/Pharma 2018 This repo contains an example Shiny app that demonstrates some features that may be particularly useful to pharma: 1. **Select/filter controls:** implemented as Shiny modules 2. **Save/restore sessions:** an alternative front-end to bookmarks 3. **Code generation:** viewing not just manipulated data, but the code used to manipulate the data 4. **Report downloading:** on-demand generation of zip archive containing both PDF and .Rmd Thank you to Adrian Waddell (Roche), Eric Nantz (Eli Lilly) and Xiao Ni (Novartis) for inspiring this app!   ## Installation This app has a number of CRAN dependencies: ```r install.packages(c("base64enc", "dplyr", "lubridate", "pool", "rmarkdown", "RSQLite", "shinythemes", "sourcetools", "stringr", "styler", "yaml")) ``` You can run the app in the usual way, by running `app.R` in RStudio or just `shiny::runApp()` from the repo directory. ## License [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/)