Closed jananiravi closed 1 month ago
As far as I can tell, this specific issue was due to the code in the R
package in PR #103 including a call to devtools::check()
. Since devtools::check()
's process includes loading the library, this was executing the call to devtools::check()
within the library, leading to an infinite regress.
Again AFAICT this is just an issue with PR #103, not the library, so I think this can be closed.
Broached in https://github.com/JRaviLab/MolEvolvR/discussions/104