- removing
checkDepPackageVersion(dep_pkg="Matrix", this_pkg="TMB")
from.onLoad()
as requested by K. Kristensen
- Removing fit_tmb to simplify code and remove unnecessary warnings
- Adding codecov and extra tests
- Fixing R-CMD-check to force build Matrix/TMB from source
- Adding new functions to provide warning if Matrix version doesn't match what's expected by TMB
- Re-adding
phylosignal
as SUGGESTS - Re-adding
phylosignal
to Fisheries vignette - adding arguemnt
what
toas_phylo4d
to allow easy extraction of standard errors
- Adding new S3 generic functions: logLik and vcov
- Adding vignette "fisheries" associated with paper "Trees for fishes: The neglected role for phylogenetic comparative methods in fisheries science" accepted at Fish and Fisheries
- Fixed bug arising when data are missing for observations in the earliest tips and for the first inputted variable
- Updating vignette to show confidence intervals on alpha/kappa/lambda as well as lnalppha/lnkappa/logitlambda
- Address request from CRAN to use Suggests packages conditionally in examples
- Continuing to use Suggests packages unconditionally in vignettes based on Wickham guidance online
- Attempting to fix warnings