Testing rhino apps

Part 4: Testing with box modules

shiny
box
testing
Author

Martin Frigaard

Published

January 24, 2024

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

This post is under construction.

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 shinypak package or directly from the repo).