Skip to contents

SAP ui5 components for Shiny.

Get Started

Installation

Install the latest version from Github.

# install.packages("remotes")
remotes::install_github("the-y-company/ui5")

Note: due to the size of the package it will not make its way on CRAN: its size would lead to an automatic rejection.

Example

library(ui5)

ui <- ui5Page(
    tabContainer(
        tab(text = "tab1", "Tab 1"),
        tab(text = "tab2", "Tab 2"),
        tab(text = "tab3", "Tab 3")
    )
)

server <- function(...){}

shiny::shinyApp(ui, server)

Contributing

ui5 is built with many, go and take a look at the documentation (it’s really simple).

Essentially, the R files to edit are not in R but in srcpkg.