Nothing
Code
fail_on_missing_package("logger", "9.9.9", call = quote(f()))
Condition
Error:
! Please install min. 9.9.9 version of logger to use f
Code
fail_on_missing_package("an.R.package-that-doesNotExists", call = quote(f()))
Condition
Error:
! Please install the 'an.R.package-that-doesNotExists' package to use f
Code
validate_log_level("FOOBAR")
Condition
Error in `validate_log_level()`:
! Invalid log level
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.