dashR icon indicating copy to clipboard operation
dashR copied to clipboard

Creating a new Dash when there's an "assets/” folder at the working directory results in cryptic warning messages

Open daattali opened this issue 4 years ago • 0 comments

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

daattali avatar May 25 '21 21:05 daattali