Testing rhino apps

Part 5 (series): Testing with box modules

shiny
box
testing
Author

Martin Frigaard

Published

December 8, 2023

packages
library(shiny)
library(shinytest2)
library(testthat)
library(rhino)

The rhino framework from Appsilon introduces a novel method for developing your Shiny application. Unlike the golem and leprechaun frameworks, rhino applications are not built inside R packages.

The example rhino application we’ll be using comes from my moviesApp repo covered in the Shiny App-Packages book (you can access this app using the shinyap package or directly from the repo).