statisfactions / simpr

Tidyverse-friendly simulations and power analysis
42 stars 6 forks source link

"cols" is now required warning message #2

Closed statisfactions closed 4 years ago

statisfactions commented 4 years ago
variables(x1 = ~ 2 + rnorm(10)) %>% 
  gen(1)

produces the following warning message:

Warning message:
`cols` is now required.
Please use `cols = c(sim_cell)`

This apparently is an issue coming out of unnest(), according to this Rstudio forum discussion.