You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<simpleError in value[[3L]](cond): `glue` failed in `formatter_glue` on:
chr "This fails: {input$in_numeric}"
Raw error message:
object 'input' not found
Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces.>
<simpleError in value[[3L]](cond): `glue` failed in `formatter_glue` on:
chr "{.m}"
Raw error message:
object '.m' not found
Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces.>
Thank you
R version 4.2.1 (2022-06-23 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19044)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.utf8
[2] LC_CTYPE=English_United States.utf8
[3] LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.utf8
attached base packages:
[1] stats graphics grDevices
[4] utils datasets methods
[7] base
other attached packages:
[1] logger_0.2.2
[2] shinyWidgets_0.7.4
[3] shiny_1.7.3
The text was updated successfully, but these errors were encountered:
logger
is an amazing package, the only issue I'm having is that I can't create custom functions using it in Shiny context.Please, consider this MWE, while
log_level()
works,custom_log_level()
fails:The errors messages were:
Thank you
The text was updated successfully, but these errors were encountered: