All Projects → Novartis → tidymodules

Novartis / tidymodules

Licence: other
An Object-Oriented approach to Shiny modules

Programming Languages

r
7636 projects
Vim Snippet
174 projects

Projects that are alternatives of or similar to tidymodules

OOP-In-CPlusPlus
An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Doc…
Stars: ✭ 27 (-75.45%)
Mutual labels:  oop, inheritance
java-springboot
(Java & React) Yazılım Geliştirici Yetiştirme Kampı Java kısmına ait yazılan kaynak kodlar ve ödev çalışmalarım.
Stars: ✭ 17 (-84.55%)
Mutual labels:  oop, inheritance
datamods
Shiny modules to import data into an application or addin
Stars: ✭ 80 (-27.27%)
Mutual labels:  shiny, shiny-modules
Java-Programs
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
Stars: ✭ 51 (-53.64%)
Mutual labels:  oop, inheritance
final-class
🔒 Final classes for Python3!
Stars: ✭ 17 (-84.55%)
Mutual labels:  oop
ShinyItemAnalysis
Test and Item Analysis via Shiny
Stars: ✭ 30 (-72.73%)
Mutual labels:  shiny
zold-java-client
Java wrapper for Zold's RESTful API.
Stars: ✭ 13 (-88.18%)
Mutual labels:  oop
elegantobjects
Supplementary materials for "Elegant Objects" book
Stars: ✭ 23 (-79.09%)
Mutual labels:  oop
vscp
VSCP (Very Simple Control Protocol) IoT/m2m framework
Stars: ✭ 47 (-57.27%)
Mutual labels:  communication
shinyURL
🔗 Save and restore the state of Shiny app's widgets by encoding them in an URL query string
Stars: ✭ 82 (-25.45%)
Mutual labels:  shiny
JavaCertification
This is a full resource guide for my attempt to get Java 11 Certified
Stars: ✭ 67 (-39.09%)
Mutual labels:  inheritance
OpcUaStack
Open Source OPC UA Application Server and OPC UA Client/Server C++ Libraries
Stars: ✭ 89 (-19.09%)
Mutual labels:  communication
prettifyAddins
RStudio addins to prettify JavaScript/HTML/CSS/Markdown/C++ and more.
Stars: ✭ 18 (-83.64%)
Mutual labels:  shiny
DzSocket
Delphi Client/Server components to communicate using TCP Socket Asynchronous easily
Stars: ✭ 44 (-60%)
Mutual labels:  communication
shinyEvents
Use shiny with event handlers instead of reactivity
Stars: ✭ 36 (-67.27%)
Mutual labels:  shiny
LIRBase
A comprehensive collection of long inverted repeats in 424 eukaryotic genomes
Stars: ✭ 15 (-86.36%)
Mutual labels:  shiny
qrtone
Allows your device to communicate in an electronic sound language. Follow us on twitter: https://twitter.com/qrtone
Stars: ✭ 39 (-64.55%)
Mutual labels:  communication
GeneTonic
Enjoy your transcriptomic data and analysis responsibly - like sipping a cocktail
Stars: ✭ 66 (-40%)
Mutual labels:  shiny
the-stringler
An OOP approach to string manipulation.
Stars: ✭ 36 (-67.27%)
Mutual labels:  oop
the-conqueror
A single player turn-based empire building game.
Stars: ✭ 15 (-86.36%)
Mutual labels:  oop

tidymodules

Travis-CI build status lifecycle

The {tidymodules} R package is built on top of shiny module using {R6} to provide a new object-oriented programming (OOP) approach for module development, new module interface using input/output ports and a set of tidy operators for handling cross-module communication.

The main features of tidymodules and its comparison with conventional Shiny modules are presented in the table below.

Features tidymodules Conventional modules
Programming style - {R6} OOP *
- Semantic reference
Functional
Namespace management - automatic/generated
- ID based lookup
- Grouping
- manual management
- must match between ui and server
Module communication - new module input/output port structure
- module ports linked via tidy operators
- automatic network diagram
- parameter passing via module server()
- challenging to manage for complex app
Inheritance - class inheritance
- port inheritance for nested modules
NA
Session management - flexible user session management
- Caching of modules coming soon
NA

* OOP = Object Oriented Programming

Installation

You can install the most recent version of {tidymodules} from GitHub with:

library(devtools)
install_github("Novartis/tidymodules")

Examples

You can quickly launch an example after installing the R package by running the following.

tidymodules::showExamples(4)

Some examples have been deployed on shinyapp.io, such as:

Learning More

Please review the Get Started page for a high level introduction to {tidymodules} and its usage in developing Shiny apps.

If you are interested to develop modules using {tidymodules}, we recommend reading the vignettes under “Articles”.

Code of Conduct

Please note that the {tidymodules} is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Acknowledgment

  • The SCC team members @ NVS for their valuable feedbacks
  • 2019 Summer interns (Marzi, Stephen and Renan) for contributing to testing the framework and implementing the demo example 4 listed above.
  • Eric Nantz for accepting to introduce tidymodules in his e-poster @ rstudio::conf 2020

Licence

Copyright 2020 Novartis AG

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].