bcgov / ssdtools

An R package to fit and plot Species Sensitivity Distributions (SSDs)
https://bcgov.github.io/ssdtools/
Apache License 2.0
30 stars 17 forks source link

Feature request: export `expect_snapshot_data()`? #379

Closed d-morrison closed 2 hours ago

d-morrison commented 3 hours ago

Hi, I just stumbled on your expect_snapshot_data() function; it would be great to able to call this function easily, and not automatically skip on windows. I'm going to fork and edit for now, but wanted to thank you for writing it and encourage you to keep developing it! Very helpful, and I haven't found the same functionality anywhere else.

d-morrison commented 2 hours ago

PS - looks like your main branch already removed the skip_()s, so I'll just use that with ::: for now!

joethorley commented 2 hours ago

Hi @d-morrison - I'm glad you find it helpful. Feel free to just copy and paste into your own packages (I'd rather not export and have to maintain plus ssdtools is super dependency heavy so no-one is going to want to install it unless they are doing species sensitivity distribution modeling - so I'm going to close this issue and your PR but I appreciate the interest and message.

d-morrison commented 2 hours ago

Fair enough! Will do.