Closed chfleming closed 2 years ago
A while back, I had to change the object class of speed() output for meta() and it looks like I broke the speed functionality in ctmmweb.
speed()
meta()
https://groups.google.com/g/ctmm-user/c/A2iEO6v8AfE/m/Fj8n0jnOBgAJ
I suspect ctmm::speed(...) just needs to be changed to ctmm::speed(...)$CI and the code will work again. I might be able to test this tomorrow.
ctmm::speed(...)
ctmm::speed(...)$CI
Fixed in master branch.
A while back, I had to change the object class of
speed()
output formeta()
and it looks like I broke the speed functionality in ctmmweb.https://groups.google.com/g/ctmm-user/c/A2iEO6v8AfE/m/Fj8n0jnOBgAJ
I suspect
ctmm::speed(...)
just needs to be changed toctmm::speed(...)$CI
and the code will work again. I might be able to test this tomorrow.