Closed Jez-R closed 5 years ago
thanks for the report - for session info what we mean is, load the package in question first, then run session info, so we know what versions of packages you have installed. What version of phylocomr do you have?
Sorry about that (long time listener, first time caller). Hope this is correct.
R version 3.6.0 (2019-04-26)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS 10.15.1
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libRlapack.dylib
locale:
[1] en_AU.UTF-8/en_AU.UTF-8/en_AU.UTF-8/C/en_AU.UTF-8/en_AU.UTF-8
attached base packages:
[1] parallel grid stats graphics grDevices utils datasets methods base
other attached packages:
[1] phylocomr_0.2.0
working on a solutino
Many thanks! Also with the above code, it should be:
data(bird.orders) tree <- (bird.orders)
right, i figured that out 😉
@Jez-R reinstall remotes::install_github("ropensci/phylocomr")
and try again
Session Info
version R version 3.6.0 (2019-04-26) os macOS 10.15.1 system x86_64, darwin15.6.0 ui RStudio language (EN) collate en_AU.UTF-8 ctype en_AU.UTF-8 date 2019-11-19I'm having an issue with ph_aot trying to import phylogenies from phylo files:
The example from the vignette - readLines(phylo_file) - works fine, but I can't figure out the issue importing phylo objects. Apologies in advance if this is something basic.
Example code below: