rdinnager / slimr

Run and Analyse SLiM Population Genetics Forward Simulations from R.
https://rdinnager.github.io/slimr
Other
7 stars 1 forks source link

Consider changing slimr_script S3 class to a subclass of tibble #10

Closed rdinnager closed 3 years ago

rdinnager commented 4 years ago

Currently, slimr_script objects are rcrd style S3 vctrs. This was based on early documentation in the vctrs package. Now that there is more documentation on how to use subclasses of tibble in a vctrs context, I think this could be a better fit for slimr_script, as I want to make it easier to expose the innards to the user.

rdinnager commented 3 years ago

I don't think this is going to happen any time soon so I am closing this for now, maybe to revisit down the line..