Package check result: OK Changes to worse in reverse depends: Package: epiworldRShiny Check: examples New result: ERROR Running examples in ‘epiworldRShiny-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: npi_add_masking > ### Title: Masking intervention (non-pharmaceutical intervention) > ### Aliases: npi_add_masking > > ### ** Examples > > library(epiworldR) # for ModelSEIRCONN function > model <- ModelSEIRCONN("COVID-19", n = 1000, prevalence = 0.05, + contact_rate = 4, transmission_rate = 0.1, + incubation_days = 7, recovery_rate = 0.14) > run(model, ndays = 100, seed = 123) _________________________________________________________________________ Running the model... ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| done. done. > npi_add_masking(model, preval = .8, transmission_reduction = .7) Error in epiworldR::tool(name = "Masking", susceptibility_reduction = 0, : argument "prevalence" is missing, with no default Calls: npi_add_masking -> -> structure -> tool_cpp Execution halted