The goal of toypackage is to understand whether additional tests can be loaded from a private repository and coverage can still be calculated.
You can install the development version of toypackage from GitHub with:
# install.packages("pak")
pak::pak("RCONIS/toy-package")
This is a basic example which shows you how to solve a common problem:
library(toypackage)
dummy(1, 2)
#> [1] 3
toy(3, 4)
#> [1] 12