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
Create a directory named assets and don't place any files inside it. Then run dash::Dash$new() to see the following messages:
Warning messages:
1: In max.default(numeric(0), na.rm = TRUE) :
no non-missing arguments to max; returning -Inf
2: In modtimeFromPath(private$assets_folder, recursive = TRUE) :
NAs introduced by coercion to integer range
The text was updated successfully, but these errors were encountered:
daattali
changed the title
Bug: having an empty “assets/” folder at the working directory results in cryptic warning messages
Creating a new Dash when there's an "assets/” folder at the working directory results in cryptic warning messages
May 25, 2021
Create a directory named
assets
and don't place any files inside it. Then rundash::Dash$new()
to see the following messages:The text was updated successfully, but these errors were encountered: