Hi everyone,
This is probably a stupid question.
I have been developing a package and everything works as expected on my machine (actually in two different machines). I can use the package when I use devtools::load_all function, it passes all tests, checks and it builds without any issues.
However, when I use devtools::install or try to install the package from the repository and load it to memory using library, the package functions on the R folder are not available.
I don't use "." in any of the function names and everything was done following the workflow described on https://r-pkgs.org/.
I have changed the name of the package before, but I can't find any remains of the old name on the repository.
Thank you for your help!