I'm having trouble running the the package. First step for me to debug was to get the package to pass checks ('Build | Check Package' in RStudio), but the examples won't run. The minor fixes here only got me so far. I think the most recent problem is that the formula that is passed to PhyloRegression() is getting passed to multiple downstream functions, and is having a problem with pglm() which has different variable names.
See if you can get it to pass checks without any errors, and I'll try running my data through again. Happy to chat more over email.
I'm having trouble running the the package. First step for me to debug was to get the package to pass checks ('Build | Check Package' in RStudio), but the examples won't run. The minor fixes here only got me so far. I think the most recent problem is that the formula that is passed to
PhyloRegression()
is getting passed to multiple downstream functions, and is having a problem withpglm()
which has different variable names.See if you can get it to pass checks without any errors, and I'll try running my data through again. Happy to chat more over email.