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

rstudio crashes when running dyngen #41

Open
Pinolinoo opened this issue Feb 9, 2022 · 0 comments
Open

rstudio crashes when running dyngen #41

Pinolinoo opened this issue Feb 9, 2022 · 0 comments

Comments

@Pinolinoo
Copy link

Pinolinoo commented Feb 9, 2022

Dear all,

I tried running dyngen on my Mac with OS 11.5.2. However after installing dyngen following the instructions and then running one of the example backbones Rstudio crashes completely.

Has someone else had this problem and how can I fix it?

I am running on R version 4.1.0.
Here is the code I used:

set.seed(1)
library("dyngen")
backbone <- backbone_linear()

init <- initialise_model(
  backbone = backbone,
  num_cells = 500,
  num_tfs = 100,
  num_targets = 0,
  num_hks = 0,
  simulation_params = simulation_default(census_interval = 10, ssa_algorithm = ssa_etl(tau = 300 / 3600)),
  verbose = FALSE
)
out <- generate_dataset(init, make_plots = TRUE)
out$plot 

the crash occurs when running out <- generate_dataset(init, make_plots = TRUE) after the first bar runs through

thanks in advance,
philipp

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

1 participant