I am trying to use the additional function called 'slide' from the extension to ctmm at
https://github.com/ctmm-initiative/window. I can't quite figure out how to get that package to install; remotes::install_github doesn't recognize it. If I follow the instructions on the page, I do get the repository on my system, but it doesn't actually seem to allow for use of the new function. Trying the function base::source to read the individual files doesn't throw up any errors, but it doesn't mean that my computer can recognize 'slide' either. What is the intended way to get access to that function? Is it not actually ready for public use?
Thanks,