So I think the only solution that CRAN will accept is linking against headers.
I can download an ape.h header file, but for the life of me, I’m having trouble
figuring out how to link it in my R package. I’ve read what I can find online,
but haven’t been successful. Right now, I have the ape.h f
Sharon, Luke noted that (somewhat strangely [1]) {ape} is exporting the
registered entry point for that routine, so you should just be able to do:
importFrom(ape,seq_root2tip)
and be on your way.
[1] ?ape::seq_root2tip notes that "other packages" use it, but none of
those are on CRAN, could be a