timelyportfolio/sunburstR

sunburst example is not working

ManuelSpinola opened this issue · 3 comments

The sunburst example is not working.

sequences <- read.csv(
system.file("examples/visit-sequences.csv",package="sunburstR")
,header = FALSE
,stringsAsFactors = FALSE
)[1:100,]

sunburst(sequences)

Error in FUN(X[[i]], ...) : object 'xmin' not found
In addition: Warning message:
In min(data$rects$ymin) : no non-missing arguments to min; returning Inf

@ManuelSpinola thanks for the report. Would it be possible to send your session info so that I can try to replicate? Thanks.