dynverse / dyno

Inferring, interpreting and visualising trajectories using a streamlined set of packages 🦕
https://dynverse.github.io/dyno
Other
169 stars 32 forks source link

error when run the command in tutorial #20

Closed ysu2015 closed 6 years ago

ysu2015 commented 6 years ago

Hi zouter, when I run the commands in the tutorial, I got another error. library(dyno) library(tidyverse) data("fibroblast_reprogramming_treutlein") dim(fibroblast_reprogramming_treutlein$expression) task <- wrap_expression( counts = fibroblast_reprogramming_treutlein$counts, expression = fibroblast_reprogramming_treutlein$expression) guidelines <- guidelines_shiny(task)

Error in setdiff(names(questions), given_question_ids) : object 'questions' not found

zouter commented 6 years ago

Hi

I pushed a fix for this at dynverse/dynguidelines . Normally, the code should work again if you do devtools::install_github("dynverse/dynguidelines") .

Thanks! (note to self: incrase test coverage)

ysu2015 commented 6 years ago

It just work. Thank you so much.

Yijing

zouter commented 6 years ago

Great, let us know if there are any more issues!

MonalisaHota commented 4 years ago

Hello all! I am getting a different error for guidelines <- guidelines_shiny(dataset)

Here is the error: Error in dots_list(...) : attempt to apply non-function

Please give your suggestions.

rcannood commented 4 years ago

Hello @monalisa6hota,

Thanks for posting this issue. I have fixed the underlying problem in package dynguidelines.

Please update dynguidelines by running the command: remotes::install_github("dynverse/dynguidelines").

If your issue persists, please open up a new issue.

Kind regards, Robrecht