Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sunburst example is not working #113

Open
ManuelSpinola opened this issue Jun 11, 2022 · 3 comments
Open

sunburst example is not working #113

ManuelSpinola opened this issue Jun 11, 2022 · 3 comments

Comments

@ManuelSpinola
Copy link

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

@hammerPC
Copy link

hammerPC commented Jun 11, 2022 via email

@timelyportfolio
Copy link
Owner

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

@ManuelSpinola
Copy link
Author

ManuelSpinola commented Jun 13, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants