matherealize / simdata

An R package for simulating data
https://matherealize.github.io/simdata/
7 stars 1 forks source link

default.stringsAsFactors is deprecated #8

Closed thullmann closed 1 year ago

thullmann commented 1 year ago

When using simdesign_mvtnorm, the following warning is shown:

'default.stringsAsFactors' is deprecated.
Use '`stringsAsFactors = FALSE`' instead.

This warning is likely related to the utility function function_list.

matherealize commented 1 year ago

Closed with 4a6ff62.